9 useful websites for web developers & Designers🔥
A thread 🧵
1️⃣ Codedamn : One of the best platform to learn web developement along with mentorship, hands-on practice, and courses
🔗 Codedamn.com
2️⃣ The odin project : you can learn everything you need to know to become a web developer
🔗theodinproject.com
3️⃣ web designerdepot : It includes web designers resource like Photoshop tutorials, wordpress plugins, web development tools.
🔗webdesignerdepot.com
4️⃣ 30 seconds of code : short code snippets for all your development tools
🔗30secondsofcode.org
5️⃣ codemyui : web design & ui inspiration with code snippets
🔗codemyui.com
6️⃣ shortcut design : It is the shortcut reference for designers that will help you to charge your workflow with all the shortcuts of your favourite tools at one place.
🔗shortcuts.design
7️⃣ Frontend mentor : It helps you to improve your Frontend skills by building real projects
🔗frontendmentor.io/solutions
8️⃣ css tricks : Daily articles about html, css, javascript and all things releted to web design and development
🔗css-tricks.com
9️⃣ code project : It provides free source code and tutorials for software developers .
🔗codeproject.com
• • •
Missing some Tweet in this thread? You can try to
force a refresh
1. Picture tag :
The <picture> tag gives web developers more flexibility in specifying image resources.
The most common use of the <picture> element will be for art direction in responsive designs. Instead of having one image that is scaled up or down based on the viewport width
2. Input Suggestions :
The <datalist> tag specifies a list of pre-defined options for an <input> element.