architectureMicro-frontends 101: When a composable frontend architecture makes sense for your applicationAt a high level, micro-frontends are a software development approach that breaks down a monolithic frontend application into smaller, individual mini applications.
javascriptHow to Build an Arcade Style Video Game in JavaScriptI built a game in JavaScript. Here's how I did it.
javascriptIn Praise Of Logging (A Node.js/Javascript Logging Guide)In this post, I'm going to outline some good practices I've learned along the way and (hopefully) convince you why you should consider using a logging framework immediately instead of console.log statements.