Fourth week of #100DaysOfCode – Vue & Node.js

The fourth week of my #100DaysOfCode challenge, done!

After thinking about what I said on my last post of the challenge series I believe I’m on the right path about switching from Vue + Flutter to Vue + Node.js

MEVN Stack

As I’m a Django developer, and I can easily create REST APIS with Django, Node.js doesn’t bring too much new to the table, just another way to do the same. But what I like, is that there are a lot of job offers for Node.js developers, and that’s nothing to laugh at. Using MongoDB and its async capabilities are what I am more excited for.

Weekly breakdown:

Day 22

  • Vuemastery
  • Thirty Days of Vue by Fullstackio
  • Documentation

Day 23

  • Vue Crash course by Tim Traversy
  • Thirty Days of Vue by Fullstackio
  • Documentation

Day 24

  • Vue best practices
  • Thirty Days of Vue by Fullstackio
  • Documentation

Day 24

  • Thirty Days of Vue by Fullstackio
  • Documentation

Day 25

  • Thirty Days of Vue by Fullstackio
  • Documentation

Day 26

  • Thirty Days of Vue by Fullstackio
  • Documentation

Day 27

  • Python slicers (yes, not related to Vue, I know!)
  • Drilled some Javascript and Vue basics
  • Recorded my first video on Python series (not related, but still proud of it!)

Day 28

  • ToDo App

And that’s all! The ToDo App tutorial will take me some hours as it’s pretty deep for a ToDo app, then I’ll start doing my own projects. I want to do a little experiment, create my own ToDo ap with one component, with three components communicated with props and $emits, three components using the EventBus and three components again using Vuex. This way we can compare different methods the communication using the same idea, where we can compare the difficulty level of each solution

Todo app using Vue

After that… I plan a cool project. I hope I can complete it but I want it to be a surprise. It’s a web application open source that I hope will help people. It’s a pet project that I had in mind for so long… Well, seems like I gave you a small tip of my future project 😉

Guess what I did fifth Week of 100 Days of Code

And you, what are you working on this week?

Edit: I finished the challenge, here’s what I’ve learnt: #100DaysOfCode learning Vue: My Five Ws