<title of image as alt>

brazilian software developer based in the Netherlands

Build Performance With Roslyn

Roslyn has been kicking around for a couple of years now, and it’s got some seriously cool tricks up its sleeve for how you build and keep your code in line. I’m blown away by how these new goodies with .NET aren’t just for the new stack (you know, dotnet core and all that jazz), but they’re also giving a boost to the old classics we still rely on. In my current company, we’ve got a monolithic app that’s a real time hog....

March 6, 2024 · 2 min · Ronney Lira

Gitleaks

I’ve put in some effort in recent months to remove secrets from multiple legacy code bases. That was the easy part, the though part is to change culture to prevent new secrets from leaking into the codebase in the future. Luckily there are tools to help out with that: Gitleaks was a cool finding. It helps to find secrets before you commit them using different regular expressions that you can also extend....

January 11, 2024 · 1 min · Ronney Lira

NU5026: The file to be packed was not found on disk

For a long time, our company relied on MyGet as our private package repository. However, a recent outage caused a 24-hour delay in our work, so we’ve decided to stop using MyGet and switch to GitHub Artifacts as our new provider. This situation presented us with an excellent chance to enhance the quality of our pipelines by implementing some standard tools and protecting us from the risks associated with broad access to these resources....

October 30, 2023 · 2 min · Ronney Lira

Chained Token Credential

In this article, we’ll explore a handy trick that can make your development journey more enjoyable. We’re here to share some knowledge and help you understand a clever coding strategy. Azure and Dotnet make a fantastic team, offering a bunch of powerful tools that work seamlessly together, making your coding adventures smoother. Today, we’re diving into the world of Azure AD’s authentication system, which can make switching between development and production modes a breeze....

September 26, 2023 · 2 min · Ronney Lira

Git Shortcuts

In this article, I’m going to cover handy shortcuts that can make your life in using git in the terminal faster and more convenient. I really love using Windows Terminal, it allows you to use any type of shell that you want, customize it, and extend it to the limit of your own imagination. I cannot recommend enough the great article from Scott Hanselman that teaches you how to unlock most of the potential within Windows Terminal, really making it your own....

April 25, 2023 · 3 min · Ronney Lira