Advanced Vue.js Debugging [via vuejsdevelopers]

If you can read a documentation and debug your code, you have the most important skills of a developer down. These skills are so important for me that they were the only ones we put as required in a job offer for our own company.

Debugging gets especially valuable when a framework is doing so much of the basic work for you as Vue.js does: It is easy to write your code on top of it, but it's hard to locate an error on a deeper level.

This is why I loved this Detective Story about Debugging by Kevin Ball on vuejsdevelopers.com. He walks you through his steps of problem-solving:

Read about Kevin's Debugging Journey

Similar Articles
Plans of the next Iteration of Vue.js [via The Vue Point]
04.10.2018  •  in #Bookmarks
Evan You presents an in-depth preview of the plan for the next major version of Vue.js!
Server-Side Rendering With Laravel & Vue.js 2.5 [via Antony Gore]
10.04.2018  •  in #Bookmarks
In case you didn't notice before: Laravel is kinda my jam! So I was excited for Server-Side-Rendering being supported for Laravel since last year / Vue.js 2.5 😊 If you need to jump into SSR with Vue.js & Laravel, I recommend Anthony Gore's article...