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

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

Mastering JavaScript: Creating a Fun Guess My Number Game

I created a 'Guess My Number' game using JavaScript to explore DOM manipulation and CSS styling directly through JS. This project was a hands-on...

Create a Two-Player Dice Game in JavaScript Mastery in Action

I created a dice game where two players take turns, aiming to reach a score of 100. While developing this project, I dived deeper...