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

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

Mastering Minimum Obstacle Removal in JavaScript

The provided code implements a solution to the Minimum Obstacle Removal to Reach Corner problem in JavaScript using Dijkstra’s algorithm. The goal is to...

Implementing Polling With RxJS

In most front-end applications, fetching data from the backend is a common task to provide users with up-to-date information. While straightforward API calls often...