Developer Resources
Essential tools I use and recommend
Code Editors
VS Code
The best code editor. Free, powerful, tons of extensions.
Kiro
AI-powered IDE that actually works. Built for real developers.
Languages & Runtimes
Node.js
JavaScript runtime. Essential for modern web development.
Python
Versatile language for web, automation, and data.
Package Managers
npm
Node package manager. Comes with Node.js.
Yarn
Fast, reliable package manager alternative to npm.
Frameworks & Libraries
React
Build interactive UIs. Industry standard.
Next.js
React framework for production apps.
Tailwind CSS
Utility-first CSS framework. Fast styling.
Django
Python web framework. Batteries included.
Design & Prototyping
Framer
Design and ship websites. No code needed.
Figma
Collaborative design tool. Industry standard.
Hosting & Deployment
Firebase
Google's app platform. Hosting, database, auth.
Vercel
Deploy instantly. Perfect for Next.js.
Netlify
Static site hosting. Fast and free.
GitHub Pages
Free hosting from your GitHub repo.
Cloudflare Pages
Fast, secure hosting with global CDN. Free tier.
Version Control
Git
Version control system. Essential for all developers.
GitHub
Host your code. Collaborate with others.
Learning Resources
MDN Web Docs
Best web development documentation.
Stack Overflow
Q&A for developers. Find solutions fast.
freeCodeCamp
Free coding courses and certifications.
These are the tools I use daily. All links are free resources unless noted.
Back to Portfolio