Feature flags and why they are a company’s lifesaver
Hello everyone! In today's blog post, we're going to cover an incredibly important topic that will help you deliver software faster and in a safe way: feature flags. We'll see…
Hello everyone! In today's blog post, we're going to cover an incredibly important topic that will help you deliver software faster and in a safe way: feature flags. We'll see…
Hey everyone! In today's blog post, we're going to give a brief intro about Squad Teams and why they are such a hot topic in the Software Development - agile…
Hey everyone! I'm back on track! This means that with a new fortnight there's a brand new blog post! In today's, we'll cover the key points that you need to…
Hello everyone! In today's blog post, we'll talk about an incredibly helpful concept while building software in an Agile environment: development Spikes. We'll cover: What they are When to use…
Hello everyone! In this new post, we'll cover an incredibly useful strategy that will help you save lots of time (and let's be clear, mistakes too): using code generation tools.…
Hello everyone! In this post, we'll cover what caching strategies exist and which ones you can or should use in your project, following one of the most important tech companies…
Update the Load Balancer. The gateway service. Migrate some data. Set up some feature flags. Consume the new endpoints from the Frontend. And of course, don't forget to add some…
In this post, I will explain how I developed my new app: EQ Maps. I am excited to announce that I've just published my very first Flutter app on both…
In this article, I will share my ideas about how the coding process of integrating Flutter with Firestore can be improved using dependency injection for building production-ready apps. Hello everyone!…
In this post, I will explain how I managed to make my Flutter application translatable with the I18n_extension package, which in my opinion is the best alternative to achieve it.…