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

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

Backend

The X of Xamarin.Forms—Overflow, OverFlower

Hey guys, what’s shaking? As you know, I like plugins and controls for Xamarin.Forms. Besides solving difficulties in some implementations, we always teach...

Data & AI

How Data Centers Software Will Handle the Future Data Explosion

Moore’s Law has been an essential principle in the evolution of IT over the decades. In simple terms, it predicts that the data...

Backend

How Uber Optimizes the Timing of Push Notifications using ML and Linear Programming

*Authored by Uber Engineering. Vinay Sharma, Rémi Torracinta, Giacomo Lamberti and Britton Overall. Introduction Push notifications are an integral channel for Uber Eats...

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

Cloud & Infra

Transitioning from a ticket-oriented to a product-led mindset on an infrastructure team

When I joined an infrastructure team as a manager at will bank I saw a bunch of improvement opportunities. A specific one was...

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

Backend

Nearest Neighbor Artificial Intelligence with PHP

Have you ever heard of the nearest neighbor? In my studies of Artificial Intelligence, this was the first thing (I don’t remember the...

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