Learning Vue
In my recent job huntings, I needed to learn some Vue.js quickly for an interview assessment. Normally I would prefer to go through the official documents and tutorials when learning a new technology, but this time the timeline was very tight, so I followed a crash course on YouTube and finished the course project end to end.
I felt confident.
However, my preparation was not enough. The actual assessment was mostly using options API which I had zero idea about. It was disappointing.
On the bright side, I’ve finally got my hands dirty with Vue, and I quite like the framework. It’s like breathing fresh air after years of working in the React ecosystem. I’ll keep learning Vue and as the next step, I plan to migrate this very blog to Vue and Nuxt.
Nothing is more fun than (re)building a personal blog with new technologies, right? 😝
Stay tuned!
–
Remark
The crash course I followed is Vue.js Crash Course by Brad Traversy. It is fantastic! I highly recommend it to anyone who wants to grasp the fundamentals of Vue 3 in no time.