MDN Web Development Project

95 bookmarks
Custom sorting
HTML Cheat Sheet
HTML Cheat Sheet
Online interactive HTML Cheat Sheet contains useful code examples and web developer tools, markup generators and more.
·htmlcheatsheet.com·
HTML Cheat Sheet
Play
Play
If you're designing a mobile app, we're building Play for you. Play combines a familiar design canvas with the power of Apple's native iOS elements and a new approach to interaction design that is easy, powerful, and native.
·dashboard.createwithplay.com·
Play
CodeSandbox SDK – CodeSandbox
CodeSandbox SDK – CodeSandbox
Learn how CodeSandbox works and the different types of projects you can create and develop.
·codesandbox.io·
CodeSandbox SDK – CodeSandbox
Getting Started with Playground: For Educators - Unity Learn
Getting Started with Playground: For Educators - Unity Learn
This is a perfect project for anyone who is getting started with Unity for the first time. You will learn everything from how to navigate the Unity interface to creating your own game without using a single line of code. Educators, make sure to download the Getting Started with Unity Playground Curriculum Guide and other supporting documents for detailed instructions on how to teach this in class!
·learn.unity.com·
Getting Started with Playground: For Educators - Unity Learn
A simple web scraper | Modal Docs
A simple web scraper | Modal Docs
In this guide we’ll introduce you to Modal by writing a simple web scraper. We’ll explain the foundations of a Modal application step by step.
·modal.com·
A simple web scraper | Modal Docs
JavaScript First Steps - Learn web development | MDN
JavaScript First Steps - Learn web development | MDN
JavaScript is a huge topic, with so many different features, styles, and techniques to learn, and so many APIs and tools built on top of it. This module focuses mostly on the essentials of the core language, plus some key surrounding topics — learning these topics will give you a solid basis to work from.
·developer.mozilla.org·
JavaScript First Steps - Learn web development | MDN
Laravel Bootcamp
Laravel Bootcamp
Together let's walk through building and deploying a modern Laravel application from scratch.
·bootcamp.laravel.com·
Laravel Bootcamp
(4) My 2024 Good Links List | daily.dev
(4) My 2024 Good Links List | daily.dev
A comprehensive list of useful links categorized by developer tools, design and UX resources, analytics, AI, workflow, e-commerce, inspiration, web3, and other miscellaneous topics. The list includes platforms like Supabase, Tailwind UI, Vercel AI SDK, Mixpanel, Monday.com, Thirdweb, and more, offering a wide range of solutions for various development and design needs.
·app.daily.dev·
(4) My 2024 Good Links List | daily.dev
✨ How to Study Frontend Development the Lazy Way | daily.dev
✨ How to Study Frontend Development the Lazy Way | daily.dev
The post details two effective approaches for learning frontend development, even for complete beginners. It highlights using paid resources like FrontendMasters, or leveraging free tools and tutorials, emphasizing the importance of building projects to facilitate learning. The author shares a 7-step plan for both approaches, covering foundational courses, project-building, mastering JavaScript, and diving into React and intermediate projects.
·app.daily.dev·
✨ How to Study Frontend Development the Lazy Way | daily.dev
Learn HTML by Building a Cat Photo App: Step 2 | freeCodeCamp.org
Learn HTML by Building a Cat Photo App: Step 2 | freeCodeCamp.org
Learn to Code — For Free
Step 2 The h1 through h6 heading elements are used to signify the importance of content below them. The lower the number, the higher the importance, so h2 elements have less importance than h1 elements. Example Code <h1>most important heading element</h1> <h2>second most important heading element</h2> <h3>third most important heading element</h3> <h4>fourth most important heading element</h4> <h5>fifth most important heading element</h5> <h6>least important heading element</h6> Only use one h1 element per page and place lower importance headings below higher importance headings. Below the h1 element, add an h2 element with this text: Cat Photos
·freecodecamp.org·
Learn HTML by Building a Cat Photo App: Step 2 | freeCodeCamp.org