3 followers
Senior Software Engineer & Hobbyist Game Developer. Berlin, DE.
Subscribe to my newsletter and never miss my upcoming articles
Last month I've been migrating my living Pokédex project, LivingDex , from Gatsby to a pure React JS application and I had to learn lots of things as I was rewriting the project, one of them is how React Router works. First of all I have to say I am ...
A Target Architecture provides the details of a future state of a software architecture being developed within an organization. Today I'd like to talk about a special variant of the Hexagonal Architecture, which I personally find more practical: the...
Isometric TileSet Studio is a 3D-like tool for quickly prototyping isometric pixel-art worlds and tile sets. With this tool you will be able to work in an isometric grid and create mock-ups of your isometric tiles, that you can later edit in your fa...
Last year in 2020 Apple released new MacBook and Mac mini models with M1, a brand new ARM-based SoC, replacing completely Intel CPU and integrated GPU, as well as the memory modules that are now integrated into the SoC itself. This year Apple will li...
This is a guide for programmers and for beginners. Which engine should I choose? Here is my experience with all of them when trying to recreate a familiar retro game that we all know. If you want to start game development it’s not always easy to deci...
In this video tutorial I'll show you a trick to give proper colors to the collision shapes in Godot because, by default, the tint color gets mixed with the default one which unfortunately is not white. https://www.youtube.com/watch?v=5TUeWl_O0kE?star...