iMasters.com - Knowledge for Developers.
Follow Us
Home Archive main grid

Archive main grid

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

BackendFrontend

Best practices you can use when making your commits

See in this article some of the good practices that you can use when giving your commits The idea of ​​this post...

Backend

The X of Xamarin Forms — My App Is Secure — Part 1

Security is a very important point and little discussed when we talk about software development. As much as it is a topic that...

Data & AI

OpenTelemetry is essential for managing modern applications, but it’s not a silver bullet for IT teams managing hybrid environments

Across industries, IT teams are recognizing the benefits of OpenTelemetry – the observability platform for collecting, processing, and exporting large-scale software telemetry, as...

Backend

How to fuzz test for HTTP requests (part 1)

At the 2022 edition of GopherCon Brasil, I had the pleasure of speaking about the Fuzz Test. It was cool because during the...

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

Backend

EF Core using AsNoTracking with Identity Resolution

Today we will see the consequences of using AsNoTracking with the Identity Resolution feature available from EF Core 5.0 onwards. I’ve already introduced...

BackendFrontend

Best practices you can use when making your commits

See in this article some of the good practices that you can use when giving your commits The idea of ​​this post is...

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

Backend

Practical and basic recommendations for building web APIs with ASP.NET Core

REST APIs allow various clients, including browsers, desktop apps, mobile apps, and any device with an internet connection, to communicate with a server....