WebGL Particles

2022-12-12 3d frontend webgl

I started out my career in video games, but recently I’ve feeling the pull to play around again. It’s been interesting re-learning so much of...

Read More (1 min read) about WebGL Particles

AWS Security Basics

2022-12-10 aws cloud security

I was asked recently what my security recommendations would be for an AWS account. I’m not in infosec personally, so this is definitely not a...

Read More (5 min read) about AWS Security Basics

Model-View-What?

2022-11-27 api architecture frontend patterns

Many developers have heard of MV-* design patterns (most commonly MVC), but most don’t know the purpose - or most of the alternatives - to...

Read More (5 min read) about Model-View-What?

Pure React Components

2022-11-24 frontend react

I recommend to my teams that they use “pure react components” - but, like usual, I’ve realized that I use the term a bit differently...

Read More (5 min read) about Pure React Components

Automating Deployments with GitHub Actions

2022-03-24 automation github actions helm kubernetes

When writing my last blog post, I really wanted to share a draft of it (and not just the source code) before publishing. To do...

Read More (4 min read) about Automating Deployments with GitHub Actions