Published inDailyJSThe deepest reason why modern JavaScript frameworks existI’ve seen many, many people using a modern framework like React, Angular or Vue.js blindly. These frameworks provide lots of interesting…Mar 27, 201850Mar 27, 201850
Published inDailyJSHow to prevent your Node.js process from crashingInterviewing some people for Node.js job positions I found two questions that nobody was answering correctly, and that frightened me:Feb 7, 201814Feb 7, 201814
Published inDailyJSHow to use JavaScript Proxies for Fun and ProfitThere’s a very recent new feature of the JavaScript language that is still not being widely used: JavaScript proxies.Jan 22, 201816Jan 22, 201816
Published inDailyJSUse `const` and make your JavaScript code betterLearn why using const makes your code better and learn three quick tips to use it in your code to make it easier to reason about.Sep 6, 20174Sep 6, 20174
Published inDailyJSES6 modules, Node.js and the Michael Jackson SolutionJavaScript’s never had a standard way to import and export functionality from a source file to another. Well, it has: global variables. For…Jul 21, 20172Jul 21, 20172
Published inclevertechbizBoost your development team by following these simple practicesWhether you are a product owner, client, product manager,… you should care on making developer lives easier. Why? Basically because…Jul 11, 2017Jul 11, 2017
Published inDailyJSWhy you should always use a Linter…and/or a pretty formatterJun 22, 20175Jun 22, 20175
The end of jobsMany people are talking these days about how robots and AI will replace humans in many jobs. Some examples:Jan 27, 20171Jan 27, 20171
Quick trick to gitignore your sh*tSometimes I create files in a project that I don’t want to push to the repository. For example scripts to automate stuff that only works in…Dec 20, 2016Dec 20, 2016
await newYear({ learning: ‘ES7’ })Many people are still learning ES6. But you know what, whether or not you know all the bells and whistles of ES6 yet, you should start…Dec 8, 2016Dec 8, 2016