Azure Pipelines Tutorial – Continuous Integration
When software developers start collaborating in a project one of the main things to address is how to prevent build and test breaks. Here is where Continuous Integration (CI) shines and one tool that...
View ArticleNew Jobs Section
From time to time I get approached by an overwhelming amount of recruiters for several software engineering positions for locations across the US and a few of them remote too. This is probably not...
View ArticleDeploying Azure Pipelines agents as containers to Kubernetes
A common problem I have seen across the teams I’ve worked on that use Azure Pipelines for building and releasing code is the lack of enough pipeline agents to handle the increasing number of...
View ArticleCreating a .NET 5 Microservice
Just published a video with my take on a few of the .NET 5 features that I find useful for microservices development: Enjoy!
View ArticleThe .NET Microservices Basics Course is now Free on YouTube!
My Building Microservices With .NET: The Basics course covers the fundamentals of microservices with the .NET platform, from the creation of your very first microservice from scratch, with a complete...
View ArticleContainerizing an Asp.Net Core 3.0 Web API
It’s been ages since I wrote anything here, but recently I decided it’s time I start sharing a few of the things I have learned in the past few years. Also, since .NET Core 3.0 just got released today...
View ArticleDeploying an Asp.Net Core 3.0 Web API on Kubernetes
As a follow up from last week’s video on Containerizing an ASP.NET Core 3.0 Web API here for a step by step on how to deploy an Asp.Net Core 3.0 Web API on a local Kubernetes cluster: In this new...
View ArticleDeploying an Asp.Net Core 3.0 Web API on AKS
Last week I published a video on how to deploy an Asp.Net Core 3.0 Web API to a local Kubernetes cluster. This week I thought I would move one step forward and show how to deploy the same Web API...
View ArticleBuilding a CI/CD pipeline for a containerized Asp.Net Core 3.0 Web API
To close on the Asp.Net Core 3.0 Web API series I just published a video on how to build a CI/CD pipeline to fully automate the deployment of a Web API docker container to AKS. Here it is: In this one...
View ArticleAzure Pipelines Tutorial – Continuous Integration
When software developers start collaborating in a project one of the main things to address is how to prevent build and test breaks. Here is where Continuous Integration (CI) shines and one tool that...
View ArticleNew Jobs Section
From time to time I get approached by an overwhelming amount of recruiters for several software engineering positions for locations across the US and a few of them remote too. This is probably not...
View ArticleDeploying Azure Pipelines agents as containers to Kubernetes
A common problem I have seen across the teams I’ve worked on that use Azure Pipelines for building and releasing code is the lack of enough pipeline agents to handle the increasing number of...
View ArticleCreating a .NET 5 Microservice
Just published a video with my take on a few of the .NET 5 features that I find useful for microservices development: Enjoy!
View ArticleThe .NET Microservices Basics Course is now Free on YouTube!
My Building Microservices With .NET: The Basics course covers the fundamentals of microservices with the .NET platform, from the creation of your very first microservice from scratch, with a complete...
View ArticleTNS #001: How To Monitor Your ASP.NET Core Application In Azure
Read time: 3 minutesToday I’m going to show you how to quickly start monitoring your ASP.NET Core application in Azure.Having good monitoring in place is a huge life saver since it can quickly give you...
View ArticleTNS #002: Don’t Be Blind In Prod!
Read time: 4 minutesToday I’m going to show you how to avoid being blind in Prod by using the logging capabilities of ASP.NET Core.Logging is one of those things that you don’t really need until you...
View ArticleTNS #003: Should I Move To Microservices?
Read time: 4 minutesToday I’ll try to answer this common question: should I move to microservices?Microservices can be a great way to build systems that are resilient, scalable, and easy to...
View ArticleTNS #004: Keep It Clean With Clean Architecture
Read time: 7 minutesThis issue is a bit longer than usual, but I think it’s worth it.Today I’ll show you how I’ve been using Clean Architecture to structure my ASP.NET Core applications.The principles...
View Article