# Dev 100 - Day [84]
## Today's Accomplishments
### 1. πŸŒ… Morning Productivity
🍳 Healthy Breakfast: Cereal Bar
- [x] Morning Rountine: Clean Office, Pheonix Ready for School, Emails, Make Bed
- MTG 3-1
- Help mom with some chores
- Cracked POST request to sanity CDN from n8n automation platform
### 2. βœ… To-Dos & Completed Tasks
- [Checkmate AI]
- [x] [Update To-Dos]
- [x] [Clear Complete Task]
- Daily To-Do Report:
- 5 ToDo | 1 In Progress |
- ToDo | In Progress | 9 Done
### 3. πŸ“š Learning
- I think both of these articles were shared by Scott Martin I know one for sure was. Both were great reads, really liked the front end debugging article coupld of things in there that I have not thought about.
- πŸ”— [How Senior Software Engineers Document Their Project](https://dev.to/koladev/how-senior-software-engineers-document-their-project-1nf4)
- πŸ”— [Front End Debugging Part 1: Not just Console Log](https://dev.to/codenameone/front-end-debugging-part-1-not-just-console-log-14f0)
- πŸ”— [n8n Advanced Course (7/8) - Handling files](https://www.youtube.com/watch?v=2RAZYNigqOY)
- πŸ”— [Step-by-Step: Build this (NO CODE) multiple AI Agent workflow with n8n](https://www.youtube.com/watch?v=g4gaVxaFFYI)
- πŸ”— [n8n tutorial. Merge Node - Part 1](https://www.youtube.com/watch?v=7wiZ45rPM50)
- πŸ”— [n8n Tutorial #3: 5 keys to mastering n8n as a beginner](https://www.youtube.com/watch?v=TEsE8HxPnHk)
- πŸ”— [n8n Advanced Flow Nodes Intro](https://www.youtube.com/watch?v=YZ-4WtoJiMs)
### 4. πŸ’» Coding Progress
- 🧠 Warm-up Exercise: Create a function that formats transaction data for an international e-commerce platform. The function should handle date and number formatting across different locales, & Create a robust DataValidator class that validates and transforms form data according to a predefined schema.
- 🦺 Project: [Project name and brief description]
- πŸ“ Code Snippet:
```javascript
const formattedDate = date.toLocaleDateString(locale, {
year: "numeric",
month: "2-digit",
day: "2-digit",
hour: "2-digit",
minute: "2-digit",
})
const formattedAmount = transaction.amount.toLocaleString(locale, {
style: "currency",
currency: "USD",
});
const formattedQuantity = transaction.quantity.toLocaleString(locale, {
useGrouping: true,
});
const formattedUnitPrice = transaction.unitPrice.toLocaleString(locale, {
style: "currency",
currency: "USD",
});
const formattedTaxRate = transaction.taxRate.toLocaleString(locale, {
style: "percent",
minimumFractionDigits: 2,
maximumFractionDigits: 2,
});
```
### 5. πŸ”„ Daily Reset
- πŸ‹οΈβ€β™‚οΈ 5 mile walk while taking a meeting on headset
- 🧘 Shower
### 6. 🌀️ Afternoon Productivity
- 🍱 Healthy Lunch: Snacks
- Make up coding challenge from yesterday
- More cleaning on the front garden
- More work on automation workflow
### 7. 🀝 Community Support
- πŸ”— [Facing OAuthAccountNotLinked Error for the New Users](https://www.skool.com/universityofcode/facing-oauthaccountnotlinked-error-for-the-new-users)
- πŸ”— [User not able to redirect to / after login/signup](https://www.skool.com/universityofcode/user-not-able-to-redirect-to-after-loginsignup)
- Support Aydin 1st live stream on youtube for coding channel
### 8. πŸ“Š Progress Tracking
## Reflections and Notes
Huge day got so much done. Feeling like I can do anything after today.
4
1 comment
Digitl-Alchemyst Steven-Watkins
7
# Dev 100 - Day [84]
University of Code
skool.com/universityofcode
You'll get Exclusive Lessons & Content, Badass Community Support & More here to elevate as a Dev!
Powered by