π©πΌβπ» Hey everyone! Iβm Megan β a full-stack creator who likes to break things (on purpose), fix them (eventually), and learn along the way.
Right now Iβm exploring:
JavaScript + its sidekicks (React, Node.js, Next.js)
Databases that donβt ghost me (Supabase, Firebase, Postgres)
UI experiments with Tailwind + design tools
Why Iβm here:
To share things Iβm learning (the messy, the funny, and the useful)
To connect with other devs who love building weird/cool/impactful stuff
To keep myself accountable while navigating through projects π
If youβre into web dev, new tools, or just want to chat about building things that almost work on the first try, Iβd love to connect. Drop a comment and say hi π
β Megan
Top comments (15)
Hey Megan great to have you!
glad to be here - these are my people π
Hi! π I'm new here too. Maybe we can learn from each other and build or break some things along the way.
let's just start by breaking stuff together, that's more fun...i'm working on the KendoReact components challenge now - what about you?
wow kyle - that is really impressive! i like the mock server + watch mode idea. also curious how it compares to tools like openapi-typescript β whatβs the main difference?
OpenAPI TypeScript is fantastic at what it does - it's the gold standard for generating TypeScript types from OpenAPI specs. Really solid, mature tool that handles type generation beautifully. But here's where I found gaps in my actual workflow:
OpenAPI TypeScript gives you the types, but then you're on your own for the rest of the development process. You still need to:
I got so frustrated with this fragmented toolchain that I ended up building something more integrated. My approach bundles the type generation with realistic mock servers, team collaboration workflows, and handles the entire "design β generate β mock β integrate" cycle in one tool.
Think of it like this: OpenAPI TypeScript is excellent plumbing, but I needed the whole bathroom. Not because their tool isn't great - it absolutely is - but because I kept hitting the same coordination problems even with perfect types.
The realistic mock data piece has been huge for me. Instead of generic "string" values, I get varied, edge-case-testing data that actually helps me catch integration issues before they happen.
Have you used OpenAPI TypeScript in your projects? What's been your experience with the rest of the workflow after you get the types generated?
I've dabbled with openapi-typescript in a recent project, mostly for generating types from specs to keep my TypeScript frontend calls safe and synced with the backend. It nailed the type safety and compile-time checks, but that said, you're right about the post-generation workflow - I ended up piecing together MSW for mocking and manual test data, and it all just felt kinda messy and awkward, especially when passing stuff off to the team. Your integrated approach with realistic mocks and collaboration sounds like it could streamline that a ton.
Hi Megan, good to know that you are a coding enthusiast.
Welcome Megan, I would like to collobrate with you in web development.
Can we discuss?
Of course - send me an email through my portfolio page. Or you can contact me on LinkedIn (linkedin.com/in/megan-propps-88524...).
Can you give me your email address?
meganpropps@gmail.com
Thanks. I sent mail. Can you please check and reply?
Welcome Megan, Nice to meet you
Some comments may only be visible to logged-in visitors. Sign in to view all comments.