Archive 4 Columns
Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet
ERC-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 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 2023FinOps: how to do more with less and optimize costs using the cloud
With the use of the cloud increasingly common in companies, which also need to optimize costs in a challenging economic scenario, a question...
By Fabio Hara28 de novembro de 2022Clouded Crystal Ball: Looking Beyond Cloud TCO Calculators
Each major cloud provider (AWS, Azure, and GCP) has an online calculator designed to help organizations estimate the total cost of ownership (TCO)...
By Michael Bathon31 de janeiro de 2022The X of Xamarin Forms — My App Is Secure — Part 1
Security is a very important point and little discussed when we talk about software development. As much as it is a topic that...
By Thiago Bertuzzi15 de abril de 2023.NET 8 first tests with Preview 1 + JSON deserialization improvements
At the end of February/2023 – Tuesday, 02/21 – Microsoft made available .NET 8 Preview 1, the first release of this new version...
By Renato Groffe1 de maio de 2023Dependency Injection in real life with PHP
Today I will write about this topic because I realize that some software developers have difficulties using dependency injection concepts in real applications....
By Gustavo Fraga19 de abril 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 2023Why CISOs are making API security a top priority
A CISO’s mission is to enable the company to advance key growth initiatives while reducing risk. To do this, they must continually assess...
By Roey Eliyahu3 de julho de 2023Laravel & 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...
By Leonardo Lemos17 de abril de 2023Building 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...
By Thiago Avelino30 de abril 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