Must Read
Debugging Tips and Tricks
Writing code is only one small piece of being a developer. In order to be efficient and capable at our jobs, we must also excel at debugging.
Learn
How to Structure React App using Flux
ReactJs is a Javascript framework , its born in Facebook ad’s organisation. The main purpose of reactJS is to manage complex user interface that change over time. In this post, you will learn how to integratethsi app using Flux architecture.
Leveling up in CSS
There are four things you can do to stay sane while using CSS at scale: use proper semantics, modularize, adopt a naming convention, and follow the single responsibility principle.
Tools & Code
How to Make a Game Loop in JavaScript
In this short article you’ll learn how this fundamental technique works and you’ll be able to start making your own browser based games and animations.
Real-World JavaScript Anti-Patterns (Part Two)
Useful tip for JavaScript developers of every skill level in regards to code reviewing
Real-World JavaScript Anti-Patterns (Part One)
Useful tip for JavaScript developers of every skill level in regards to code reviewing
Interesting Links
The JavaScript Standard
How JavaScript language has evolved from its humble beginnings in 1995, to the formidable language it is today. While ES6 is a great step forward, it's not the finish line.
Misc
5 Best JavaScript Frameworks in 2017
JavaScript web frameworks can become a silver bullet for quick web app development. They serve as a skeleton for single page apps, allow developers to worry less about code structure or maintenance.