About the Author
Avatar photo

Bernardo Leite

Bernardo is a software engineer with 6+ years of .NET development experience. Highly adaptable, Bernardo’s abilities, working expertise, and technical knowledge give him a deep understanding of how to design and develop web applications using the .NET framework. He is a natural problem solver, creative thinker, and quick to pick up complex topics.

Node.JS Revolution: Farewell to Axios and Fetch API in Version 17.5.0

Bernardo Leite JavaScript, Node.js 1 Comment

Every self-respecting student of programming has already needed to use libraries (the famous “lib”) in the development of their applications. Examples include the Axios and Fetch libs, which are widely used on the front-end and back-end to consume external APIs.

Recently, Node.JS v17.5 underwent two changes that divided opinions, so let’s explain how these changes impact the issues of effectiveness and agility in code production. Additionally, I will also discuss the pros and cons of this update.

Configuring Hangfire’s BackGround Method for .NET Core Applications

Bernardo Leite .NET, .NET Core, C#, Tutorial Leave a Comment

In this article, we will go over how to install the Hangfire NuGet package within the NuGet Package Manager in Visual Studio. Then, we’ll walk through how to configure it within the .NET Core framework using Service Fabric. Lastly, we’ll learn how to use the BackgroundJob.Enqueue method in order to schedule a background task to be performed and at the same time not disturb the flow of your code.