Your Essential Web Dev Links, Simplified
Access a curated collection of must-have resources and quick links, designed to keep everything you need right at your fingertips.
Learning Resources
Start or advance your web development journey with these educational resources
Frontend Masters
A leading brand that offers in-depth and modern JavaScript and front-end engineering courses to help developers advance their skills.
Epic Web
Learn full-stack web development with Kent C. Dodds and the Epic Web instructors. Learn TypeScript, React, Node.js, and more through hands-on workshops.
MDN Web Docs
Provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.
FreeCodeCamp
Learn to code for free. Build projects. Earn certifications.
Wes Bos
Wes Bos creates and shares tutorials, courses, and articles on web development. He also does a tri-weekly podcast called Syntax
Codecademy
Interactive coding lessons and projects to build your skills.
Developer Tools
Essential tools to streamline your development workflow
Visual Studio Code
A code editor redefined and optimized for building and debugging modern web and cloud applications.
GitHub
Where people build software. More than 100 million people use it to discover, fork, and contribute to over 420 million projects.
Figma
A collaborative design tool for building meaningful products. Seamlessly design, prototype, develop, and collect feedback in a single platform.
Vercel
A platform for building and deploying modern web applications.
Project IDX
An AI-assisted workspace for full-stack, multiplatform app development in the cloud.
Amazon Web Services (AWS)
Amazon Web Services (AWS) is a collection of cloud computing services that you can use to build and run applications in the cloud.
Frameworks and Libraries
Popular frameworks and libraries to build modern web applications
React
A popular JavaScript library for building user interfaces, particularly single-page applications where you need a fast, interactive user experience. It was developed by Facebook and is maintained as an open-source project.
Vue.js
A progressive JavaScript framework used for building user interfaces and single-page applications. It was created by Evan You and is designed to be incrementally adoptable, meaning you can use as much or as little of Vue as you need, making it flexible for a wide range of projects.
Svelte
A modern JavaScript framework for building user interfaces. It differs from traditional frameworks like React and Vue in that it shifts much of the work to compile time rather than runtime. This means Svelte applications can be faster and more efficient because the framework compiles your components into highly optimized JavaScript code that updates the DOM directly.
Angular
A robust, comprehensive JavaScript framework developed and maintained by Google for building dynamic, single-page web applications (SPAs). It is a complete rewrite of AngularJS and provides a highly opinionated, structured approach to application development.
Preact
A fast, lightweight alternative to React, designed for building user interfaces with a small footprint. It provides the same modern API as React but is much smaller in size, making it ideal for performance-critical applications where bundle size is a concern.
Solid
A declarative JavaScript library for building user interfaces, similar to React and Vue. It focuses on performance and simplicity by using a fine-grained reactivity model. Unlike virtual DOM-based frameworks, SolidJS compiles its templates to real DOM nodes and updates only the parts of the DOM that need to change, resulting in highly efficient and fast updates.
Communities
Connect with fellow developers in these vibrant communities
Dev.to
A constructive and inclusive social network for software developers. With you every step of your journey.
r/webdev
The largest web development community on Reddit. Discuss everything from web development to programming.
iCodeThis
A helpful community for web developers that encourages growth in a playful yet competitive way.
Blogs
Stay updated with the latest trends and insights from the web development world
CSS-Tricks
Daily articles about CSS, HTML, JavaScript, and all things related to web design and development.
Smashing Magazine
A leading online magazine for professional web designers and developers.
Josh W Comeau
Friendly tutorials for developers. Focus on React, CSS, Animation, and more!
Lee Robinson
Lee Robinson shares tutorials, tips, and insights on building modern web applications, optimizing performance, and improving developer experience. His content is designed to educate and inspire both new and experienced developers.
Tao of Node
One of the main benefits of JavaScript is that it runs both in the browser and the server. As an engineer you need to master a single language and your skills
Rafael Camargo
Rafael Rakochinski Camargo is a software engineer who specializes in building fast, high-converting digital products and experiences at scale.