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

Archive 2 Columns

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

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

Backend

How to implement a function using context

In this post, we will implement a function that uses context. In the calling example, I will use the WithTimeout context. In this...

Backend

Getting Started with NestJS

If you’re looking for a quick and effective way to learn NestJS, you’re in the right place! In this article, I will guide...

Cloud & Infra

The transformative edge of using DevOps in Retail

The popularly quoted by Marc Andreessen “Software is eating the world” is more relevant now than ever. The modern-day adaptation would be “Software ate the...

BackendSem categoria

Laravel & MongoDB, learn more about embedded documents

Hello everyone! In this post, I’m talking a little about how we use MongoDB with Laravel at Convenia and what advantages it has...

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

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

Backend

How to spice up Swagger documentation using annotations in ASP .NET Core.

In .NET 6, when we create an ASP.NET Core Web API project by default, we can use or not controllers. We can also...

Cloud & Infra

Transitioning Later for Reddit from Docker Machines to Digital Ocean Kubernetes

I recently completed a migration from my old docker-machine-based infrastructure (so 2016!) to Digital Ocean’s hosted kubernetes service. The bulk of the work was...