https://hackaday.com/2018/07/25/hope-xii-a-foss-operating-system-for-e-readers/
Category: Documentations
Documentations, Javascript
Vue.js App Performance Optimization: part 1 — Introduction to performance optimization and lazy…
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…
Documentations
La nanna ti fa bello
Interesting reading: 3 simple habits that can protect your brain from cognitive decline
Link
Documentations, GNU/Linux
home directory – Is it okay to delete ~/.cache? – Ask Ubuntu
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…
Documentations, Javascript
These are the features in ES6 that you should know
These are the features in ES6 that you should know
Documentations, Javascript
Intuitive Asynchronous Javascript – Edwin Yung – Medium
Escape callback hell! Source: Intuitive Asynchronous Javascript – Edwin Yung – Medium
Documentations, Javascript
Removing JavaScript’s “this” keyword makes it a better language. Here’s why.
Removing JavaScript’s “this” keyword makes it a better language. Here’s why.
Documentations, Javascript
How to Easily Build Desktop Apps with HTML, CSS and Javascript
Can HTML, CSS and Javascript really be used to build Desktop Applications? Source: How to Easily Build Desktop Apps with HTML, CSS and Javascript
Documentations
Auto-generated Primary Keys, friends or foes?
Time to read againg Auto-generated Primary Keys, friends or foes? of the almighty Davide. I will save it somewhere, hoping that it will never go offline. In that case you will find it here.