Non-Zero Days
Posts
Azure App Service
Posted December 05, 2021
Azure Web Apps is a platform on which you can host your applications Read More
Github Packages
Posted November 21, 2021
GitHub Packages allows us to store container images in our GitHub profiles. Read More
Marp
Posted November 07, 2021
Marp allows using Markdown as a medium for creating slideshow documents. Read More
Jekyll
Posted October 24, 2021
Jekyll is a tool that helps create static web sites from plain text files. This exercise walks through using Jekyll and markdown. Read More
Markdown
Posted October 10, 2021
Markdown allows you to write in a plain text format which is human readable and can be consistently interpretted into other display languages. This exercise walks through using markdown. Read More
Github Profile
Posted September 26, 2021
GitHub has a hidden functionality which is a markdown README displayed to your profile page. This exercise walks through setting up a GitHub Profile README. Read More
.NET 6 Minimal API Entity Framework
Posted September 12, 2021
Introduce CRUD repositories with EF Core in .NET 6 preview 7. Read More
Moq Unit Tests
Posted August 29, 2021
Learn about the Moq unit testing framework in .NET Read More
.NET 6 Minimal APIs
Posted August 14, 2021
.NET 6 comes with a new template for C# WebAPIs which is much more minimal. This exercise walks through setting up some endpoints in that template without using controllers. Read More
Clean Architecture
Posted August 01, 2021
Learn how to structure C# code per the Clean Architecture. Read More
C# Unit Tests
Posted July 18, 2021
Learn about the unit testing framework in .NET and identify scenarios worth unit testing. Read More
Docker Compose
Posted July 04, 2021
Play with docker-compose and orchestrate multiple container images. Read More
Flyway
Posted June 20, 2021
Implement and iterate on a database schema using Flyway. Read More
Angular Proxy Services
Posted June 06, 2021
Make an HTTP call to our .NET application from our Angular application. Read More
Angular
Posted May 23, 2021
Create a new Angular application. Read More
Postgres
Posted May 09, 2021
Create a Postgres server and database. Read More
Github Actions
Posted April 25, 2021
Set up continuous integration in GitHub. Read More
C# WebAPI
Posted April 11, 2021
Play with C# and create a WebAPI application. Read More
Docker
Posted March 30, 2021
Play with Docker. Read More
C# Console Application
Posted March 28, 2021
Play with C# and create a console application. Read More
Flask
Posted March 14, 2021
Gain basic familiarity with Flask and get exposure to HTTP concepts. Read More
Github Cli
Posted February 28, 2021
Gain familiarity with GitHub CLI and related workflows. Read More
Git Workflows
Posted February 14, 2021
Gain familiarity with basic workflows in Git and GitHub. Read More
Introducing Python
Posted January 31, 2021
Gain familiarity with basic commands in Python. Read More
Visual Studio Code
Posted January 17, 2021
Gain familiarity with basic workflows in Visual Studio Code. Read More
Valid First Website
Posted January 03, 2021
Create a website with HTML, CSS and JavaScript. Read More