Hi, I’m Sergio Rodrigo Royo
I’m a software developer, musician, and entrepreneur. I love programming and music, and I leverage them to build businesses that help other human beings.
What to expect to see on this website?
I currently write articles on programming, focusing on the Rust programming language. To me, Rust will be one of the pillars of technology for the next few decades. See the articles below if you are interested in Rust!
Another topic you could expect to read about in the future is AI. I truly believe that AI is the next revolution and will change our societies forever. This is really exciting, and I will be covering it.
Latest Articles
5 Best VS Code extensions for Rust development
Introduction Rust is a relatively new programming language. Development tools are still growing, but there are…
Game Development In Rust: Making A Strategy Game (Part 3 – Adding Different Unit Types)
In Part 2, we added our first unit and repurposed our codebase enough to keep adding…
Game Development In Rust: Making A Strategy Game (Part 2 – Adding The First Unit)
In Part 1 of Game Development In Rust: Making A Strategy Game, we created a basic…
Game Development In Rust: Making A Strategy Game (Part 1 – The Battlefield)
Game Development In Rust: Making A Strategy Game is a series of articles where we make a game in Rust with Bevy. The first article focuses on creating the foundations of the project and the battlefield. The source code is provided so you can follow along easily. I hope you will enjoy!
How To Improve Developer Productivity: My 11 Battle-Tested Tips
The quest on how to improve developer productivity is not short of epic battles. Many of…
Getting Started With Rust: A Simplified Hands-on Guide
In a previous Introduction To Rust, we discussed what Rust is about. In this article, we…