LPLeandro Proençainleandronsp.com·May 19, 2023 · 13 min readAI & 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...00
LPLeandro Proençainleandronsp.com·Mar 15, 2023 · 19 min readGit,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...00
LPLeandro Proençainleandronsp.com·Aug 6, 2022 · 7 min readSimulating 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...00
LPLeandro Proençainleandronsp.com·Jul 5, 2022 · 6 min readMastering 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...01F
LPLeandro Proençainleandronsp.com·Apr 12, 2022 · 6 min readMastering 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...00