Vue on 2018 — Interview with Evan You, author of the Vue.js framework [via Hackages]

Liesbeth Hermans published her great interview with Evan You, creator of Vue.js, on the Hackages Blog. Read about how Evan ended up coding Vue.js, his career path and his biggest challenges! They also talked about the state & future of Vue.js 🙌

(There's also a second part of her interview with Evan, if you've already read the first!)

Read the Interview

Similar Articles
Managing User Permissions in a VueJS App [via Anthony Gore]
10.04.2018  •  in #Bookmarks
Creating different user roles for a frontend app can get a little messy as the project progresses. Suddenly the definitions of user permissions are scattered and duplicated throughout UI Components, API services or database queries. (Been there, do...
Advanced Vue.js Debugging [via vuejsdevelopers]
24.10.2018  •  in #Bookmarks
Debugging and reading a documentation are the most important skills of a developer. Learn about the thought process behind debugging with this Detective Story about Debugging by Kevin Ball!