Activity
Mon
Wed
Fri
Sun
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 โ€ข 183.4k โ€ข Paid

AI Automation Society

Public โ€ข 1.8k โ€ข Free

Systems to Scale

Private โ€ข 946 โ€ข Free

485 contributions to University of Code
n8n GPT to Sanity Studio automated workflow
After much work I was able to solve the workflow issues to have gpt generate content for your website and automatically publish to the sanity content lake. I will start working on a video about this some time this week and I will release it to youtube when I hit 50 subscribers. so come give me a little support as I start this content creation journey. https://www.youtube.com/watch?v=4Ah6GvIwVJA
8
6
New comment 5h ago
n8n GPT to Sanity Studio automated workflow
@Raymond Adeniyi Yeah no sound quick preview teaser.
It will scan the folder at an interval, this particular set up is scanning the folder once a day at a set time and if it finds a file it takes the first one then proceeds with the workflow then will hibernate a day. The trigger is set up 11 times for 11 categories ( current way of controlling the category flow looking to refine it all ) I should have done the video already but my PC took a crap on me so waiting on parts. But soon I will have a full overview. Drop a sub on youtube and keep an eyeout.
๐Ÿš€ Day 68 of dev75 ๐Ÿš€
My DAILY Achievement: 1. โ˜€๏ธ Productive Morning: Woke up soon at 4 AM 2. โœ… Organize my todo: โœ… 3. ๐Ÿ“š 30 mins of Learning: โœ… 4. ๐Ÿ’ป Time to Code: โœ… 5. ๐Ÿ‹๏ธWorkout: โœ… 6.Napoleon hill ----> โ€œ Every failure brings with it the seed of an equivalent success. โ€ 7.https://www.skool.com/universityofcode/day-62-of-dev75-2?p=98303de5
7
5
New comment 5h ago
I dont know how yuo get up so early on a regular basis sir
@Emmanuel Kouadio AHHH say no more my friend so no more
# Dev 100 - Day [95]
## Today's Accomplishments ### 1. ๐ŸŒ… Morning Productivity ๐Ÿณ Healthy Breakfast: Muffins - [x] Morning Routine: Clean Office, Rhythm Ready for School, Emails, Make Bed - Trying old video cards in my machine so I can run back ups on a few things. - Slept in today felt super nice - Finish organizing Camera gear & old Electronics - Setup Docker on backup PC ### 2. โœ… To-Dos & Completed Tasks - [x] [Update To-Dos] - [x] [Clear Complete Task] - Daily To-Do Report: 2 Done ### 3. ๐Ÿ“š Learning - ๐Ÿฆธโ€โ™‚๏ธ **Zero to Full Stack Hero**: JavaScript Essentials Mentor Call - ๐Ÿ”— [How I Sign Clients For My AI Automation Agency (Revealing My Secret Method)](https://www.youtube.com/watch?v=XomjbItJ-L0) - ๐Ÿ”— [๐Ÿ”ด Letโ€™s build an AI NOTION Clone with NEXT.JS 14! (Realtime Collab, Cloudflare, Clerk, Firebase)](https://www.youtube.com/watch?v=shX6N1FOx-0&t=1187s&pp=ygUTbnRpb24gY2xvbmUgbmV4dCBqcw%3D%3D) - ๐Ÿ”— [Resource](URL) ### 4. ๐Ÿ’ป Coding Progress - ๐Ÿง  Warm-up Exercise: Convert a JavaScript role-playing game character system to TypeScript, implementing proper class hierarchy, access modifiers, and abstract classes. Create a system that manages different types of game characters (warriors, mages, rogues) with specific abilities and attributes. - ๐Ÿฆบ Project: Card Street: card databases, AI-Alchemy: add inital blogs - ๐Ÿ“ Code Snippet: ```javascript abstract class Character implements ICharacter { public readonly id: string; public name: string; public level: number; protected stats: CharacterStats; constructor(name: string) { // TODO: Initialize character properties this.id = Math.random().toString(36).substring(2, 9) this.name = name this.level = 1; this.stats = this.getInitialStats(); } protected abstract getInitialStats(): CharacterStats; public getStats(): CharacterStats { return { ...this.stats };
4
3
New comment 3h ago
# Dev 100 - Day [95]
@Raymond Adeniyi Thank you , def going to make this
Maximize Your Learning with the Dive into Next.js 15 37-Hour Free Crash Course or whatever you are learning
This post is to give you intrinsic motivation so read with open mind Hey Papafam ๐Ÿ‘‹, Weโ€™ve all been there โ€” following along with tutorials and thinking weโ€™re really learning. But letโ€™s be honest, itโ€™s easy to fall into passive learning. Sure, you get some knowledge, but are you really mastering it? You only have the knowledge of what possible and the forest view of it, therefore forming weak mental representation of that skills Some people might say, โ€œJust read the docs, and youโ€™ll get it.โ€ But thatโ€™s not always the best advice, especially when youโ€™re just starting. Docs often skip over key details, assuming you already know certain things. This leaves gaps that could result in messy projects that arenโ€™t quite production-ready. And most times docs are written for references that why most doc still have post that teaches you orderly Remember words of @Sonny Sangha in the episode 6 podcast with Luke here is the time stamp [47:01] - You need mentor who has done what you want to do and this will save you from error. This will help u grow faster So, how do we learn effectively? The Best Approach to Learning For me, the most productive way to learn is: 1๏ธโƒฃ Stick to one detailed course and build an app from the ground up.Just like the Zero to full stack hero or 37-hour crash course: - Youโ€™ll learn the best practices. - Youโ€™ll gain a holistic understanding. - Youโ€™ll have the confidence to build solid apps in the future. 2๏ธโƒฃ Practice actively as you go along. Donโ€™t just watch videos like itโ€™s Netflix, or Movie โ€” actively engage with the content. This is the most effective method for becoming an independent Next.js developer. Another word of @Sonny Sangha during the Disney 2.0 Nextjs 14 code when a guy ask him how do you become so good he said build it yourself and teach someone_[1:55:57] Keep these two tips in mind, and theyโ€™ll help you make huge strides in your dev career! I am not ignorant that we succeed in the first part of his advice by building project but we failed to teach
4
10
New comment 5h ago
Maximize Your Learning with the Dive into Next.js 15 37-Hour Free Crash Course or whatever you are learning
Solid and inspiring
@Raymond Adeniyi Thank you brother
# Dev 100 - Day [96]
## Today's Accomplishments ### 1. ๐ŸŒ… Morning Productivity ๐Ÿณ Healthy Breakfast: Hashbrowns,Sausage,Toast,Eggs - [x] Morning Routine: Clean Office, Emails, Make Bed - Shopping for hosuehold items - MTG Matches 2-1 ### 2. โœ… To-Dos & Completed Tasks - [x] [Update To-Dos] - [x] [Clear Complete Task] - Daily To-Do Report: # Done ### 3. ๐Ÿ“š Learning - ๐Ÿ”— [How I Built It: $37K/Month Notion App](https://www.youtube.com/watch?v=WuzxmeUP6ro) - ๐Ÿ”— [How I create McKinsey Visuals in SECONDS with AI](https://www.youtube.com/watch?v=Xv_aYCt-Vco) - ๐Ÿ”— [Build and Deploy Full Stack AI GitHub SaaS | Next JS 15, Google Gemini AI, Assembly AI, Stripe](https://www.youtube.com/watch?v=OqlI2766LCk) - ๐Ÿ”— [Addition of Two Variables using C](https://www.youtube.com/watch?v=b3OCED4aBmI) - ๐Ÿ”— [My Framework For Signing AI Automation Clients](https://www.youtube.com/watch?v=XomjbItJ-L0) ### 4. ๐Ÿ’ป Coding Progress - ๐Ÿง  Warm-up Exercise: Create a generic repository pattern implementation that can handle different types of entities while maintaining type safety. This system should provide basic CRUD (Create, Read, Update, Delete) operations and support custom filtering and sorting capabilities. - ๐Ÿฆบ Project: Docubot - Add github intergation - ๐Ÿ“ Code Snippet: ```typescript create(item: Omit<T, 'id' | 'createdAt' | 'updatedAt'>): T { const id = this.generateId(); const timestamp = new Date(); const newItem = { ...item, id, createdAt: timestamp, updatedAt: timestamp, } as T; this.items.set(id, newItem); return newItem; } ``` ### 5. ๐Ÿ”„ Daily Reset - ๐Ÿ‹๏ธโ€โ™‚๏ธ Yoga - ๐Ÿง˜ Play time with kids ### 6. ๐ŸŒค๏ธ Afternoon Productivity - ๐Ÿฑ Healthy Lunch: Turkey Sandwich Peanut butter Crackers - Grocery Run for Mom - Finish Super Deep Clean of office ### 7. ๐Ÿค Community Support
1
1
New comment 3h ago
# Dev 100 - Day [96]
1-10 of 485
Digitl-Alchemyst Steven-Watkins
6
669points to level up
Digital Artist / Photographer / Videographer / Content Creator / Programmer / Developer

Active 5h ago
Joined Jul 23, 2024
powered by