Just wrapped an insane murder mystery剧本 game with my crew—plot twists I never saw coming, 3 hours of chaos and laughter, already counting down to the next one!
Just experienced the zero-waste coffee brewing kit that brews barista-level latte at home without any single-use plastic—game changer for my morning routine! ,
Just got my CCNA certification result! All that late-night study sessions and practice labs finally paid off Ready to take on new networking challenges!
The untold history of web development:
1990: HTML invented
1994: CSS invented to fix HTML
1995: JS invented to fix HTML/CSS
2006: jQuery invented to fix JS
2010: AngularJS invented to fix jQuery
2013: React invented to fix AngularJS
2014: Vue invented to fix React & Angular
2016: Angular 2 invented to fix AngularJS & React
2019: Svelte 3 invented to fix React, Angular, Vue
2019: React hooks invented to fix React
2020: Vue 3 invented to fix React hooks
2020: Solid invented to fix React, Angular, Svelte, Vue
2020: HTMX 1.0 invented to fix React, Angular, Svelte, Vue, Solid
2021: React suspense invented to fix React, again
2023: Svelte Runes invented to fix Svelte
2024: jQuery still used on 75% of websites
The cat is out of the bag: we are working on Rolldown, a rust port of Rollup. 🦀
- Focus: performance with best-effort compatibility with Rollup
- Goal: replace esbuild and Rollup in Vite with minimal impact on end users
For @AC3studio_Paris, we did an infinite grid for the "works" page at first. We didn't kept it for the current version, but I have some insights of it to share. Consider this as a little case study: a thread 🧵
– Made with #WebGL, using #ThreeJS
Exactly 10 years ago I revealed "WORLD":
→ https://t.co/up9DlocVRc
A mesmerizing 3D globe encapsulated in its own source code! This #quine is crafted in just 1024 bytes of pure HTML + JavaScript, with no external dependencies.
Make sure to view the source!
Improve your VS Code Explorer file tree structure.
Add these settings in your configuration file for better visibility:
```
"workbench.tree.indent": 15,
"workbench.tree.renderIndentGuides": "always",
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#05ef3c"
}
```