I wrote an article recently about utilizing Remote Containers in Visual Studio Code with the Serverless Framework. I personally love working with a local container to create a consistent, isolated build and development environment… Read more “Running Remote Containers… FAST!”
Creating a Serverless Docker Image
Serverless architectures have been all the rage these days. AWS, Azure, and the Google Cloud Platform have seen the benefits and embraced this new cloud development paradigm.… Read more “Creating a Serverless Docker Image”
Building Serverless with Docker
If you have experience with Azure Functions or AWS Lambdas, then the title may sound a bit like an oxymoron. One of the key benefits of “Function… Read more “Building Serverless with Docker”
Building Flexible APIs with GraphQL and ASP.NET Core
I’ve been hearing more and more about GraphQL in recent years. As a developer primarily focused on the Microsoft stack, my response typically starts and ends with… Read more “Building Flexible APIs with GraphQL and ASP.NET Core”
Comparing ASP.NET Core Razor Pages with MVC
In my previous post, we discussed the ASP.NET Core Model-View-Controller (MVC) web application framework and what better way to start our journey through ASP.NET Core. This framework is… Read more “Comparing ASP.NET Core Razor Pages with MVC”
What’s in the ASP.NET Core MVC Template?
When starting a new project, templates can be beneficial to use as a starting point. The standard boilerplate code gets generated, and before you know it, the… Read more “What’s in the ASP.NET Core MVC Template?”
Exploring SQL Server 2019 with Docker
I was showing SQL Server 2019 to some aspiring .NET developers recently. Aside from discussing relational database concepts, we also dug into various SQL statements and queries.… Read more “Exploring SQL Server 2019 with Docker”
Adding Docker to the ASP.NET Core Angular Template
What’s better than starting a new greenfield project? You finally have the opportunity to leverage all the latest patterns, technologies, and frameworks that you’ve been dying to… Read more “Adding Docker to the ASP.NET Core Angular Template”
Denver Dev Day
This past week, I had the opportunity to speak at Denver Dev Day at the Microsoft Tech Center in Denver. My session covered one of my favorite… Read more “Denver Dev Day”
Secure Your SPA using Authorization Code Flow with PKCE
Single page applications (SPAs) offer many benefits over classic web applications. Among these benefits, SPAs can provide users with a rich and responsive user interface. This is… Read more “Secure Your SPA using Authorization Code Flow with PKCE”