How To Master Anything | Actionable Insights in 2-minutesMany people with 10–20 years of experience in a given field are no better than people with 2–4 years of experience. This is because once…Jan 9, 20231Jan 9, 20231
Learn the Pomodoro Technique in 2-minutes and take control of time and life!I read the classic Pomodoro Technique book and below are the actionable insights.Jan 8, 2023Jan 8, 2023
JavaScript Symbols, Iterators, Generators, Async/Await, and Async Iterators — All Explained SimplySome JavaScript (ECMAScript) features are easier to understand than others. Generators look weird — like pointers in C/C++. Symbols manage…May 11, 201867May 11, 201867
Here are examples of everything new in ECMAScript 2016, 2017, and 2018It’s hard to keep track of what’s new in JavaScript (ECMAScript). And it’s even harder to find useful code examples.Apr 3, 2018121Apr 3, 2018121
Check out these useful ECMAScript 2015 (ES6) tips and tricksEcmaScript 2015 (aka ES6) has been around for couple of years now, and various new features can be used in clever ways. I wanted to list…Mar 16, 201829Mar 16, 201829
Jazz Up Your “ZSH” Terminal In Seven Steps — A Visual GuideIn this blog I’ll cover installing ITerm2, ZSH shell, “oh my ZSH”, Themes, ITerm2 color schemes, “oh my ZSH” plugins and enable “ligature”…Mar 13, 201831Mar 13, 201831
How to Jazz Up Your Bash Terminal — A Step By Step Guide With PicturesIn this blog I’ll go over steps to add Themes, Powerline, fonts, and powerline-gitstatus to make your regular Bash Terminal look beautiful…Mar 2, 201839Mar 2, 201839
Published inWe’ve moved to freeCodeCamp.org/newsA Fascinating And Messy History of the Web and JavaScript, Explained with VideoThe history of the web and JavaScript is truly fascinating. 😲Nov 11, 20175Nov 11, 20175
The Inner Workings Of Virtual DOMVirtual DOM (VDOM aka VNode) is magical ✨ but is also complex and hard to understand😱. React, Preact and similar JS libraries use them in…Dec 11, 201622Dec 11, 201622
Using Preact Instead Of ReactIf you are concerned about React’s size and performance (especially for mobile-web apps), there are several React clone libraries that have…Dec 2, 201613Dec 2, 201613