Better looping in bash: Use while syntax

Learn how to upgrade your loops in bash with while syntax. Use while loops to use multiple variables in a single command.

Oct 21, 2021

Read More

How I setup this blog

A simple post for testing and so that I do not forget the steps for how I setup this blog.

Oct 29, 2021

Read More

Asynchronous Programming with JavaScript

Learn what asynchronous programming means for JavaScript and how you can get started writing asynchronous JavaScript code.

Nov 01, 2021

Read More

How to Get Line Breaks In Markdown

You might be surprised, like I was, to find your line breaks in your Markdown file do not show up when you render the page. Apparently, you need to use either two spaces at the end of the preceding paragraph or a backslash () at the end of the preceding paragraph and a backslash () on the next new line.

Nov 07, 2021

Read More

Astro Is a Great Static Site Generator

Astro is a relatively new static site generator with compelling features and an exciting new approach. This site uses Astro and Svelte components to build a simple blog. Learn about how Astro is a terrific solution for those who need a static site generator.

Nov 17, 2021

Read More