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

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

Data & AI

Capacity Recommendation Engine: Throughput and Utilization Based Predictive Scaling

*Authored by Uber Engineering. Shu-Ming Peng, Jianing He and Ranjib Dey Introduction Capacity is a key component of reliability. Uber’s services require enough...

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

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

Security

Best cybersecurity practices should integrate the entire code and application development cycle.

Internet security has been hotly debated in recent years. Users began to give more importance to the topic as they began to understand...

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

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

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

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