Posts
All the articles I've posted.
-
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.
-
Vue Renderless Component Fun: Google Analytics Event Tracker
Let's say you needed to track how many times a specific button in your Vue app is clicked on using Google Analytics, how would you do it? The first thing that comes to mind might be with a click handler.