Archive 4 Columns
Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet
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...
By Leonardo Lemos15 de abril de 2023ERC-721 Smart Contract Tutorial (NFT) with Solidity (part 2)
I recently started an NFT smart contract programming tutorial in Solidity, using the ERC-721 standard here on the blog, and this is the...
By Luiz Fernando Duarte Jr.1 de maio de 2023How 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...
By Natalya Makarochkina13 de julho de 2023The near future of cloud computing
Cloud computing is the inevitable future and has been a hot topic of technology discussion for years now. The tool has evolved from...
By Enio Moraes12 de abril de 2023Transitioning 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...
By Adam Bard21 de julho de 2020What is the potential of Software Delivery for companies
Companies that invest in software to improve operations enjoy a significant competitive advantage in the market. This technological maturity is becoming essential, but...
By Thiago Magro27 de junho de 2023Simplifying call, apply and bind in JavaScript
If you where been programming in JavaScript for a while, you probably come across one of the following “call”, “apply” or “bind” functions....
By Roberto Sousa13 de abril de 2023Three 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...
By Julio Viana8 de junho de 2023EF Core using AsNoTracking with Identity Resolution
Today we will see the consequences of using AsNoTracking with the Identity Resolution feature available from EF Core 5.0 onwards. I’ve already introduced...
By Jose Carlos Macoratti1 de julho de 2023.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...
By Renato Groffe8 de maio de 2023Understand 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...
By Jose Carlos Macoratti23 de junho de 2023Why I like Go’s error handling
One of the most controversial issues in the Go language is how to handle errors. I remember when I started working with the...
By Elton Minetto30 de abril de 2023