Azure DevOps, among its capabilities, allows you to store NPM packages in their system. Here we’ll see how to connect to an NPM feed and how to solve the 401-unauthorized error.
Continue reading
Asynchronous programming is often seen as something cumbersome, so many developers avoid it. What, why and how to use it? Here are the first steps you can take to approach async programming.
Continue reading
YouTube provides some APIs for getting info about a channel videos. But they also provide .NET libraries to achieve the same result with C#. Let’s have a try!
Continue reading