Tag: javascript
All the posts with the tag "javascript".
-
Svelte and Angular Got It Right (In My Opinion)
Posted on: Feb 2025Thoughts on why Svelte and Angular's templating syntax makes sense.
-
I'm building my own ECS engine
Posted on: Aug 2024Recently I've been insterested in game development and in the internals of ECS/Game engines. So I decided to build my own from scratch in JavaScript.