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 Create a “Transaxle Fluid Transmission Fluid” Simulation in JavaScript
Imagine you are building a vehicle-system simulation or educational game and you want to show how transmission fluid behaves inside a transaxle (the combo...
How to Fix “Uncaught SyntaxError: Cannot Use Import Statement Outside a Module”
The error "cannot use import statement outside a module" primarily occurs in JavaScript, not Python. It happens when you try to use an ES6 import or export statement...
How to Programmatically Read HTML5 AppCache File Content in a Hybrid Mobile App (ObjC / Java / JS)?
If you've built a hybrid app using WebView, Cordova, Capacitor or any HTML5-based stack, you’ve probably enabled AppCache or its modern cousin Service Workers...
How to Set JSON Data to Session Storage in Angular
If you’ve ever closed a tab and lost a half filled form, you’ve met the problem that session storage can solve. In Angular apps,...
How to Resolve the “Cannot Use Import Statement Outside a Module” Error
You’re happily writing JavaScript (or TypeScript), you type:import { something } from './myModule.js'SyntaxError: Cannot use import statement outside a moduleUgh. What just happened, Why...
