iMasters.com - Knowledge for Developers.
Follow Us
Home Archive classic

Archive classic

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

Crypto

ERC-721 Smart Contract (NFT) Tutorial with Solidity

I recently wrote a tutorial here teaching the fundamentals of NFTs and explaining the ERC-721 standard, the first and most important standard...

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

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

Frontend

TypeScript: Tuples

For those unfamiliar with Tuples, they represent a simple array-like data structure. The big difference between the two is that in arrays...