Fonts And Typography
Images,Videos And Illustrations
Testing, Optimization And Deployment
- Google PageSpeed Insights - A simple tool to check how well your website works. Chrome DevTools can also use it (Lighthouse).
- HTML Validator by W3C - Check to see if your HTML markup is correct and doesn't have any mistakes. Official W3C tool.
- CSS Validator by W3C - Check to see if your CSS code is correct and doesn't have any mistakes. Official W3C tool.
- Netlify - #1 platform of choice for hosting static webpages. They offer a generous complimentary package!
- Optimizilla - Another tool that can reduce the size of up to 20 JPEG and PNG images while keeping their quality.
- Real favicon Generator - This tool makes favicons for your website on all platforms from an image you upload.
- WebPageTest - Free website performance test from real browsers at consumer connection speeds with optimization advice.
Top comments (1)
Great collection of resources! This is super helpful for anyone getting started with web development.
One workflow I've found interesting lately is starting with an existing design you like and using it as a foundation - kind of like how designers use mood boards. Instead of building from scratch every time, you can analyze what works on sites you admire (layout, spacing, component structure) and adapt those patterns to your own projects. I've been trying out JustCopy.ai which automates this workflow - you paste any website URL and it clones the structure, then you can customize it with AI.
For folks learning, I'd add a couple more resources to your list:
• Refactoring UI - amazing principles for making things look good without being a designer
• Frontend Mentor - real-world projects to practice HTML/CSS/JS with designs provided
Also, for deployment, Vercel has become really popular alongside Netlify, especially if you're working with Next.js or React projects. Both have generous free tiers.
Thanks for compiling this - bookmarking for future reference! 🔖