A JavaScript Developer's Guide to Go
A guide for JavaScript developers learning Go through direct comparisons of fundamental concepts between both languages.
A guide for JavaScript developers learning Go through direct comparisons of fundamental concepts between both languages.
Learn what prototypes are in JavaScript, what are they used for, what prototype chaining is and how do JavaScript classes work under the hood with these concepts.
Learn how browser cookies work and how you can access, manipulate and control their visibiliy across browser with JavaScript.
Learn how ESLint works, what are the role of plugins and extends keys in your ESLint config and how they make ESLint an extremely configurable and versatile JavaScript Linter.
Explore why using object spread with .reduce() can sometimes significantly affect the performance of your JavaScript apps and libraries.
Check out how you can write more efficient, maintainable and clean React code with these simple tips.