10 Programming Terms in Normal Human Language
A concise explanation of commonly used concepts
Pure functions are easier to read, understand, test, debug and munch more.
Source: Learn pure functions with JavaScript – Cristi Salcescu – Medium
For the series, I will never stop learning While mobile-first approach becomes a standard and uncertain network conditions are something we should always take into consideration… Vue.js App Performance Optimization: part 1 — Introduction to performance optimization and lazy…
Interesting reading: 3 simple habits that can protect your brain from cognitive decline
home directory – Is it okay to delete ~/.cache? – Ask Ubuntu This will delete everything in your .cache that was last accessed more than a year ago find ~/.cache/ -type f -atime +365 -delete If you’re nervous about running it, this will show you what’s going to be deleted: find ~/.cache/ -depth -type f…
These are the features in ES6 that you should know
Escape callback hell! Source: Intuitive Asynchronous Javascript – Edwin Yung – Medium
Removing JavaScript’s “this” keyword makes it a better language. Here’s why.