Archive 4 Columns
Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet
Event Driven with Laravel Pigeon
Hey guys. Event-driven is a very widespread architecture in microservices because it promotes decoupling between different services. At Convenia, we opted for this...
By Leonardo Lemos15 de abril de 2023How to manage and develop new apps in multicloud or hybrid environments
It has been increasingly common for companies to host their data and applications in hybrid environments and/or multiclouds (multiple clouds, in Portuguese). This...
By Fabio Hara28 de julho de 2022Learn now Event Driven architecture with Laravel Pigeon
Hello everyone, event-driven is a very widespread architecture in microservices as it promotes decoupling between the different services at Convenia, we chose this...
By Leonardo Lemos13 de abril de 2023Courses and learning paths help tech developers and students to stay in sharp
The technology area presents innovations at great speed, with updates and new features being released all the time, especially in the development of...
By Fabio Hara29 de maio de 2023What is the real impact of the new generation of Artificial Intelligence in the corporate world
In recent months, a subject that has taken over everyone’s everyday conversations and, in particular, the world of technology, has been the boom...
By Gustavo Bastos23 de maio de 2023Understand key features added in ASP.NET Core 7.0
Version 7.0 of the .NET platform brought many new features in this article I will focus on the main resources that were added...
By Jose Carlos Macoratti23 de junho de 2023Why I like Go’s error handling
One of the most controversial issues in the Go language is how to handle errors. I remember when I started working with the...
By Elton Minetto30 de abril de 2023Building a product engineering culture
Before talking about how to create a product engineering culture, we need to align what Product Engineering is (for a software engineer) and...
By Thiago Avelino30 de abril de 2023Why is it so difficult to implement a Machine Learning solution
Like any new technology, Machine Learning (ML) solutions will have some challenges to implement, what we are seeing is an increasing number of...
By Willian Domingues15 de maio de 2023How to solve memory leaks in maps
One of the most common ways to cache Go applications is by using a map. If you already did this, you may have...
By Tiago Temporin12 de abril de 2023Building a product engineering culture
Before talking about how to create a product engineering culture, we need to align what Product Engineering is (for a software engineer) and...
By Thiago Adriano28 de março de 2023Simple Multi-Tenant Setup in Laravel
What is Multi-Tenant? It is an architecture in which a single application instance serves multiple clients. Each customer is called a Tenant. Tenants...
By Douglas Carlos Men22 de abril de 2023