# Dev 100 - Day [82]
## Today's Accomplishments
### 1. πŸŒ… Morning Productivity
Day-65 copy- 🍳 Healthy Breakfast: [Meal description]
- [x] Morning Rountine: Clean Office, Rhythm Ready for School, Emails, Make Bed
- Organize Emails
- MTG 3-4
- Coding Challenge Catch up Again
- Build RAG AI Agent with Supabase vector store with n8n
### 2. βœ… To-Dos & Completed Tasks
- [Checkmate AI]
- [x] [Update To-Dos]
- [x] [Clear Complete Task]
- Daily To-Do Report:
- 2 ToDo | 2 In Progress |
- ToDo | In Progress | 6 Done
### 3. πŸ“š Learning
- πŸ¦Έβ€β™‚οΈ **Zero to Full Stack Hero**: [Topic or skill learned]
- πŸ”— [Top Trending Open-Source GitHub Projects This Week! #101](https://www.youtube.com/watch?v=859Qc2TU7u8)
- πŸ”— [Better Bolt + FREE Mistral & Github API: STOP PAYING for V0 & BOLT with this FULLY FREE Alternative](https://www.youtube.com/watch?v=p_tyWtQZx48). I thought this was going to be something different, but it's actually the project I am contributing to. I was trying to scope out any competition on this front, but it was our project, lol.
- πŸ”— [STEP-BY-STEP Tutorial: Supabase + n8n (RAG - NO CODE!!)](https://www.youtube.com/watch?v=jakZIZe776Y)
- πŸ”— [Next.js 15 is here! Does it fix Next 14?](https://www.youtube.com/watch?v=Igt89sDaboE)
- πŸ”— [Next.js 15 Breakdown (Everything You Need To Know)](https://www.youtube.com/watch?v=fqabW3WRUbw)
- πŸ”— [You might not need useEffect() ...](https://www.youtube.com/watch?v=V1f8MOQiHRw)
### 4. πŸ’» Coding Progress
- 🧠 Warm-up Exercise: 3 Coding challenges 2 from missed days after sons birthday stuff
- 🦺 Project: EBT - Blog page
- πŸ“ Code Snippet:
```javascript
return {
arrayToString: {
joining: testArray.join(""),
spreading: [...testArray].join(""),
toString: testArray.toString(),
},
stringToArray: {
splitting: testString.split(""),
spreading: [...testString],
from: Array.from(testString),
},
objectToArray: {
keys: Object.keys(testObj),
values: Object.values(testObj),
entries: Object.entries(testObj),
},
arrayLikeToArray: {
from: Array.from(arrayLike),
spread: [...Array.from(arrayLike)],
slice: Array.prototype.slice.call(arrayLike),
},
jsonConversions: {
stringified: JSON.stringify(testObj),
parsed: JSON.parse(JSON.stringify(testObj)),
},
};
```
### 5. πŸ”„ Daily Reset
- πŸ‹οΈβ€β™‚οΈ Rest Day
- 🧘 Family Time
### 6. 🌀️ Afternoon Productivity
- 🍱 Healthy Lunch: Burgers & Fries
- EBT Project Work
- Drive Daughter to Nanas House
- Hang out with my brother while he was in town
### 7. 🀝 Community Support
- Skool post catch up
- Showing brother in person automation workflow in person.
### 8. πŸ“Š Progress Tracking
3
5 comments
Digitl-Alchemyst Steven-Watkins
7
# Dev 100 - Day [82]
University of Code
skool.com/universityofcode
You'll get Exclusive Lessons & Content, Badass Community Support & More here to elevate as a Dev!
Powered by