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 Parallel Concurrent Processing Issues in JavaScript

JavaScript is a powerful language, but it has one big twist: it runs on a single thread. That single thread helps avoid many problems,...

How to Fix the “Java Convert String to int” Error in Java

Have you ever stared at your monitor and watched the dreaded stack trace pop up: NumberFormatException: For input string: “abc123”You’re not alone. In the...

How to Fix the “JavaScript Error: IPython Is Not Defined”

Imagine you are deep in your workflow with Jupyter Notebook or JupyterLab, you run a cell expecting an interactive plot or a nifty widget...

How to Resolve the Minified React Error in JavaScript

You’ve just built your dream React app. Everything works perfectly in development. You push it to production, pour yourself a coffee, and boom your...

How to Fix “Error: Could Not Find or Load Main Class” in Java

Picture this: you’ve just written a simple Java program, compiled it, and you’re eagerly waiting to see it run. Instead, you get the dreaded...