It seems like two fundamentally different styles exist when it comes to the handling of production environments. One treats it as a delicate artifa...
I recently completed a first iteration on a real-time multiplayer browser game where the backend is built with Websocket and Express, and the front...
If you, like me, happen to have a Raspberry Pi lying around, together with a motion sensor and a speaker, why not put it to work by building a moti...
Yes it has been done before. By many, if not all. Probably even by me. And still there is value in doing it again, for beginners as well as for exp...
You want simple and robust code? Where bugs are rare, easy to track down, and fixing them is as straightforward as possible? Unfortunately you are,...
I am thinking about interfaces targeting collections here. Like a JSON API endpoint returning a collection of blog posts. Or the property of a blog...