Workplace with modern laptop with program code on screen

Using NuGet Pre-release versions for local development

Does your company maintain separate source code repositories for shared libraries? For instance, do you have a models library on github that builds and publishes to nuget.org? When you need to make a change to your main project, that uses these nuget packages, which in turn also requires changes to be made to the library, how can you test it …

abstract image of code

Visual Studio Code and Azure DevOps Artifacts

Are you using or wanting to use Visual Studio Code for work? Is your company using Azure DevOps and making use of private Artifact Feeds? If yes, you’ll need some setup in order to be able to authenticate successfully. Visual Studio 2019 has a convenient built in way of doing this, VS Code does not. If you’ve already been using …

Google Cloud logo

Google Domains and Google Cloud Platform

So, you’ve got a domain from Google Domains. You also have a site you want to run on Google Cloud Platform. I encountered this same situation after transferring one of my domains to Google Domains and wanting to hook it up to a site I had set up on GCP. This one as a matter of fact! I had found …