Design systems need a complete color palette, not just one primary color. Designers often say “give me variations of this blue,” but manually adjus…
Posts for: #Generator
Building a Chart Generator from Scratch: SVG Rendering and Data Visualization Core Techniques
I was building a dashboard recently and needed to quickly generate several common chart types. Chart.js is great, but sometimes you just need a sim…
From Manual Maintenance to Automation: Building a Keep a Changelog Generator
Recently took over a legacy project. Checking the Git history, I found every release was just git log --oneline > CHANGELOG.md. The result? A CHA…
CSS Button Generator: From Presets to Interactive States
Working on an admin dashboard project, the UI designer handed me a pile of button styles: primary, secondary, danger, ghost… Each with different …
CSS Border Generator: From Basic to Gradient Borders
Recently, I was building an admin dashboard when the designer handed me a card with a gradient border. I thought, “Easy, just a border.” Turns out,…
The Encoding Principles Behind Barcodes: Building an Online Barcode Generator
Recently added a barcode generation feature to a project. Turns out those black-and-white stripes have some interesting encoding rules underneath.
ASCII Art Generator: From Character Mapping to Terminal Art
You’ve seen those big banner texts in terminals—welcome messages when SSH-ing into servers, npm package logos, CLI tool headers. That’s ASCII Art. …
App Store Screenshot Generator: Technical Implementation from html2canvas to High-Quality Export
Published: May 7, 2026 at 01:35