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

Archive 2 Columns

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

Cloud & Infra

Mob Programming Immersion. Experiment it your team!

A full week of mob programming with 8 teams fully immersed I have been advocating for mob programming for a long time ago....

Cloud & Infra

Developer Team – Experiments Culture

How to reduce waste, save time (and money), using experiments as a basis of the work between teams and people Many times in...

Cloud & Infra

Three Drawbacks of a Long-term Hybrid IT Model

With today’s businesses increasingly relying on public cloud services such as AWS, Microsoft Azure or Google Cloud Platform, there is an inevitable transition...

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

Cloud & Infra

Clouded Crystal Ball: Looking Beyond Cloud TCO Calculators

Each major cloud provider (AWS, Azure, and GCP) has an online calculator designed to help organizations estimate the total cost of ownership (TCO)...

Teams & Career

Talent crisis: the importance of training a tech workforce in Brazil

Talent crisis and the importance of workforce trainingEven with countless layoffs happening, the IT sector continues to deal with the lack of qualified...

Backend

The X of Xamarin Forms – Charts

Hey guys! Some applications, mainly those that work with financial data, sales, etc., often need to display graphs. There is a simple way...

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

What is SOLID?

SOLID is an acronym that stands for five principles in object-oriented software design: Single ResponsabilityOpen-ClosedLiskov SubstitutionInterface SegregationDependency Inversion Principle Although Go is not...

Backend

Simplifying call, apply and bind in JavaScript

If you where been programming in JavaScript for a while, you probably come across one of the following “call”, “apply” or “bind” functions....