Vue

Last night I went to my first technical learning Meetup event in a long time. It was the monthly Vue.js meetup, held in DTLA at Amanda McGlothlin’s space, Headquarters. Both Jon Jandoc and Jon Kim presented, and then Jim was there too! So it was a nice impromptu Hack For LA reunion. I learned a LOT:

  • I don’t need to feel guilty for not learning Angular and React. I can skip those and go straight to Vue.
  • Vue + Nuxt + Netlify makes for a nifty deployment stack.
  • Netlify integrates well with Github and even renders pull requests for testing.
  • Cypress.io is a cool Selenium replacement for Vue.
  • I’ve been a big fan of JAMstack without realizing someone had created a name for it - client-side Javascript, reusable APIs, and prebuilt Markup.
  • It’s been a long time since I’ve done real coding.
  • Jim is interested in working with me on doing a project startup guide.
  • VS Code is now a popular code editor.
  • Use Google Sheets as a user friendly database by having your client side app use the JSON API. (I think I’ve done this in the past, but it doesn’t hurt to remind myself)

Vue

  • https://vuejs.org/v2/guide/
  • https://css-tricks.com/intro-to-vue-1-rendering-directives-events/
  • https://laracasts.com/series/learn-vue-2-step-by-step
  • https://www.udemy.com/vuejs-2-the-complete-guide/