Where code meets iron: thoughts from a dev who lifts.

A collection of technical wisdom, fitness discoveries, and life lessons from building both applications and muscle.

Building a Dynamic Stack Grid System in Vue 3

How I created a zero-dependency, performant grid layout system using Vue 3's Composition API and the mathematics of responsive design.

Accessing Laravel Herd's MySQL Service (or Any Other Service) from Your CLI

Laravel Herd is revolutionizing the way developers approach Laravel and PHP development on macOS. It's designed to be a comprehensive, native development environment that simplifies the initial setup process, allowing you to dive directly into what matters most: building your applications.

Building Objects with JavaScript: A Comprehensive Guide

JavaScript, being a versatile and powerful programming language, offers various models that enable developers to build robust and flexible objects. These models provide structured approaches to object-oriented programming and help in creating organized, reusable, and maintainable code. In this article, we will explore different JavaScript models and demonstrate how they can be used to build objects effectively.