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

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

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

Cloud & Infra

What is the potential of Software Delivery for companies

Companies that invest in software to improve operations enjoy a significant competitive advantage in the market. This technological maturity is becoming essential, but...

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

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

Data & AI

Where to start the data democratization journey?

Which company does not seek to work with data to obtain insights for decision-making in its business? Information analysis can support processes to...

Backend

Learn now Event Driven architecture with Laravel Pigeon

Hello everyone, event-driven is a very widespread architecture in microservices as it promotes decoupling between the different services at Convenia, we chose this...

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