Dev X - Day [15]
## Today's Accomplishments
### 1. πŸŒ… Morning Productivity
🍳 Healthy Breakfast: Breakfast Bowl
- [x] Morning Routine: Clean Office, Kids Ready for School, Emails, Make Bed
- Kitchen Cleaning Catchup
- Office Deep Clean
### 2. βœ… To-Dos & Completed Tasks
- [x] Update To-Dos
- [x] Clear Complete Task
- Daily To-Do Report: 0 Done Todos aall clear for today
### 3. πŸ“š Learning
- πŸ”— [Build an Agent with LangGraph and Convex](https://www.youtube.com/watch?v=jNthqM1PtD8) Live with Shruti Kapoor
- πŸ”— [Stripe Webhooks - The Ultimate Guide](https://www.youtube.com/watch?v=1l4NMj-NTUE)
### 4. πŸ’» Coding Progress
- 🦺 Project: Bot Forge - Billing system set up, just need to add in some messaging limits.
- πŸ“ Code Snippet:
```javascript
try {
// Verify user authentication
const { userId } = await auth();
if (!userId) {
console.log('❌ No userId found in auth');
return NextResponse.json({ error: 'Unauthorized' }, { status: 401 });
}
console.log(`βœ… User authenticated: ${userId}`);
// Get user's subscription info
try {
const { data } = await serverClient.query<GetUserSubscriptionResponse>({
query: GET_USER_SUBSCRIPTION,
variables: { clerkUserId: userId },
});
console.log('βœ… GraphQL query completed');
```
### 5. πŸ”„ Daily Reset
- πŸ‹οΈβ€β™‚οΈ 4x[25] Push-ups 4x[15] Sit-ups
- 🧘 Shower & 420 time 🌲
### 6. 🌀️ Afternoon Productivity
- 🍱 Healthy Lunch: Turkey Sandwich
- Laundry
- Hang out with kids
### 7. 🀝 Community Support
- Shurti Kapoor live stream on YouTube
- Papafam Community Interation
### 8. πŸ“Š Progress Tracking
## Reflections and Notes
Bot forge is almost totally ready to launch, now im just in the clean up stages and adding in some more features to spice it up. Will be launching it in the next few days officially, and doing a product hunt launch to get some early traction.
2
2 comments
Digitl-Alchemyst Steven-Watkins
7
Dev X - Day [15]
University of Code
skool.com/universityofcode
You'll get Exclusive Lessons & Content, Badass Community Support & More here to elevate as a Dev!
Powered by