Introduction to programming for kidsIt’s the summer holidays, after all. So I wanted to spent some time with my 7 years old daughter to teach her programming. ⌨️ I spent some time before discussing with her some of the basics concept verbally: the different parts of a computer, and bas...Jul 26, 2025·7 min read·16
How to compute Pi (or Tau) in GoAs I mentioned in my first article about utile.space, I was interesting to do some math. https://sonny.alvesdi.as/building-my-personal-swiss-army-knife-services Ok so, how to compute Pi? We are in 2024, so the first thing I did is to ask our favori...Sep 16, 2024·6 min read·46
How to fail at documenting your project...In July 2021, I was happily introducing in an article the v0.0.1 of my hobby project: utile.space, a Swiss army knife services website. https://sonny.alvesdi.as/building-my-personal-swiss-army-knife-services-part-2 At the end of the blog, I was pro...Sep 2, 2024·2 min read·42
How to enter the gaming industry?for high school students and curious peopleJun 9, 2024·7 min read·56
How to do a (serverless) web redirection in AWS Route53?Imagine you are using a DNS provider and you have a domain example.com and example.net redirecting to example.com. It's pretty easy to set up. One day you migrate to AWS Route53 because you want geolocation, load balancing, or something of the sort. ...Apr 22, 2023·2 min read·42
How to make a LÖVE WebGL build?Since last article, I worked on these two planned features Game Over screen with scoring and retry button Finalizing the notes balancing and rhythm But it’s not completely finalized yet, and will continue working on both. I thought though it would...Oct 6, 2022·2 min read·16
Developing a rhythm game with LÖVELast week at the end of that article I mentioned that I was working on a game in order to explore LÖVE. That game is called Beathoven. It is a rhythm game based on the remix sound of the 5th symphony of Beethoven made Lionel Yu and Nicolas Chazarre. ...Sep 12, 2022·3 min read·21