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

How To Fix a Handle Apostrophes Error in JavaScript String

I still remember the first time my JavaScript broke just because of a single apostrophe. I was working on a project where titles were...

How To Fix JavaScript Error on a Page / JavaScript Error Handling

When I first started writing JavaScript, nothing frustrated me more than those mysterious red errors popping up in the console. Sometimes they stopped my...

How to Fix an IBM Blockchain Extension Local Fabric Startup Error with JavaScript

When I first tried running the IBM Blockchain Platform Extension in VS Code, I ran into a frustrating issue: the Local Fabric runtime refused...

How Do I Fix a Java Game Crash Cause by Collision Detection with LinkedList

I’ve been working on a classic 2D Space Invaders-style game in Java. It’s been a fun journey missiles firing, enemies descending, and that nostalgic...

How Do I Fix a JSON Error After Compiling My LibGDX Java Game

When working with LibGDX, everything might seem smooth during development until you export your game as a .jar file. That’s exactly what happened to me....