Rick Bowen (JavaScript)

Hi, I'm Rick! I'm an accomplished Software Engineer with broad and deep expertise in Go JavaScript, TypeScript, Shell (bash/zsh), Git, SQL & NoSQL Databases, Containers + Kubernetes, Distributed Systems, Reliability Engineering, DevOps, Cloud / Network / Application Security, Identity / Access Management, Linux, macOS/Darwin, CI/CD, SaltStack, Terraform, AWS, GCP, Azure, Internet Protocols, and much more.
55 Posts

How to Build a Simple Counter App with HTML and JavaScript

Today we will create a simple Counter Application using HTML, Tailwind CSS, and JavaScript. This app will allow users to increment or decrement a numeric value with...

Revisiting JavaScript Basics: Building a Simple Counter

JavaScript is a versatile language that forms the backbone of dynamic web applications. Today, we’re revisiting some fundamental concepts by building a simple counter...

Implementing App Lifecycle Monitoring in JavaScript

In the ever-evolving landscape of web applications, understanding user behavior is paramount. Implementing app lifecycle monitoring to track user status is a game-changer, allowing users to...

Create a To-Do List Application with HTML, CSS and JavaScript

A To-Do List is a simple yet effective way to manage tasks. In this tutorial, we'll create a functional To-Do List application using HTML,...

Building a Real-Time Clock in JavaScript

A real-time clock is a fun and practical project that showcases the dynamic capabilities of JavaScript. It’s simple to implement and serves as an...