5 Useful Resources for Junior Web Developers
1. Diagrams - This is such a great web for draw a lot of diagrams you need. I use it for my databases as long as I need to share with my peers.
Visit : https://app.diagrams.net/
2. CSS Section Generator - If you want to take your website design to another level, this separator generator allows you to create different sections for your web.
Visit : https://wweb.dev/resources/css-separator-generator
3. Grid by example - The perfect place if you need to understand how grid layout works.
Visit : https://gridbyexample.com/
4. JSFiddle - If you need to test your code and you don't want to open VS Code, JSFiddle brings you the possibility to use an online editor.
Visit : https://jsfiddle.net/
5. Sweet Alerts - A beautiful tool for replacement alerts. It's a npm pakage so you need to install it as a dependencie.
Visit : https://sweetalert.js.org/