5 Online Resources Every Web Developer Should Read

·

Change happen every day, it’s hard to keep up with changes and finding reliable sources is difficulty we experience as web developer. I will breakdown list of resource that I use regularly

Here is outline of this post, feel free to jump one into another

List Resources

1. MDN

MDN is a reliable resource owned by Mozilla Corporation’s, they document web technology in effective write, compact and easy to read, documenting web technology including CSS, HTML, and javascript.

If you are a web developer this is a must-read, as it covers all the essential tools you’ll need.

2. Web.dev

Web.dev is documentation owned by google, it goes beyond documenting HTML, CSS and Javascript. It also covers Core web vitals to improve performance, Progressive Web Apps for more capable web experience, accessibility and payment.

3. Documentation and forum tools

Every tools has public documentation availbale online, it’s important to understand your tools and read through their documentation. They often have forum for discussino and troubleshooting, where you can discover hidden feature and find unique ways to solve problems.

4. Refactoring.guru

If you are designing system that have unique problem and unique solution, finding basic and abstract theory to create creative solution. refactoring.guru explain code smells and design pattern. It’s a abstract concept that you need to full understand before implementation to your code. I usually use this as reference designing architecture code and requirement.

5. caniuse.com

HTML, CSS and Javascript are the standard programming language that all browsers should support. Currently, the leading browsers driving the evolution of these languages are chrome, safari, and firefox. However, not all features are implemeneted across all browsers. You can use this website to find which browser support those feature, which version support or not, is there future plan for this in each browser?. All your questions can be answered there.

Conclusion

Website development is constantly evolving with new technology, filling gap, bug fixes and add feature updates. Many sites provide the latest documentation to help developer understand the tools and create impactful website or applications. Bookmark these sites for your daily reading to stay informed, keep up with the latest trends, and spark createive ideas with new tools. Thank you for your reading! see you next time!.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *