Archive 4 Columns
Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet
Dynamic LCP Priority: Learning from Past Visits
Earlier this year, Chrome shipped the new Priority Hints API, which lets developers set fetchpriority="high" on <img>, <script>, <link> or other elements that you want to ensure are loaded with...
By Philip Walton28 de dezembro de 2022The 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 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 2023Talent crisis: the importance of training a tech workforce in Brazil
Talent crisis and the importance of workforce trainingEven with countless layoffs happening, the IT sector continues to deal with the lack of qualified...
By Paulo Camargo29 de maio de 2023The X of Xamarin.Forms—Overflow, OverFlower
Hey guys, what’s shaking? As you know, I like plugins and controls for Xamarin.Forms. Besides solving difficulties in some implementations, we always teach...
By Thiago Bertuzzi19 de abril de 2023How to solve memory leaks in maps
One of the most common ways to cache Go applications is by using a map. If you already did this, you may have...
By Tiago Temporin12 de abril de 2023Where to start the data democratization journey?
Which company does not seek to work with data to obtain insights for decision-making in its business? Information analysis can support processes to...
By John Calistro12 de junho de 2023The 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...
By Viki Slavin4 de outubro de 2022What 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 2023What is SOLID?
SOLID is an acronym that stands for five principles in object-oriented software design: Single ResponsabilityOpen-ClosedLiskov SubstitutionInterface SegregationDependency Inversion Principle Although Go is not...
By Tiago Temporin20 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.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 2023