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

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

How Do I Run PHP Code from JavaScript in Impact Engine

I'm working on a little game project using the ImpactJS game engine, and I ran into something that initially stumped me connecting my game...