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

Archive 4 Columns

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

Cloud & Infra

Highway to Heaven: Building a Strong Cloud-Based Business Roadmap

“Everybody else is doing it” isn’t a sufficient reason for your business to make the jump entirely to the public cloud. At the...

Sem categoria

Performant A/B Testing with Cloudflare Workers

Performant A/B testing has sort of been the white whale of the web performance industry for a number of years now. While most...

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 Create a Skill for Amazon’s Virtual Assistant Alexa

If you didn’t know, it is not necessary for an Amazon Echo device to develop skills for your platform, but if you are...

Teams & Career

Programming a path to social mobility and how to survive layoffs

The software development market has proven to be an important tool for social mobility, with good wages and the possibility of working remotely...

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

In-Template Response Building

I am fond of saying that in server-side applications, the Template is not the View. Instead, the HTTP Response is the View. That is,...

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

cURL with PHP for RESTful APIs

The cURL library is ideal and complete for anyone who wants to make requests or transfer data through the backend of their applications....

Backend

Mocking Test in .NET 7 example using Moq, xUnit, and Fluent Assertions

In this article, I present an example of using Mock Objects in .NET 7, based on a project created in previous versions of...

Backend

The X of Xamarin Forms — Fluent Validation

Hey guys, How are you? Form validation, if the e-mail is filled, if the field is correct… These are parts used in registration...