- Softskills
- Top JS frameworks and Topics to Learn in 2020
- 10 tips for better redux
- When Exactly Can You Call Yourself A Senior Developer Part I
- When Exactly Can You Call Yourself A Senior Developer Part II
- Event Bubbling vs Event Capturing
- event.preventDefault()
- What is CORS?
- The JavaScript Cheatsheet you need in 2020
- JS Memory Management
- The JavaScript Cheatsheet you need in 2021
- Javascript Interview Questions
- Ultimate Web Developer Roadmap for 2021
- 7 Major JavaScript Concepts Explained Simply
- 10 GitHub repositories to become a better JavaScript Developer
- JavaScript-A-Z-Notes
- The JavaScript Cheatsheet you need in 2021
- 5 Differences Between Arrow and Regular Functions
- Top 30 JavaScript Interview Questions and Answers for 2024
- React & Javascript Optimization Techniques
- JavaScript: Reviewing Primitive and Non-Primitive Data Types
- Autoboxing in js?
- JS typeof - How to check the typeof
- Function, Block and Lexical Scope. What's the difference?
- What is Promise
- Promise Basics
- Promise API
- Promise Chaning
- What is difference between Observable pattern vs Promise?
- What the heck is evengt loop anyway?
- Eventloop playground
- Understanding Javascript Function Executions — Call Stack, Event Loop , Tasks & more
- What is this? call, apply and bind
- Javascript: call(), apply() and bind()
- Understanding the "this" keyword, call, apply, and bind in JavaScript

- Javascript Design patterns (Github Repo)
- Learning JavaScript Design Patterns - A book by Addy Osmani
- Understanding Design Patterns in JavaScript
- Singleton Design Pattern
- [Design Patterns] (https://www.dofactory.com/javascript/design-patterns)
- What is Proxy
- Why Proxy is a Gem in JavaScript? with 4 Practical Examples
- 6 Use Cases for Javascript Proxies
- Understanding JavaScript Proxies: Harnessing the Power of Metaprogramming
- Object Properities / Methods
- Deep Cloning vs Shallow Cloning
- Object. assign vs Object.create
- Object.freeze() vs Object.seal()
- From Mozilla
- How to make your code faster using js Sets
- Methods and properities of Sets
- Store Data using Sets and Map