iMasters.com - Knowledge for Developers.
Follow Us
Home thiago-adriano

Microsoft (MVP), currently works as Software Architect for TV Bandeirantes. In recent years, he has focused on technologies created by Microsoft, but he has always been on the lookout for new technologies that are emerging on the market. In short, he is passionate about what he does, he has his profession as a hobby.

5 Articles4 Comments
Backend

Best practices you can use when pushing your commits

See in this article some good practices that you can use when pushing your commits. This post idea is to be something quick...

Backend

Quick tip: Test result with K6

Hey guys, what’s shaking? Here’s a quick post about the results of a test with the K6. I’ve already seen some materials talking...

BackendTeams & Career

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

BackendFrontend

Best practices you can use when making your commits

See in this article some of the good practices that you can use when giving your commits The idea of ​​this post is...

Frontend

TypeScript: Tuples

For those unfamiliar with Tuples, they represent a simple array-like data structure. The big difference between the two is that in arrays we...