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

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

Formatting Strings in Java: String.format() Method

In Java, string formatting is a common task, especially when working with output or building user-friendly interfaces. One of the most versatile ways to...

Leaflet: A JavaScript Library for Fitting Polylines in View

I spent some time playing with the Leaflet.js library to visualize running routes on a map. The goal was to zoom the map just...

Generate Random Colors Using JavaScript

Hi there! So today, I'm super excited to share a fun little project a Mini Random Color Generator. This project lets you generate random...