Since an increasing number of companies are migrating their operations to the cloud, the cloud industry is likely to become more advanced. The IT industry is all up for cloud native architecture and software development that is way better than … Read More
Agile web and app development
Distributed agile teams: 9 hacks that make them work
The world is going insane. Thousands and thousands of things we have in our brain every day; new stuff to do, new trends to discover, new team members, projects that you have to catch up with, self-education, etc. It seems … Read More
Migrate from JavaScript to TypeScript
If you’ve been working in the software development industry (specially Frontend) in the past couple of years, it’s most likely you worked, or still do, in a project in JavaScript. And by now, you’re more than tired from it. Therefore, … Read More
Intro to lenses in Swift: Immutability of objects
To understand lenses in Swift, we should first review what we refer to when talking about immutability of an object. We understand as an immutable object that object which can not be modified once it is created. Its use gives … Read More
Hexagonal architecture in a Symfony project: Working with Domain Identifiers
When we talk about Domain Identifiers, we are talking about the ID of an entity in our domain. Many times, it may seem like a simple procedure to assign an ID to an instance of a domain entity, and therefore … Read More
Top 18 DevOps blogs you should be reading
DevOps engineers have taken over the world, they drive change in IT culture, focusing on rapid IT service delivery. They drive continuous deployment and infrastructure improvements through the adoption of agile. They create collaboration between development, operations and testing. But … Read More
Customized change detection in Angular
Today, I would like to talk about customized change detection in Angular. As developers, we strive to build applications that are snappy, interactive and alive. And reactive applications feel that way. We can think of an Angular application as a … Read More
CSS Grid solution to the problems of float and flexbox
Before going on to explain what CSS Grid is and what it is for, I will explain the current state of the tools we have when developing a layout for our website. Let’s suppose we want to create the following … Read More
Feature Flag pattern in java
In this article, we will briefly introduce the feature flag pattern in java to allow uploading features to production that are not yet finalized. It is very common to see projects that use the Feature Branch mechanism in order to … Read More
DRY – Don’t Repeat Yourself
Don’t Repeat Yourself ( DRY ) is a principle of software development and its main goal is to avoid code duplication. “Every piece of knowledge must have a single, unambiguous, authoritative representation within a system” Andrew Hunt and David Thomas: … Read More
13 Must-Have Agile Tools for Software Teams
Whether it’s software development or project management, leading an agile team is not an easy task at all. It’s hard to focus on work while jumping from your daily scrum to the next sprint. Things can anytime go haywire if … Read More
Memory leaks in iOS
By Apple’s definition, a memory leak is: “Memory that was allocated at some point, but was never released and is no longer referenced by your app. Since there are no references to it, there’s now no way to release it and … Read More

