# Dev 100 - Day [33]
## Today's Accomplishments
### 1. πŸŒ… Morning Productivity
- 🍳 Healthy Breakfast: Turkey Sandwich & Chipds
- Clean Office and organize To-Dos for the upcoming week
- Clear Inboxes
### 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**: Introduction to CSS and Using Dribble Design with Tailwind CSS by AVNEESH AGARWAL [Part-2]
- πŸ”— [JavaScript for Beginners: Multidimensional Arrays + "For In" Loop (Lesson 18)](https://www.youtube.com/watch?v=ZnOAPEJGSw4)
- πŸ”— [Learn 2D ARRAYS in JavaScript in 6 minutes!](https://www.youtube.com/watch?v=SmJNeJuLmVo)
### 4. πŸ’» Coding Progress
- 🧠 Warm-up Exercise: Implement two functions to work with 2D arrays (matrices) in JavaScript: one that transposes a matrix (swaps rows and columns), and another that calculates the sum of each row in a matrix. This challenge aims to improve your understanding of multi-dimensional array manipulation, which is crucial for various applications in data processing, image manipulation, and mathematical computations.
- πŸ“š **Zero to Full Stack Hero Homework**: Tailwind CSS Front End Design From Dribble
- 🦺 Project: [Project name and brief description]
```javascript
let result = [];
for (let i = 0; i < matrix1.length; i++) {
result[i] = [];
for (let j = 0; j < matrix2[0].length; j++) {
let sum = 0;
for (let k = 0; k < matrix1[0].length; k++) {
sum += matrix1[i][k] * matrix2[k][j];
}
result[i][j] = sum;
}
}
return result;
```
### 5. πŸ”„ Daily Reset
- πŸ‹οΈβ€β™‚οΈ 2x[25] Pushups
- SmokeBreak & News
### 6. 🌀️ Afternoon Productivity
- 🍱 Healthy Lunch: BlackBerries & Yogurt
- Hulkbuster Ironman Lego with Rhythm
- Prepped for next Sprint
### 7. 🀝 Community Support
- Multi Dimensional Arry Lesson See Attached File
### 8. πŸ“Š Progress Tracking
5
1 comment
Steven Watkins
6
# Dev 100 - Day [33]
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