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

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

How Do I Fix the Error ‘Cannot Read Property Length of Null’ in JavaScript When Using match()

I was working on a small Android project using JavaScript with DroidScript, aiming to build a helper tool for the game Word Snack. The...

How to Fix Fatal Error Reached Heap Limit Allocation Failed Javascript Heap Out of Memory

Working with JavaScript and Node.js is always exciting, but every now and then, you hit an unexpected wall. Recently, while working on a backend...