On October 13, 14, and 15, we celebrated the fifth edition of the Global Software Architecture Summit (GSAS 2025) in Barcelona. This edition focused on “Software Architecture and Business Value: Balancing Tradeoffs,” bringing together industry professionals to explore the crucial … Read More
Agile web and app development
Comparisons Between Traditional Coding vs AI-Assisted Coding
Software development has changed a lot in the last few decades. How developers build software has changed a lot over time. They started with simple instructions for machines, then moved to more complex and organized ways of writing code, then … Read More
Code Your Cloud: The Future of Infrastructure as Code With AI
Over the last decade, Infrastructure as Code (IaC) has established itself as one of the fundamental practices of the DevOps movement. Thanks to it, teams have been able to manage increasingly complex environments by applying the same practices as in … Read More
C# 13: Limitations, Ideal Use Cases, and Benefits
Every time C# is updated, the entire .NET world becomes better and more powerful, making it easier and safer to build applications. C# 13 is no exception. This update incorporates the best features from previous releases and introduces some new … Read More
Key New Features in C# 13
Since its start in 2000, C# has evolved significantly. Currently, it is a favored language among many software developers. For more than twenty years, numerous functionalities have been implemented to facilitate coding more easily, more understandable, and quicker. Whenever a … Read More
How VS Code DevContainers Improved Consistency and Simplified Onboarding in a Frontend Project
In our frontend project, we started facing several common issues that many teams can relate to: So we asked ourselves: How can we make this faster and the same for everyone? That’s when we decided on VS Code Devcontainers, a … Read More
Technical Debt vs. Technical Improvements: What Should You Prioritize?
How Technical Improvements Can Save Your Software Project In modern software development, it’s common for developers to identify technical improvements that don’t always receive enthusiastic support from management (especially if they lack immediate or visible business impact). However, improvements like … Read More
The Best Frontend AI Tools Developers Should Know
Artificial Intelligence is becoming increasingly integrated into our daily lives. From creating content and solving problems to supporting learning and communication, its influence is widespread and continually expanding. AI is no longer just a technological topic; it is now being … Read More
You Don’t Need Microservices to Use Hexagonal Architecture and DDD
In the software development field, microservices, hexagonal architecture and DDD (Domain Driven Design) are the most popular topics. These paradigms are now the hallmark of scalable, maintainable, and solid enterprise applications. But there’s a growing misunderstanding: To use hexagonal architecture … Read More
Risks of ChatGPT Usage in a Cooperative Environment
A few weeks ago, in our post about the “Hidden Leaks”, we explored how employees might inadvertently share sensitive company data with AI platforms like ChatGPT. We briefly touched on how AI providers might handle this data, but now, let’s … Read More
JavaScript Recipe with Closures, Currying and Arrow Functions
Let’s not kid ourselves—although JavaScript is the most popular and widely used programming language today, it also carries a strong wave of hate (although PHP still holds the crown, I think). And let’s be honest: some of that hate is … Read More
Design Smarter, Not Harder: Must-Know Design Patterns for Frontend Development
“A Pattern Language: Towns, Buildings, Construction” by Christopher Alexander (1977) is a groundbreaking book in the field of architecture. It introduced the concept of design patterns, which later influenced software development. The “Gang of Four” (Erich Gamma, John Vlissides, Ralph … Read More

