Link Search Menu Expand Document

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

Watch the Video

Github Packages

Posted November 21, 2021

GitHub Packages allows us to store container images in our GitHub profiles. Read More

Watch the Video

Marp

Posted November 07, 2021

Marp allows using Markdown as a medium for creating slideshow documents. Read More

Watch the Video

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

Watch the Video

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

Watch the Video

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

Watch the Video

.NET 6 Minimal API Entity Framework

Posted September 12, 2021

Introduce CRUD repositories with EF Core in .NET 6 preview 7. Read More

Watch the Video

Moq Unit Tests

Posted August 29, 2021

Learn about the Moq unit testing framework in .NET Read More

Watch the Video

.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

Watch the Video

Clean Architecture

Posted August 01, 2021

Learn how to structure C# code per the Clean Architecture. Read More

Watch the Video

C# Unit Tests

Posted July 18, 2021

Learn about the unit testing framework in .NET and identify scenarios worth unit testing. Read More

Watch the Video

Docker Compose

Posted July 04, 2021

Play with docker-compose and orchestrate multiple container images. Read More

Watch the Video

Flyway

Posted June 20, 2021

Implement and iterate on a database schema using Flyway. Read More

Watch the Video

Angular Proxy Services

Posted June 06, 2021

Make an HTTP call to our .NET application from our Angular application. Read More

Watch the Video

Angular

Posted May 23, 2021

Create a new Angular application. Read More

Watch the Video

Postgres

Posted May 09, 2021

Create a Postgres server and database. Read More

Watch the Video

Github Actions

Posted April 25, 2021

Set up continuous integration in GitHub. Read More

Watch the Video

C# WebAPI

Posted April 11, 2021

Play with C# and create a WebAPI application. Read More

Watch the Video

Docker

Posted March 30, 2021

Play with Docker. Read More

Watch the Video

C# Console Application

Posted March 28, 2021

Play with C# and create a console application. Read More

Watch the Video

Flask

Posted March 14, 2021

Gain basic familiarity with Flask and get exposure to HTTP concepts. Read More

Watch the Video

Github Cli

Posted February 28, 2021

Gain familiarity with GitHub CLI and related workflows. Read More

Watch the Video

Git Workflows

Posted February 14, 2021

Gain familiarity with basic workflows in Git and GitHub. Read More

Watch the Video

Introducing Python

Posted January 31, 2021

Gain familiarity with basic commands in Python. Read More

Watch the Video

Visual Studio Code

Posted January 17, 2021

Gain familiarity with basic workflows in Visual Studio Code. Read More

Watch the Video

Valid First Website

Posted January 03, 2021

Create a website with HTML, CSS and JavaScript. Read More

Watch the Video