FSIBlog stands for Future Stack Innovations Blog, a free resource Initiative by Programmatic LLC.
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 Solve PI Network app_to_user Payment Completion Issue
If you’re working with the Pi Network API and running into roadblocks when finalizing app_to_user payments, you’re not alone. Recently, while testing the API, I encountered...
How to Fix the Mastering Exit Codes in PowerShell
Exit codes are critical for scripting automation, especially when integrating PowerShell with legacy systems like cmd.exe. They signal success or failure to calling processes, enabling...
How to do Base64 Encoding in Java
Hey fellow coders! Let’s talk about a common pitfall I’ve seen in Java projects: using internal APIs like sun.misc.BASE64Encoder and sun.misc.BASE64Decoder for Base64 encoding. You might have inherited...
How to Fix Prompt Error in Node.js with JavaScript
Hey there! If you’ve ever tried building a JavaScript program outside a browser, you might have run into the dreaded ReferenceError: prompt is not defined....
How to Build a Point Map with JavaScript
If you're looking to create a visually appealing and interactive point map using JavaScript, you've come to the right place. Whether you're a seasoned...
