Here's my summary on what I have been doing so far with #100DaysOfCode on Twitter, from Day1 to Day13.
[Vue.js]
I tried to make a simple vue.js project for reference implementation for my own work. I don't like to write css by myself, so I'm planning to introduce some bootstrap library to make it look better.
#100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 19, 2018
Day2: Implemented my first vue.js project https://t.co/ev4miuCM2C
Day5: Started my second Vue.js project, weather forecast app. I tried 'v-for' for the first time! #100DaysOfCode https://t.co/AMilJBhAnv
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 22, 2018
Day6: Working on my second Vue.js project, weather forecast app. I tried 'vue-router'! #100DaysOfCode https://t.co/AMilJBhAnv
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 24, 2018
Day7: Working on my second Vue.js project, weather forecast app. I am playing with 'vuex' today! #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 25, 2018
[C++]
Thanks to #100DaysOfCode challenge, I could finally finish the Udacity course.
Day1: FInished Udacity "C++ For Programmers" Lesson 14: Interview Questions 14-1, 14-2 #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 18, 2018
Day3: Finished Udacity "C++ For Programmers" Lesson 14: Interview Questions 14-3, 14-4, 14-5 #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 21, 2018
Learned about unsigned char, destructor and virtual function.
Day4: Finished whole course of Udacity "C++ For Programmers" Lesson 14 and 15 #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 21, 2018
[C]
After I finished C++ class on Udacity, I found out that the things I wanted to read about JDK native library are written in C, not C++. That's why I started to learn C online.
Day8: Started to learn C language at https://t.co/zrOwHPpM9e : Finished the basics. #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 26, 2018
Keep on going!
Day9: Learning C language at https://t.co/zrOwHPpM9e : Finished a lesson on Pointers. #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 27, 2018
Day10: Learning C language at https://t.co/iqDDzv115v : Finished a lesson on Structures. #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 28, 2018
Day11: Learning C language at https://t.co/iqDDzv115v : Finished a lesson on Function arguments by reference. #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 29, 2018
Day12: Learning C language at https://t.co/iqDDzv115v : Finished a lesson on Dynamic allocation. #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) June 30, 2018
Day13: Learning C language at https://t.co/iqDDzuJqdX : Finished lessons on Arrays and Pointers, Recursion, Linked lists. #100DaysOfCode
— KIDANI Akito @#100DaysOfCode参戦中 (@kdnakt) July 1, 2018
[In the end]
Thank you everyone who liked my tweets! That made me motivated a lot.
Keep on building!