Exploring Software Engineering
Join me in unraveling code, compilers, and tech that shapes our world. With a decade in programming, I share insights from dissecting compilers to software science. Let's explore software engineering together.
Read the blog posts for more info.
Featured
Como redes funcionam e como as pessoas imaginam
Posted on:September 20, 2024 at 12:00 PMDiscussão sobre redes , pessoas e o como medimos nosso conhecimento em relação a outras áreas. Devemos cuidar sempre pois nossa visão técnica é limitada ao quanto conhecemos sobre aquilo que observamos.
Streamlining Flutter Development with FVM: A Comprehensive Guide
Posted on:June 5, 2024 at 12:00 PMIn large projects or for indie developers, managing multiple Flutter versions is challenging. FVM, by Leo Farias, simplifies this by allowing easy management and switching of Flutter versions via a practical CLI.
Flutter 2024 - more realistic view
Posted on:May 18, 2024 at 12:00 PMFlutter, a well-structured and mature cross-platform framework with a vibrant community, is gaining traction in businesses for optimizing development, despite some resistance from developers to new technologies.
Recent Posts
Como redes funcionam e como as pessoas imaginam
Posted on:September 20, 2024 at 12:00 PMDiscussão sobre redes , pessoas e o como medimos nosso conhecimento em relação a outras áreas. Devemos cuidar sempre pois nossa visão técnica é limitada ao quanto conhecemos sobre aquilo que observamos.
Streamlining Flutter Development with FVM: A Comprehensive Guide
Posted on:June 5, 2024 at 12:00 PMIn large projects or for indie developers, managing multiple Flutter versions is challenging. FVM, by Leo Farias, simplifies this by allowing easy management and switching of Flutter versions via a practical CLI.
Flutter 2024 - more realistic view
Posted on:May 18, 2024 at 12:00 PMFlutter, a well-structured and mature cross-platform framework with a vibrant community, is gaining traction in businesses for optimizing development, despite some resistance from developers to new technologies.
Mockirinha - a approach to write unit test for API requests
Posted on:March 7, 2024 at 12:00 PMWhen writing unit tests in iOS applications using Swift, the question often arises about how to abstract API responses to cover all possible outcomes. There are various strategies and levels of testing we want to perform. This post implements a model for one such approach.