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

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