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

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

Backend

Axios Interceptors Tutorial

Axios is, without a doubt, the most popular HTTP client in the JavaScript world, and I dare say it is more popular even...

Sem categoria

UX and UI team importance at an active digital project

Working in the e-commerce market and leading digital projects for eight years, I often observe the importance of an active UX team. As...

Backend

Three ways to help your DevOps team with CI CD

In the last decade, several organizations have struggled to adopt DevOps practices to deliver software faster and more efficiently. Automation is key to...

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

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

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

Security

Cybersecurity: Why Beware of Ransomware, the Cloud, and Hacktivism in 2023

Cybersecurity in organizations is a constant concern for managers in any market area. After all, with the growth of data generation, as an...

Backend

Event Driven with Laravel Pigeon

Hey guys. Event-driven is a very widespread architecture in microservices because it promotes decoupling between different services. At Convenia, we opted for this...

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

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