Create a Simplified Version of Vue.js Reactivity System - Part 1

22 min read

Have you ever wondered how Vue.js create some variables become reactive? Writing in an input form and see the result instantly. What is the secret of that reactivity system? Let's deep dive into it together.

Create a Simplified Version of Vue.js Reactivity System - Part 1

How Tailwind CSS Helps Reduce Our Workload?

10 min read

Almost of our problem regarding how to speed up a new feature development can be solved by using Tailwind CSS.

How Tailwind CSS Helps Reduce Our Workload?

Why Do You Have to Create Blog using Nuxt.js, Tailwind CSS, Markdown and Netlify?

10 min read

This section discuss the background why we have to write blog content using Markdown, use Nuxt.js as a blog platform, design blog page using Tailwind CSS, and host our blog using Netlify.

Why Do You Have to Create Blog using Nuxt.js, Tailwind CSS, Markdown and Netlify?

How to Fix CORS Issue in Firebase or Google Cloud Storage

2 min read

I was fixing a long-abandoned bug in my project. The error was quite simple actually. It was the image stored in Firebase Cloud Storage cannot be retrieved through AJAX request.

How to Fix CORS Issue in Firebase or Google Cloud Storage