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

255 contributions to University of Code
Boost Your Productivity & Master Your Skills: My Top 2 Book Recommendations
Hey Papafam Community, If you're looking to take your productivity and skill mastery to the next level, I’ve got two must-reads for you. These books have profoundly shaped the way I approach work and learning, and I believe they’ll do the same for you: 1. So Good They Can't Ignore You by Cal Newport In this game-changing book, Cal Newport debunks the “follow your passion” myth and instead advocates for the power of developing rare and valuable skills. Newport’s insights will help you understand why becoming exceptional in your craft can lead to greater job satisfaction and success. 2. The Programmer’s Brain by Felienne Hermans This book is a treasure for developers at any level. Felienne Hermans delves deep into how our brains process and understand code, offering practical techniques to improve learning and problem-solving. It’s an essential read for anyone who wants to code more effectively and gain a deeper understanding of programming concepts. Both books provide actionable takeaways that will transform the way you develop your skills and approach your projects. Trust me, these reads are worth every minute! Happy reading and keep pushing boundaries! Remember Learn - Do - Teach Is one of the best approach to keep you coding skill leveling up and their is lot of science backing it up. Keep doing you Peace 👊
5
7
New comment 23m ago
Boost Your Productivity & Master Your Skills: My Top 2 Book Recommendations
1 like • 6h
Thanks for these. I enjoy these types of posts. We need more of them in the community
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
9
New comment 11h ago
Let's Build a Ticket Marketplace SAAS with NEXT.JS 15 + More!
1 like • 1d
[attachment]
Day 50 of Dev50 (Tue 19th Nov)
Reflections: Well, this is it for me on this challenge. It has been a good exercise. A good chance to reflect on how I am using my time, if I am fully taking advantage of my days etc. It has helped me focus more, strengthen good habits and eliminate or dilute bad ones. Ready to keep pushing forward. 1️⃣a Good Sleep Last Night: ✅ Very good. Reading a book before bed always helps me to sleep better. Daily exercise is also so important. Preferably first thing in the morn. 1️⃣b Productive Morning: ✅ Got up early and went for a recovery walk. Was going to have a light jog but still feeling a bit too sore from the race at the weekend. Came back to find the cat had chewed through the internet cable, so hotspotting from my phone atm. I will sort out a new cable later today. 2️⃣ Organise to-dos… and do them: ✅ 3️⃣ 30 Minutes of Learning: ✅ Reading various docs and going a bit deeper on Cursor AI 4️⃣ Time to Code: ✅ Today is more of a job application, networking, and study day, but I did fix a few bugs 5️⃣ Daily Reset: ✅ 6️⃣ Support the Community: ✅ Useful Link: Why Front-End Developers Should Be Entrepeneurs https://blog.openreplay.com/six-tips--why-front-end-developers-should-be-entrepreneurs/ 7️⃣ Daily 49 link: https://www.skool.com/universityofcode/day-49-of-dev50-mon-18th-nov?p=e4e748e3
4
2
New comment 1d ago
# 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]
1 like • 2d
9/10 of the way through man. It has been full steam ahead for you from the start. Impressive
Day 49 of Dev50 (Mon 18th Nov)
Reflections: Good, focused day, but one where it felt like my available time just disappeared in an instant. Back to sleeping well and keeping good habits. I had felt I was getting into a bad habit with watching some pointless stuff on youtube, so I have blocked it on my phone. 1️⃣a Good Sleep Last Night: ✅ 2nd night after my big mountain race. Slept ok but woke up very tired and aching a lot more than yesterday. 1️⃣b Productive Morning: ✅ Light strength workout, just for recovery really. Spanish flashcards and intensive input. Went to the fruit & veg market. 2️⃣ Organise to-dos… and do them: ✅ 3️⃣ 30 Minutes of Learning: ✅ - Project based learning 4️⃣ Time to Code: ✅ - Built full page with google adsense implementation 5️⃣ Daily Reset: ✅ 6️⃣ Support the Community: ✅ Useful Link: React Best Practices Every Developer Should Know https://www.freecodecamp.org/news/react-best-practices-ever-developer-should-know/ 7️⃣ Daily 48 link: https://www.skool.com/universityofcode/day-48-of-dev50-fri-18th-nov?p=1b03154c
5
1
New comment 3d ago
1-10 of 255
Scott Martin
6
1,305points to level up
@scott-martin-4657
A British Documentary Photography graduate living in Spain and changing career to web development.

Active 6h ago
Joined Apr 17, 2024
Murcia, Spain
powered by