BLOG3 ARTICLES
Latest Posts
Thoughts on software, design, and building meaningful products.
- July 25, 20264 min
AI Driven Development: How I Actually Use It as a Full Stack Engineer
A honest look at AI-driven development from the perspective of a full stack engineer building real products with React, Next.js, TypeScript, and Node — covering workflow changes, practical shifts in skills, and why judgment still wins.
- #ai
- #development
- #workflow
- #full-stack
- #engineering
ARTICLE4 MIN READ - April 28, 20243 min
Understanding the JavaScript Modulo Operator
One of the most commonly-misunderstood operators is Modulo (%). In this tutorial, we'll unpack exactly what this little bugger does, and learn how it can help us solve practical problems
- #javascript
- #modules
ARTICLE3 MIN READ - March 12, 20243 min
Publishing a React component package on npm
Publishing a React component package on npm involves a series of steps to package, version, and distribute reusable React components for broader consumption within the JavaScript ecosystem
- #npm
- #react js
- #components
ARTICLE3 MIN READ