Learning Development, Let Me Help You…
Hello guys, how are you doing?
To get you started, I have found this list of 10 articles every Web Developer should read. I can understand that because feeling of discovering a great article is similar to finding gold in a salt-mine. The intent is full of tutorials and resources, but not all of them are good, and with such huge numbers, it has become increasingly difficult to find good resources, or should I call the gem of articles, which everybody wants to read.
That’s why whenever I come across a good article, I bookmark it just to read it again and again and believe me, I have learned a thing or two every time I have learned those. Sometimes, a new insightful comment also leads to a new resource or add something you already know.
Another thing is that technology changes very fast, whatever I knew about web development 10 years ago is not enough in today’s world of modern web development, and I need to keep myself updated. This is the situation of many programmers and web developers out there, but updating yourself and keeping pace with the technology is not really easy. It’s much easier said than done.
I know online courses from and Pluralsight are great and the main resource to keep yourself up-to-date with a new set of technology, but at the same time, they are time-consuming. You need at least 10 hours to consume a 3-hour course or sometimes even more, and that’s where this well-written, insightful article helps:
1. Modern JavaScript Explained For Dinosaurs
This is probably the best explanation I’ve ever seen about modern frontend development workflow, and if you are new to JavaScript or Web development, you must read this article. If you have looked at JavaScript 10 years ago and want to get up-to-speed quickly, definitely read this article And, if you want to learn more about JavaScript, check out The Complete JavaScript Course by Jonas Schemdtmann on Udemy!
2. The Web Developer Bootcamp by Colt Steele
This is not just an article of the sort but a fantastic resource on what it takes to become a Web developer. It lists all the technologies and tools a Web developer should be familiar with. I really liked those mind-maps which appear now in many other places on the web. It effectively complements The Web Developer Bootcamp course, which teaches you most of the technologies mentioned in this roadmap.
The basic architecture concepts which I believe every web developer should learn and understand. If you have just started with web development, you may find it complicated, but it’s worth reading. I won’t say much, as the below diagram says it all.
And, If you’re looking for a complete course on web application and software architecture, I recommend checking out Web Application and Software Architecture 101. This is a useful course for anyone looking to strengthen their overall knowledge of software architecture.
A fun tutorial-like article all about JavaScript, from a different perspective.
5. Learn these JavaScript fundamentals and become a better developer
The power of JavaScript lies in its simplicity, and Knowing the JavaScript fundamentals makes us better at understanding and using the language. This article will teach you some JavaScript fundamentals which many web developers overlook.
If you want to learn more, you can also read the author’s Discover Functional JavaScript book, which was named one of the best new Functional Programming books by BookAuthority!
Node.js is a JavaScript runtime environment. Sounds great, but what does that mean? How does that work? All of these questions have been answered in this article. Since Node.js is a must for any serious web developer in today’s world, a good understanding of Node.js goes a long way.
This is the best article to learn and understand Node.js, but if you want to learn more, The Complete Node.js Developer Course by Andrew J. Mead on Udemy is another awesome resource.
7. Top 10 JavaScript Frameworks to Learn
This is another fantastic article with a list of fantastic JavaScript frameworks for both frontend and backend development like Angular, Reactjs, Nodejs, etc. It will teach you the key technologies and frameworks needed to become a modern front-end and back-end developer.
This article also contains resources like The Complete Web Development Bootcamp course by Angela Yu where you can learn those JavaScript frameworks. I strongly recommend to read them, especially if you want to become a full-stack Web Developer.
8. How I landed a full stack developer job without a tech degree or work experience
There is no better way to learn but form other people’s experience, and this article presents an opportunity to learn how the author manages to find a full stack web developer job without relevant work experience, no tech degree, and not even a year of active coding experience.
9. Thirteen Noteworthy Points from Google’s JavaScript Style Guide
For anyone who isn’t already familiar with it, Google puts out a style guide for writing JavaScript that lays out (what Google believes to be) the best stylistic practices for writing clean, understandable code. Another great resource for JavaScript developers.
10. RESTful API Designing guidelines — The best practices
REST APIs have transformed how the web should function. It’s also paved a road for mobile devices showing content from the web. Facebook, Google, Github, Netflix, and few other tech giants have given a chance to the developers to consume their data through APIs and became a platform for them.
Thanks for reading!