Posts
All the articles I've posted.
-
Removing duplicates from an array in ES6 Javascript
ES6 introduces a new type of Set object that stores unique values. This is very useful if you want to get only unique values from an array, similar to Ruby's uniq method.
-
Passing functions as props an anti-pattern in Vue.js
Passing functions down as props is mostly considered an anti-pattern in Vue.js. It links both parent child components together with two-way data binding. Vue.js has a better native way of handling this.
-
How to successfully integrate Netlify CMS with Hexo
If you're using Hexo static site generator and trying to integrate Netlify CMS, you may encounter a cryptic error. Learn how to fix it.
-
Do You Need A Growth Hacker or Growth Engineer?
Reflections on one year transitioning from growth hacker to growth engineer, exploring the difference between growth hacking and growth engineering.