# Dev 100 - Day [34]
## Today's Accomplishments
### 1. πŸŒ… Morning Productivity
- 🍳 Healthy Breakfast: Yogurt & Blackberries
- Made bed, Clean office, Rhythm ready for school
- Clear Inbox
- Time with wife while the house is empty
### 2. βœ… To-Dos & Completed Tasks
- [Checkmate AI]
- [X] [Update To-Dos]
- [X] [Clear Complete Task]
- Daily To-Do Report:
### 3. πŸ“š Learning
- πŸ¦Έβ€β™‚οΈ **Zero to Full Stack Hero**: [Topic or skill learned]
- πŸ”— [How To Finish One Month of Work Today](https://www.youtube.com/watch?v=Q7Phkq0BUXM)
- πŸ”— [The Ultimate 2024 Tech Stack for Solo SaaS Developers: Build Smarter, Not Harder](https://medium.com/@ixartz/the-ultimate-2024-tech-stack-for-solo-saas-developers-build-smarter-not-harder-011d08292bd1)
### 4. πŸ’» Coding Progress
- 🧠 Warm-up Exercise: Implement two functions that demonstrate advanced array manipulation and algorithmic thinking in JavaScript:
1. A function that rotates an array to the right by k steps.
2. A function that finds the length of the longest increasing subsequence in an array.
- 🦺 Project: RFD: Refactoring for sprint 2
```javascript
for (let start = 0; count < n; start++) {
let current = start;
let prev = arr[start];
do {
let next = (current + k) % n;
let temp = arr[next];
arr[next] = prev
prev = temp
current = next
count++
} while (start !== current)
}
```
### 5. πŸ”„ Daily Reset
- πŸ‹οΈβ€β™‚οΈ 3x[10] Pushups
- Smoke Break / TikTok Politics Debate
### 6. 🌀️ Afternoon Productivity
- 🍱 Healthy Lunch: Turkey Sandwhich with Chips
- Selected code to use in my first NPM package
- Meeting for project
### 7. 🀝 Community Support
- Array Manipulation and Algorithms Lesson see attached file
### 8. πŸ“Š Progress Tracking
## Reflections and Notes
Pumped for sprint 2.
Did a useless interview for a wordpress role. Made me do a ton of edits to my resume.
4
2 comments
Steven Watkins
6
# Dev 100 - Day [34]
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