Filter
Exclude
Time range
-
Near
Day 21 of my 30 Days Challenge 🚀✨ Today, Ositex Creative Hub proudly showcases a clean and modern blog website built with creativity, structure, and purpose in mind. #OsitexCreativeHub #30DaysChallenge #FaithBlog #facebookviral #FullStackJourney
3
14
I’ve successfully completed the Image Upload API Assignment from Chai Aur Code, and this one really pushed me to understand how real-world backend systems handle files. 💡 What I built: A fully functional API that allows users to upload images, process them, and store them efficiently. ⚙️ Key Features: - Image upload using Multer - Image processing with Sharp (thumbnail generation) - Organized file storage system - Clean and structured backend architecture - Error handling using custom utilities 🧠 What I learned: - How file uploads actually work in backend systems - Handling multipart/form-data requests - Processing images before storing (optimization mindset 💡) - Writing cleaner, scalable backend code - Importance of folder structure and separation of concerns 🔥 This project brought me one step closer to becoming a full stack developer. The real learning happens when I build something myself. 📌 Next Goal: Scaling APIs and improving performance 🚀 #BackendDevelopment #NodeJS #ExpressJS #Multer #Sharp #WebDevelopment #FullStackJourney #Coding #LearnInPublic #ChaiAurCode #ChaiAurCode
11
84
Day 39 of @ChaiCodeHQ ☕💻 Learned Introduction to WebSockets with @Hiteshdotcom Sir & @piyushgarg_dev Sir. Real-time communication, persistent connections, and full-duplex magic 🔥 From HTTP limits -> to live apps like chat & notifications 🚀 #WebSockets #BackendDevelopment #FullStackJourney #LearnInPublic
1
21
229
Day 85: IPL Management System 🏏💻 In this cohort, I built an IPL Management System from scratch to end — covering complete backend logic, data flow, and system structure. #BackendDevelopment #SystemDesign #IPL #FullStackJourney @Hiteshdotcom @ChaiCode @nirudhuuu @surajtwt_
5
158
🚀 Built a Complete Backend Authentication System I recently completed a backend project where I implemented a full authentication system using modern JavaScript technologies. This journey started while learning from @Hiteshdotcom Sir and the amazing content on @ChaiCodeHQ. After completing the classes, I practiced the entire codebase and gained a strong understanding of how backend systems work in real-world applications. 🔧 Key Features I Implemented: • User Registration & Login • Email Verification System • Forgot & Reset Password Flow • JWT Authentication (Access & Refresh Tokens) • Role-Based Authorization • Secure Password Hashing • Input Validation using DTOs • Clean & Scalable Project Architecture 🧠 What I Learned: • How authentication works step by step • Why each part of the backend is structured this way • How to handle real-world errors and edge cases • Writing clean, modular, and maintainable backend code 💡 I also tested all APIs using RequestKit and understood how each flow works in practice, including debugging errors like unverified email and incorrect passwords. 🙏 Special thanks to @Hiteshdotcom Sir and @piyushgarg_dev Garg for such valuable guidance and practical learning experience. hashtag#BackendDevelopment hashtag#NodeJS hashtag#JavaScript hashtag#MongoDB hashtag#Authentication hashtag#WebDevelopment hashtag#ChaiAurCode hashtag#LearningInPublic hashtag#Developers hashtag#FullStackJourney 🚀
1
39
643
Choosing @sqicict Osogbo Campus was one of the best decisions I’ve made! 💻 Presented my first-level project yesterday, and it was a success. Tutors are top-notch, support is real, and the journey has just begun! 🚀 #FullStackJourney #SQIOsogbo #FirstProject
1
4
97
Day 65 of #100DaysOfCode Weekend revision complete! ✅ HTML - fully reviewed ✅ CSS - complete revision ✅ JavaScript - fundamentals refreshed Strong foundation > rushing to new topics! All fundamentals refreshed! ♻️ #Revision #WebDev #FullStackJourney #BuildInPublic
3
4
66
The fastest way to learn web development? Build projects. Break things. Fix them. Repeat 🔁 #100DaysOfCode #BuildInPublic #WebDev #FullStackJourney #DevTwitter
1
3
23
#Day20 of #365dayjourneyoffullstack Didn’t learn anything new or revise old concepts today because of fever. But consistency isn’t about being perfect. It’s about not quitting. #FullStackJourney #100DaysOfCode #DevLife
2
21
#Day19 of #365DaysOfFullStackJourney Focused on strengthening JavaScript fundamentals today.Practiced loops, arrays, array methods, and functions through small problems. #JavaScript #FullStackJourney #LearningInPublic
3
22
🚀 Day 103 Instagram Clone — now supports Create Post with image upload 📸 Integrated ImageKit on the backend. Handled multipart data. Watched image flow: Client → Server → Cloud. Small feature. Big full-stack moment. #BuildInPublic #FullStackJourney #BackendDevelopment
1
3
53
4.1️⃣ Fetch API & HTTP Basics Learned how to make API calls using Fetch and understood HTTP methods, request-response cycle, and status codes. Finally connecting frontend with real backend communication. #FetchAPI #HTTP #WebDev #FullStackJourney
2
18
Jan 20
Day2 of Fullstackjourney Today learnt about Variables and Operators - Variables are reference to a single value in the code and can be referenced in multiple places - We can define a variable by using var keyword. 👇
1
2
50
Jan 19
Day1 of Fullstackjourney Had productive day and learn about JS data-types - Numbers, Strings, Boolean, Arrays, Objects - Arrays are a list of various Data-types - Objects are group of Key- value pairs of various data-types
2
3
61
In this lesson, we dive into HTML Tables and Meta Tags, two essential topics every beginner web developer must understand. You’ll learn how to properly create and structure HTML tables using tags like table, thead, tbody, tr, th, and td, and when tables should be used in real-world projects. We also cover HTML meta tags, explaining how they work inside the head section of an HTML document and why they are important for SEO, responsiveness, and browser behavior. You’ll understand meta tags like charset, viewport, description, and more. This lesson is part of our HTML, CSS, and JavaScript beginner series, designed to take you from zero knowledge to becoming a full-stack developer step by step. If you’re new to web development or looking to strengthen your HTML foundation, this video is for you. Register at: nextcollege.dev 👍 Don’t forget to like, follow, and share with anyone learning web development. #HTML #WebDevelopment #HTMLTables #MetaTags #LearnHTML #FrontendDevelopment #BeginnerWebDeveloper #CodingForBeginners #HTMLTutorial #FullStackJourney
2
4
33
Officially starting my Full Stack Development journey today 💻🔥 Learning, building, and growing with @100xdevs Mentored by @kirat_tw🚀 Consistency over motivation. Let’s build. #FullStackJourney #100xDevs #BuildInPublic #WebDevelopment #LearningInPublic #letsconnect💪
6
151
Day 47/100 days of coding challenge – Still building, still learning 🚀 Today I continued my journey with JWT Authentication, and I focused on one of the most important backend concepts: authorization using middleware. I learned how to create a custom middleware that: •Extracts the JWT token from cookies •Verifies the token securely •Retrieves the user ID from the token •Protects routes so only authenticated users can access them This is one of those features users never see, but it’s what makes real-world applications secure, scalable, and production-ready. Stack used today: •Node.js •Express.js •JWT •Cookies for auth handling Day by day, line by line, I’m becoming better than yesterday. No shortcuts. Just showing up. 47/100 — locked in 🔒 #100DaysOfCode #JWT #BackendDevelopment #NodeJS #ExpressJS #WebSecurity #FullStackJourney #BuildInPublic #Consistency #NigerianDevelopers #ms2dwrld
3
1
9
495
I’ve just completed Phase 2 of the Full Stack Next.js course by Chai aur Code (@ChaiCodeHQ & @Hiteshdotcom sir) This phase focused on building real features and understanding how they work in an actual full-stack application. I'm slowly connecting the dots between frontend, backend, authentication, and user experience. What I worked on: - Implemented OTP verification flow in Next.js - Handled user authentication and signup logic - Built navbar and message cards while fixing multiple bugs - Created a basic user dashboard - Worked with components like carousel and learned common pitfalls - Got exposure to real-world issues beyond just “happy path” coding Overall, this phase helped me understand production-level app structure and why debugging is such an important skill. 🔜 Next Phase: I'll focus on resolving remaining bugs, improving the flow, and making the project fully functional - polishing it like a real product. Learning step by step, building in public, and enjoying the process 💪 #NextJS #FullStackJourney #ChaiAurCode #LearningInPublic #WebDevelopment #Phase2Completed
1
14
129