Archive main grid
Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet
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...
By Tiago Temporin9 de junho 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 2023Transitioning from a ticket-oriented to a product-led mindset on an infrastructure team
When I joined an infrastructure team as a manager at will bank I saw a bunch of improvement opportunities. A specific one was...
By Eduardo Matos9 de setembro de 2022What’s New in C# 11 lowercase class name warnings
C# keywords are special identifiers from the point of view of the C# compiler and are normally associated with basic implementations such as...
By Renato Groffe18 de maio de 2023How can the developer benefit from low code technologies?
One of the biggest myths in the area of application development is that tools like low-code and no-code add little to the work...
By Fabio Hara24 de março de 2022How to fuzz test for HTTP requests (part 1)
At the 2022 edition of GopherCon Brasil, I had the pleasure of speaking about the Fuzz Test. It was cool because during the...
By Tiago Temporin16 de maio de 2023Common mistakes with Binance APIs
During the development and teaching of bot programming for Binance, I had and helped to solve several different errors related to the APIs....
By Luiz Fernando Duarte Jr.21 de junho de 2023ERC-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...
By Luiz Fernando Duarte Jr.24 de abril de 2023What’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...
By Renato Groffe18 de abril de 2023