leandronsp.comAI & Ruby: an introduction to neural networksCurrently, we find ourselves in the middle of the hype surrounding Artificial Intelligence (AI) and all its buzzwords. It's natural to feel that terms related to AI can be complex and overwhelming to many individuals. This article aims to demystify...May 19, 2023·13 min read
leandronsp.comGit,the fundamentalsIf you already work with Git daily but want to have a good comprehension of Git fundamentals, then this post is for you. Here, you'll have the chance to truly understand the Git architecture and how commands such as add, checkout, commit, merge, reba...Mar 15, 2023·19 min read
leandronsp.comSimulating OOP in BashEveryone knows that OOP stands for "Object-oriented programming". But what is in fact OOP? Is it a Class? Is it inheritance and polymorphism like we learned across hundreds of tutorials? Indeed, despite inheritance and polymorphism being important tr...Aug 6, 2022·7 min read
leandronsp.comMastering the Docker networkingFew months ago I demonstrated through a practical example the reasons to understand and take advantage of Docker volumes. In this one, I'll try to do the same in regarding the Docker networking. If you want to master the Docker Networking, this pos...Jul 5, 2022·6 min read
leandronsp.comMastering Docker VolumesFor those just starting with Docker, I've written some posts on how to think like containers, which I believe to be an important mindset to using Docker, as well as using Docker in development, the right way. However, if you want to move one step fu...Apr 12, 2022·6 min read