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

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

Backend

Implementing the Specification pattern in Node.js with TypeScript

The Specification pattern is a software design pattern that allows you to define business rules in a readable and reusable format. It is...

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

Backend

[Databricks API as an internal service] dbutils — notebook.run, widgets.getArgument, widgets.text and notebook_params

With an increasing demand for greater autonomy in data pipelines, the Databricks data analytics platform has become a popular solution for companies looking...

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

Teams & Career

Courses and learning paths help tech developers and students to stay in sharp

The technology area presents innovations at great speed, with updates and new features being released all the time, especially in the development of...

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

Backend

How to find out client and server IP using Golang

Recently I ran into an interesting problem. I needed to upload a small REST service to manage some hardware: all without human contact...

Backend

Dependency Injection in real life with PHP

Today I will write about this topic because I realize that some software developers have difficulties using dependency injection concepts in real applications....