Check out these 10 amazing Dev Resources for youππ
1οΈβ£ Repl
Replit is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL. You can code right in your browser.
The second you create a new repl, it's instantly live and sharable with the world.
DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here you can find multiple developer documentation in a clean and organized web UI with instant search, offline support.
Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps. This is a great place to share and search for components.
Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication.
This site is a collection of examples, videos, and other information to help you learn CSS Grid Layout. πgridbyexample.com
That's all for this thread. Having the right dev resource is an essential part of a developer's life. If you found it helpful consider retweeting the first one. Happy Coding π₯π
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh
Uberduck.AI is a tool that allows you to make any text sound like it's been read by a celebrity or fictional character, and the results are incredible.
Here are 5 Awesome APIs for your next project π
APIs let your product or service communicate with other products and services without having to know how theyβre implemented. This can simplify app development, saving time and money. When youβre designing new tools and products or managing existing onesβAPIs give you flexibility
1οΈβ£ The NASA APIs
NASA offers a bunch of useful APIs for application developers. The objective of this site is to make NASA data, including imagery, eminently accessible to application developers.
If yes, then you must know about JavaScript Set Objects.
Let's discuss it in detail π
What is a Set?
A Set is a collection of unique values. That means the set can never have any duplicates and can hold any values of any data type. You can iterate through the elements of a set in insertion order.
Okay, this sounds interesting. So the question is how to create a set ?
To create a set we write- new Set() and in the parentheses, we need to pass an iterable.
5 Awesome Websites you won't believe exist. πβ‘
A Thread π
1οΈβ£ CodeElf
If you encounter difficulty in naming the variables then this is perfect for you. With CodeElf you can search over GitHub, Bitbucket, GitLab to find real-world usage variable names.