Posts
Scale Your Project with Layered React Structure
April 9, 2025•3,407 words
Learn how to scale your React project using Layered React Structure (LRS). Take your app from small-time to enterprise grade by organizing your code better.
IIFEs — a JavaScript Idiom of Yore
March 26, 2025•800 words
IIFEs were very useful back in the day, but modern JavaScript has made them irrelevant
JavaScript Holes and Tolls (On Performance)
March 11, 2025•1,545 words
Compiler optimizations that you shouldn't worry about but are cool.
Setup Adobe ColdFusion in Docker
February 26, 2025•862 words
Adobe ColdFusion can feel daunting to set up. Luckily for us, there's an easy method of getting up and running using Docker. Let's explore that option!
Vue "as" Prop using TypeScript
February 18, 2025•503 words
Vue can dynamically change a rendered HTML tag using a special syntax. Let's learn how to use it with TypeScript.
React "as" Prop Using TypeScript
February 12, 2025•418 words
Learn how to type the "as" prop in React to dynamically change the rendered HTML tag.