These days I was thinking how some people can be so fanatic about programming languages. They choose one language to learn and all of sudden all other languages… [Read more]
Probably you've already heard about ALE, an asyncronous lint engine that analyse buffers in background showing the results without requiring saving files to dis… [Read more]
This is a quick one. While playing around with Server-Sent Events I've created this page to consume my Bohemian Rhapsody stream. How it works Before building th… [Read more]
Server-Sent events is a standard that describes a way for servers to send updates to clients through a persistent HTTP stream. SSE doesn't rely on any new techn… [Read more]
For the last 2 years I've been working on a 2D game and Godot was the engine I chose for this job. Although I've never released a game before, I did experiment … [Read more]