iMasters.com - Knowledge for Developers.
Follow Us
Home Archive 4 Columns

Archive 4 Columns

Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet

Backend

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...

BackendCloud & Infra

How 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...

Backend

Learn 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...

Teams & Career

Courses 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...

Data & AI

What 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...

Backend

Understand 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...

Backend

Why 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...

Teams & Career

Building 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...

Data & AI

Why 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...

Backend

How 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...

BackendTeams & Career

Building 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...

Backend

Simple 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...