#100DaysOfCode Day 30/100
Deciding routes to be lesson/[lectureID]#overview or lesson/[lectureID]/overview (nested route)🤔 Learning pros and cons of each case🎨
#100DaysOfCode Day 28/100
Learned the technique to standardise pixel ratio on different devises on three.js🕋
renderer.setPixelRatio(Math.min(window.devicePixelRatio, 2))
#100DaysOfCode Day 25/100
Displaying guitar notes on a piano keyboard🎼
Grey🌑: notes exists both C major & C minor scale
Orange🍊: notes only on C major (major 3rd and etc)
Blue🔵: notes only on C minor
Red🍎: notes do not belong either C major nor C minor
#100DaysOfCode Day 23/100:
Deployed a lambda function to initiate grand parent and parent node, user will then create child node with customised media sources to upload in S3☺️
#100DaysOfCode Day 22/100:
Creating lambda function to upload image and video fiels in AWS S3, then returns the src url to store in Mongo💽 almost working then having CORS error...🤔
#100DaysOfCode Day 21/100:
Utilise Formkit on Nuxt project🤓 lots of good builtin prop and functionality comes with Formkit, validation, color picker can be easily added🎨
#100DaysOfCode Day 19/100:
Added more layers to Nuxt App. made a Composable component to handle course data✐ Having fun adding styling with #tailwindcss 🎨
#100DaysOfCode Day 17/100:
Participating Vue.js Nation day 2
Woke up at 2am😴
learned about component test, Vuetify roadmap 2024 (v-calander will be on Vuetify 3, yay🎉), presentation on TreeJS & Vue 3 is about to start🌏