JavaScript is one of the most popular and versatile languages today. You can build anything in JavaScript: from full stack web apps, to cross platform mobile apps, to cross platform desktop apps. Here are some useful algorithms and syntax in JavaScript to help you be productive in JavaScript right away. No set up necessary. Just open up your browser’s console (hit Cmd
+Shift
+C
if you are using Chrome and Mac) and start typing.
In this post, I’ll share some best practices, tips, and practical examples for managing states and data in a frontend applications. Although the examples are targeted at frontend developers working with React and Redux, the best practices discussion are applicable for frontend developers working with any framework.
Functional Programming is more than just a buzzword these days. It’s super useful and makes you rethink everything you’ve learned about software.
Sourcemaking provides a great discussions on all the anti-patterns.