FSI BLOG STAFF

Hi, I'm Rick! I'm an accomplished Software Engineer with broad and deep expertise in Go, Python, 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.
4 Posts

How to Fix PHP Fatal Errors and Return Clean JSON

Working on a client project recently, I faced an all to common challenge in PHP development, how to make sure all errors especially fatal...

How to Secure Mobile APIs in Flutter Using Dart

As mobile applications continue to dominate the digital landscape, ensuring the security of mobile APIs has become a top priority for developers. We'll delve...

How to Fix the Error while Configuring CSS Modules with Webpack

I was racing through a small React prototype, eager to drop plain-old .css files and start using CSS Modules. A quick visit to webpack...

How to Create a Hover Effect in CSS?

Let’s go over the details, including some common mistakes I’ve noticed and, of course, how to fix them! A Common Mistake with CSS Hover Effects First...