Activity
Mon
Wed
Fri
Sun
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

University of Code

Public • 3.5k • Free

Software Developer Academy

Private • 20k • Free

Full Stack AI Dev Mentorship

Public • 203 • Free

Skool Community

Public • 181.8k • Paid

AI Automation Society

Public • 1.6k • Free

Systems to Scale

Private • 935 • Free

461 contributions to University of Code
# Dev 100 - Day [92]
PC bit the dust last night. so might be taking it super easy these next few days as i replace it. ## Today's Accomplishments ### 1. 🌅 Morning Productivity 🍳 Healthy Breakfast: Sausage Toast Fried Egg - [x] Morning Routine: Clean Office, Rhythm Ready for School, Emails, Make Bed - Oil Change in Car - Bank Account Attempt - Create last week of coding challenges - While sitting at oilchange place did a session with my brother showing him how to use some stuff on claude pro. Once he understood the features fully he was able to solve a complex problem at using the tools near instantly. He is about to have a lot of free time at his job. ### 2. ✅ To-Dos & Completed Tasks - [x] [Update To-Dos] - [x] [Clear Complete Task] - Daily To-Do Report: 6 Done ### 3. 📚 Learning - 🔗 ["Why I chose NOT to use Appwrite"](https://www.youtube.com/watch?v=YicQ3F5QVJQ) - 🔗 [I joined The Darkside Of Development VUE JS](https://www.youtube.com/watch?v=QCtJuVQPSE0) - 🔗 [The first CMS that installs directly into any Next.js app — Payload 3.0 has arrived](https://www.youtube.com/watch?v=5E9ZDXOk0_8&t=10s) ### 4. 💻 Coding Progress - 🧠 Warm-up Exercise: Create a TypeScript calculator that performs basic arithmetic operations while leveraging TypeScript's type system to ensure type safety and prevent runtime errors. - 🏫 **Zero to Full Stack Hero Homework**: - 🦺 Project: AI Alchemy - Sanity Schema - 📝 Code Snippet: ```javascript if (operation === Operation.Divide && b === 0) { throw new Error( "So far, none have been successful. Instead, any number divided by zero is undefined. In fact, even zero divided by zero is undefined!" ); } ``` ### 5. 🔄 Daily Reset - 🏋️‍♂️ Deep Streches - 🧘 420 with Wife ### 6. 🌤️ Afternoon Productivity - 🍱 Healthy Lunch: Turkey Sandwich & chips + peanut butter crackers - Bank Account Set up - Important shopping
2
2
New comment 6h ago
# Dev 100 - Day [92]
Be a Producer, Not Just a Consumer – The Secret to Growth as a Software Developer
Hey Papafam! 🚀 Let’s talk about a game-changing mindset shift: transitioning from being just a consumer to becoming a producer in the world of software development. Most of us start our journey consuming tons of tutorials, articles, and courses. That’s normal—it’s how we build a foundation. But here’s the truth: real growth happens when you start producing. Here’s why you should make the leap: 1. Producing Solidifies Your Knowledge You think you understand something until you try to teach it, build it, or explain it. By creating projects, writing articles, or sharing your learnings, you deepen your understanding and retain knowledge longer. 2. Producers Build Portfolios, Consumers Don’t Employers and clients don’t care how many tutorials you’ve watched—they care about what you’ve built. As a producer, every project, blog post, or GitHub repo becomes part of your personal brand and proof of your skills. 3. Producers Create Value Consumers take value, but producers give it back. Whether it’s an open-source contribution, a tutorial you publish, or a product you ship, you’re leaving a mark and helping others grow while growing yourself. 4. Producers Get Paid Let’s be honest—consuming content doesn’t pay the bills. Producing code, selling digital products, or sharing your expertise can. The more you create, the more opportunities you unlock for income and career growth. 5. It’s About Confidence, Not Perfection You might think, “I’m not good enough to produce.” That’s a myth. No one’s perfect, and sharing your journey—even the messy parts—makes you relatable and valuable. Start small, and grow from there. How to Start Producing Today: 1) Build: Take on side projects, join open-source, or freelance. 2). Teach: Write blog posts, record tutorials, or mentor someone. >Just like how @Digitl-Alchemyst Steven-Watkins create time despite his tight schedule to mentor his brother 3) Share: Post your journey on LinkedIn, GitHub, or in communities like Papafam!
3
1
New comment 1d ago
Be a Producer, Not Just a Consumer – The Secret to Growth as a Software Developer
Mentoring him a little bit more today lol
Let's Build a Ticket Marketplace SAAS with NEXT.JS 15 + More!
Watch the LIVE here: https://youtube.com/live/KdYci4gA2os Join me as I show you how to build a Ticketing Marketplace SAAS App from scratch with Next.js 15, Convex, Clerk, Stripe Connect, TypeScript, Tailwind CSS + Much more tech! You'll learn the following in this build: 👉 How to implement a Real-time Queue System while booking a ticket with Smart queuing system and position updates 👉 How to implement Rate Limiting Feature to limit the number of people in the ticket purchase queue 👉 How to implement a fully functional admin dashboard to manage events, tickets and more 👉 How to manage ticket purchases with Secure payment processing with Stripe Connect 👉 How to implement Clerk Authentication to add User Authentication with ease, including Multi Factor Authentication! 👉 Create a Beautiful UI & UX for our Frontend using the highly Popular Shadcn & Tailwind CSS 👉 How to use TypeScript to reduce the overall number of Bugs and Errors 👉 How to deploy the final build to Vercel + Much more! I'll see you soon PAPAFAM! ✌️
14
11
New comment 56m ago
Let's Build a Ticket Marketplace SAAS with NEXT.JS 15 + More!
This should be a fun one
# Dev 100 - Day [91]
## Today's Accomplishments ### 1. 🌅 Morning Productivity 🍳 Healthy Breakfast: Peanut Butter - [x] Morning Routine: Clean Office, Rhythm Ready for School, Emails, Make Bed - Woke up late, somehow the alarm didnt go off, still got rhythm on the bus. bus was late too, that helped but we were out on time anyway. suprised it worked out - Deep Clean Day - Education on class constructors still dont understand this stuff. Most of the morning working on this coding challenge ### 2. ✅ To-Dos & Completed Tasks - [Checkmate AI] - [x] [Update To-Dos] - [x] [Clear Complete Task] - Daily To-Do Report: # Done ### 3. 📚 Learning - 🔗 [New Sony A1 II - Watch This Before You Consider It...](https://www.youtube.com/watch?v=ogn16keUx8s) - 🔗 [Manage large-scale updates with Content Releases](https://www.youtube.com/watch?v=ArAPmUG-oag) - 🔗 [No more copy-paste with Sanity Create w/ Automatic Content Mapping](https://www.youtube.com/watch?v=mANqmSO_vDc) - 🔗 [Visual Editing and structured content — you can have it all](https://www.youtube.com/watch?v=YxUulW_mjs0) - ABout 20 mins of the Sanity Build video from Sonny the part about Sanitys Live updates ### 4. 💻 Coding Progress - 🧠 Warm-up Exercise: Create a sophisticated state management store that supports middleware, state persistence, and time-travel debugging capabilities. This implementation should provide centralized state management similar to Redux or Vuex, with advanced features for debugging and state manipulation. WOW this one was hard. I am going to be doing an entire series on this sort of thing for a better understanding. phew glad this week of challenges is done. - 🦺 Project: EBT - Session managment. Social Media Post automation - 📝 Code Snippet: Did not undertstand at all but made it work -.- need mroe study time with this type of coding.
4
2
New comment 2d ago
# Dev 100 - Day [91]
Almost done here
# Dev 100 - Day [90]
Worked late waiting on call from boss that never came so stayed up to late to post this last night. ## Today's Accomplishments ### 1. 🌅 Morning Productivity 🍳 Healthy Breakfast: hasbrowns eggs toast & sasusage - [x] Morning Rountine: Clean Office, Rhythm Ready for School, Emails, Make Bed - Couple of magic matches then straight into work. - PR Review for oTTo-Dev ### 2. ✅ To-Dos & Completed Tasks - [x] [Update To-Dos] - [x] [Clear Complete Task] - Daily To-Do Report: 4 Done from Main project BIG hang ups ive been avoiding 8 Done from other projects and errands and important chores ### 3. 📚 Learning - 🔗 [🔴 Let's build a Full Stack E-Commerce App with NEXT.JS 15 (Sanity, Stripe, Clerk, Tailwind, TS)](https://www.youtube.com/watch?v=o-fgWea75O4&t=5424s) Specifically the Sanity TypeGen Low education material consumption today. heavy on the work side. ### 4. 💻 Coding Progress - 🧠 Warm-up Exercise: Create a component-based state system that allows for state management within components, state inheritance between parent and child components, and state sharing between sibling components. - 🏫 **Zero to Full Stack Hero Homework**: - 🦺 Project: AI - Alchemy - Sanity Intergration. EBT - Auth Refactor reset password & email verify - 📝 Code Snippet: ```javascript try { const body = await req.json(); console.log('📦 Password Reset Request:', body); const validationResult = RequestResetSchema.safeParse(body); console.log('✅ Schema Validation:', validationResult); if (!validationResult.success) { console.log('❌ Validation Failed:', validationResult.error.errors); throw new ApiError(validationResult.error.errors[0].message, 400); } const { email } = validationResult.data; console.log('📧 Processing Reset for:', email); // Check if user exists const usersRef = adminDb.collection('users'); const querySnapshot = await usersRef.where('email', '==', email.toLowerCase()).get();
6
2
New comment 2d ago
# Dev 100 - Day [90]
@Scott Martin Im already done in my mind im so close. its just daily habbit at this point. the only thing that will change after day 100 is I will stop posting every day and stop the coding challenges I want to do another run and focus my education and challenges in a specific area I might run a 50 day mon-fri with sat-sun off for the next one
1-10 of 461
Digitl-Alchemyst Steven-Watkins
6
694points to level up
Digital Artist / Photographer / Videographer / Content Creator / Programmer / Developer

Active 6h ago
Joined Jul 23, 2024
powered by