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

How to Add a Div to an Element Horizontally Using JavaScript

Today, we’re tackling a question that trips up many developers: “How do I add elements horizontally using JavaScript?” The short answer? Yes, you can! But it’s not just...

How to Make a Modify Grid Template Columns Using JavaScript

I am excited to share my recent experiment with dynamically changing CSS grid layouts using JavaScript. Today, I’m walking you through a simple project...

How to Access a Global Function is Not Working on the JavaScript Window Object

I’ve recently been working on a project where I needed to call a global function from the javascript window object. I ran into a...

How to Get Multiple Entries from CSV Files in JavaScript

Today, I’m diving into a common challenge: how to plot multiple markers on a Google Map using data from a CSV file in JavaScript. If...

How to Create a Convert JavaScript Array to SQL Multirow Values List

Inserting data from a JavaScript array into a SQL Server table seems straightforward until you encounter special characters like quotes, commas, or brackets. Converting...