tagged

#React

3 posts.

  1. ·4 min read

    Building Vectorio: A Browser-Based SVG to Component Generator

    You export an icon from Figma. Drop the SVG into your project. And before it's actually usable, you do this dance: - Strip the xmlns:figma, data-name, data-figma-* noise. - Rename id="gradient-1" so it doesn't collide with the next...

  2. ·6 min read

    Building JobTrack: A Full-Stack Job Application Tracker

    Job hunting is exhausting. Between crafting tailored resumes, tracking multiple applications, and remembering which stage each one is in, it's easy to lose track of everything. I experienced this firsthand during my own job search, and like any...

  3. ·4 min read

    Building Mockator: An AI-Powered Mock Data Generator

    Every developer faces the same challenge: generating realistic test data. Libraries like Faker.js exist but they're static and limited. Ask ChatGPT to "generate 50 e-commerce orders" and you'll get nice JSON, but with zero consistency—a customer named "John...