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

Teams & Career

Technology Democratization and the Citizen Developer role in digital transformation

Digital transformation has played a key role in companies, driving process automation and innovative solutions creation. In this context, Citizen Developer emerges as...

Backend

Understand key features added in ASP.NET Core 7.0

Version 7.0 of the .NET platform brought many new features in this article I will focus on the main resources that were added...

Backend

What’s New in .NET 8 Setting Disallowed Values ​​with DeniedValuesAttribute

In a previous article about .NET 8 news, I covered the AllowedValuesAttribute type use, a Data Annotation that integrates the System.ComponentModel.DataAnnotations namespace that...

Backend

.NET + xUnit categorizing and organizing tests with Traits

When using xUnit implementation of tests in .NET, it is more than common to code numerous types of validations, thus guaranteeing the validity...

Backend

What’s New in C# 8.0 Default Interface Members

This past month of May/2019 was quite hectic within the .NET community, with the announcement of new updates for Visual Studio 2019 and...

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

Developer Team – Experiments Culture

How to reduce waste, save time (and money), using experiments as a basis of the work between teams and people Many times in...

Backend

Turning failures into opportunities: the importance of the post-mortem meeting

I’m going to talk a little more about post-mortem and how it directly impacts the security and compliance area concerning the availability 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...

Data & AI

Why is it so difficult to implement a Machine Learning solution

Like any new technology, Machine Learning (ML) solutions will have some challenges to implement, what we are seeing is an increasing number of...

Backend

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

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