Mastering SOLID Principles: Advanced Strategies for Resilient Software DesignThe SOLID principles are fundamental pillars of object-oriented design, providing a solid foundation for building systems that are…Mar 11Mar 11
Advanced Software Architecture: Exploring Paradigms, Patterns, and Practical ExamplesSoftware architecture is not just the “skeleton” of a system, but rather the expression of strategic decisions that shape its scalability…Mar 11Mar 11
Real-Time Transcoding and Media Processing in Telecommunications with ElixirTelecommunications systems are evolving rapidly, and one area that demands innovation is real-time media processing. Whether you’re…Feb 3Feb 3
Clean Code vs. The Pragmatic Programmer: A Risky Attempt at an Essential Comparison for DevelopersIn the software development world, two books often stand out as must-reads for programmers looking to improve their skills and professional…Jan 24Jan 24
How Zellij Makes Me a Better Software Developer: Advanced Use Cases and TipsAs developers, we are constantly seeking tools to improve our workflow, efficiency, and overall productivity. Zellij, a terminal workspace…Dec 31, 2024Dec 31, 2024
KISS: Keep It Simple, Stupid — but without Always so Simple or so StupidThe KISS (Keep It Simple, Stupid) principle is a widely adopted philosophy in software engineering that encourages simplicity and clarity…Dec 12, 2024Dec 12, 2024
Focus-Manna: The Art of Taming Your Attention in Software DevelopmentIn his book The Clean Coder, Robert C. Martin discusses a concept called “Focus-Manna.” He describes it as the almost mystical ability to…Dec 5, 2024Dec 5, 2024
Zellij vs Tmux: Complete Comparison (or almost)When it comes to managing multiple terminals and organizing dashboards in a single environment, Tmux is a well-known and widely used name…Nov 18, 2024Nov 18, 2024
[EN] The Fear of Innovation: A Real Case About Resistance to the Use of AI (Polemic)Spoiler: I’m going to tell you about a controversial case that I’ve experienced and I just want to share here a case that, among others, in…Aug 12, 2024Aug 12, 2024
[PT-BR] O Medo da Inovação: Um Caso Real Sobre a Resistência ao Uso de IA (Polemica)Spoiler: vou lhe contar um caso polemico que já vivi e só desejo aqui externar um caso que dentre outros nos ultimos dias podemos ver o…Aug 12, 2024Aug 12, 2024
KISS vs. DRY vs. YAGNI: Understanding Key Software Development PrinciplesSoftware development is a complex discipline that benefits greatly from established principles designed to streamline the process and…Jun 17, 2024Jun 17, 2024
Mastering the Art of Failover in Ruby on Rails: Strategies for High AvailabilityToday, we’re going to dive into the world of failover, a critical component to ensure the high availability and robustness of our systems…Mar 6, 2024Mar 6, 2024
Modernizing Legacy Applications: Strategies and Techniques for Updating Rails ApplicationsIn a rapidly evolving world of software development, keeping legacy applications up to date is not just a matter of adding new…Mar 3, 2024Mar 3, 2024
Rails 8: Discovering New Horizons in Web DevelopmentThe release of Rails 8 marks an exciting new chapter for Ruby developers, further cementing its position as one of the most powerful and…Mar 3, 2024Mar 3, 2024
Understanding Behaviours in ElixirIn Elixir, a “behaviour” is essentially a contract that defines a set of functions that a module must implement. Behaviors are a way for…Oct 2, 2023Oct 2, 2023
Supervisors in Elixir: A Deep Immersion in Robustness and ResilienceElixir, with its actor-based competition model and immutable architecture, excels at building resilient, fail-safe systems. In this post…Sep 30, 2023Sep 30, 2023
Embracing Simplicity: Writing Clean Code in Elixir with KISS PrincipleThis reflects my opinion based on my experiences.Jul 17, 2023Jul 17, 2023