/blog
Dev Learnings
My notes on software development
Using Suspense to display loading states in Next.js server components
How I automate my Godot game releases using continuous integration
How I'm generating an infinite TileMap with random tiles and chunk loading using Godot
How I built a multiplayer Minesweeper game with JavaScript and Socket.IO
Handling the back button in an Android app generated with Ionic React, using Capacitor
Passing props through nested components and when to use the useContext hook
Why I use TypeScript with React and how typed props help