Developer Recommendations
Tools, resources, and libraries we actually use. No affiliate links. No BS.Just stuff that makes our lives easier as developers.
Tools We Actually Use
The tools that power our workflow. Tried, tested, and loved.
VS Code
The code editor we use daily. Essential extensions: Prettier, ESLint, Tailwind CSS IntelliSense.
TypeScript
Type-safe JavaScript. Makes our Zod converters possible. Can't imagine coding without it.
Tailwind CSS
Utility-first CSS framework. Our sorter tool wouldn't exist without it. Game changer.
React
The library that powers this site. Component-based, fast, and developer-friendly.
Zod
TypeScript-first schema validation. The reason we built our JSON converter.
GitHub
Where we host our code. Essential for version control and collaboration.
Learning Resources
Documentation and guides we reference daily. Bookmark these.
MDN Web Docs
DocumentationThe best resource for web standards. We reference it constantly.
TypeScript Handbook
DocumentationOfficial TypeScript guide. Clear, comprehensive, and always up-to-date.
React Docs
DocumentationThe new React docs are incredible. Great examples and explanations.
Tailwind CSS Docs
DocumentationWell-organized, searchable, and full of examples. Our go-to reference.
Coming Soon
Tools we're building next. Got suggestions? Hit us up!
CSS to Tailwind Converter
Convert regular CSS to Tailwind utility classes. Coming soon!
API Response Formatter
Format and beautify API responses. JSON, XML, and more.
GraphQL Schema Generator
Generate GraphQL schemas from TypeScript types. For the GraphQL lovers.
Code Diff Viewer
Beautiful, side-by-side code diffs. Better than GitHub's default.