How to Do Test Driven Development in C# .NET 5 and VS Code

We will be coding a very simple code kata called FizzBuzz. The point of this article is not show the best implementation of FizzBuzz but to implement it in a Test Driven way. So that we can change the implementation any way we want without the fear of changing our code.

Read More

How to Use SyncTimer

SyncTimer (Synchronized Timer) is a free app that works on any browser, desktop or mobile. It has two types of users: Timekeeper Observer (the speaker or anyone with a valid Timer Key) Timekeeper The timekeeper is the one who created the Timer Set (a set of timers). The timekeeper is responsible for starting and stopping…

Read More

Space Launches (Sample Project)

Description A sample solution that shows how to connect to another API using ASP.NET API Controller. This will pull the next 5 space launches from the public API of https://launchlibrary.net/ Another page can display some details of 5 rockets with the wiki links and thumbnail pictures with links to the full-sized picture of the rocket. Although the…

Read More

Learn to Code: Episode 013 – CSS Properties

In this episode we’ll talk about some of the basic CSS properties and how we can use them in our HTML page. For now, we will just play around with the basic properties and how to apply them to HTML so the page won’t look that pretty. Some of the properties we’ll discuss are: color…

Read More

Learn to Code: Episode 012 – CSS Basics

Now it’s time to discuss CSS finally! All websites must have HTML. Whereas CSS (Cascading Style Sheet) is optional but essential in any website. We can only do so much with HTML alone. CSS makes web pages become lively. There are three ways to add a style into a web page: Linked stylesheet file Inline…

Read More