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

Best practices you can use when pushing your commits

See in this article some good practices that you can use when pushing your commits. This post idea is to be something...

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

Sem categoria

How to Overcome the 7 Toughest Multi-Cloud Challenges

Transitioning from locally hosted data centers to the Big 3 cloud providers is not a hypothetical “if” for most enterprises but a reality...

Cloud & Infra

Cloud solutions allied with companies, but also with developers

In a global scenario, where technological innovation is constant, standing out from the competition by meeting customer needs is a differential. In this...

Crypto

ERC-721 Smart Contract Tutorial (NFT) with Solidity (part 3)

This tutorial is part 3 of a series where I am teaching how to build smart contracts for NFT collections using the ERC-721...

Backend

How to solve memory leaks in maps

One of the most common ways to cache Go applications is by using a map. If you already did this, you may have...

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

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

Backend

Quick tip: Test result with K6

Hey guys, what’s shaking? Here’s a quick post about the results of a test with the K6. I’ve already seen some materials talking...