Posts tagged as Architecture
#Architecture
Lessons learned from building my first 3D Video Game
Key lessons from building Avion, a 3D flight simulator — covering performance optimisation (frustum culling, LOD, hardware instancing), physics (gimbal lock, quaternions), and the tradeoffs between realism and fun.
Turborepo: a Monorepo Revolution
My thoughts about Turborepo, a tool that facilitates your monorepo management.
Monorepo: is it worth jumping the bandwagon?
Monorepos: beyond the hype. when and when not) to use them.
No more for/while loop in JavaScript
Some alternatives to traditional for/while loops in JavaScript. Also how to address set theory with array of objects (union, intersection and difference).
"Else": the unnecessary expression
How to write code without the traditional "else"