iMasters.com - Knowledge for Developers.
Follow Us
Home Archive list

Archive list

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

Backend

Three ways to help your DevOps team with CI CD

In the last decade, several organizations have struggled to adopt DevOps practices to deliver software faster and more efficiently. Automation is key to...

Backend

How to spice up Swagger documentation using annotations in ASP .NET Core (part 2)

Continuing the first part of the article, we will now see how to generate the documentation without having to generate the XML file....

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

What’s New in C# 11 lowercase class name warnings

C# keywords are special identifiers from the point of view of the C# compiler and are normally associated with basic implementations such as...

Backend

Improving the terminal

The terminal is probably the tool I use the most in my day-to-day life. Over the years, I’ve created a series of shortcuts,...

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