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.
82 Posts

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...

Implementing a Reset Password Feature in JavaScript

When building web applications JavaScript, providing a secure and user-friendly way to reset passwords is essential. This feature ensures users can regain access to...

Find The Largest and Second Largest Numbers in an Array (JavaScript)

In this article, we'll explore the common problem of finding the largest and second-largest numbers in an array. It's a useful problem to solve...

Create a Simple JavaScript Calculator

I am a simple calculator built using HTML, JavaScript, and CSS. My HTML defines the layout of buttons and an input box where calculations...