# Dev 100 - Day [48]
## Today's Accomplishments
### 1. πŸŒ… Morning Productivity
- 🍳 Healthy Breakfast: Breakfast Sandwich
- [x] Morning Rountine: Clean Office, Emails
- MTG Matches for wake up time.
- Cooking and laundry for mom.
### 2. βœ… To-Dos & Completed Tasks
- [Checkmate AI]
- [x] [Update To-Dos]
- [x] [Clear Complete Task]
- Daily To-Do Report: 2 To-Dos | 2 In Progress | 1 Completed
### 3. πŸ“š Learning
- πŸ”— [Ex-OpenAI Employee Reveals TERRIFYING Future of AI](https://www.youtube.com/watch?v=WLJJsIy1x44)
- πŸ”— [Huge ChatGPT Upgrade - Introducing β€œCanvas”](https://www.youtube.com/watch?v=Bx7I06w6vVA)
- πŸ”— [This AI Coder Is On Another Level (Pythagora Tutorial)](https://www.youtube.com/watch?v=spsG4G2sbrw)
### 4. πŸ’» Coding Progress
- 🧠 Warm-up Exercise: In this challenge, you'll create an interactive image gallery with thumbnail images. When a thumbnail is clicked, the full-size image should be displayed in a modal overlay, Using only the DOM; In this challenge, you'll implement a simple drag and drop interface where users can reorder items in a list.
- 🦺 Project: RFD 0auth provider configs, decima-tech sanity config and data population
- πŸ“ Code Snippet:
```javascript
if (dropTarget && draggedItem !== dropTarget) {
const list = dropTarget.parentNode;
const items = Array.from(list.querySelectorAll(".draggable-item"));
const fromIndex = items.indexOf(draggedItem);
const toIndex = items.indexOf(dropTarget);
if (fromIndex < toIndex) {
list.insertBefore(draggedItem, dropTarget.nextSibling);
} else {
list.insertBefore(draggedItem, dropTarget);
}
}
```
### 5. πŸ”„ Daily Reset
- πŸ‹οΈβ€β™‚οΈ [Physical Activity]
- 🧘 Power Nap
### 6. 🌀️ Afternoon Productivity
- 🍱 Healthy Lunch: Korean Spicy Chicken & Chicken Fried Rice
- Planning for AI automated $$ streams
- Meeting for client with multple projects
### 7. 🀝 Community Support
- helpign Cairan find the 0auth provider scope adn redirect URIs
### 8. πŸ“Š Progress Tracking
## Reflections and Notes
Meeting went well, it evolved from 2 projects with about a months of work each, to assuming a sr devveloper role for both for at least a year with both salaries and equity. The work is all remote and time flexible so I can balance my own projects with the work. This is huge, my biggest goal of the dev challenge was to secure employment and this checks that off the list, this could make the other goal of hitting a 6 figure income by the end of the challenge.
3
3 comments
Steven Watkins
6
# Dev 100 - Day [48]
University of Code
skool.com/universityofcode
You'll get Exclusive Lessons & Content, Badass Community Support & More here to elevate as a Dev!
Leaderboard (30-day)
powered by