#30daysofcode resultados da pesquisa
My last update here was Day 5 of #30DaysOfCode (CSS). College picked up, and I couldn’t keep the streak going. But I kept learning — completed CSS fully ✅ and now moving on to JavaScript 🚀 Time to share the journey here again.

Day 1 of #30daysofcode Finally wrapped up the validation of this form. Design ✅️ Functionality ✅️ Responsiveness...loading I thought this newsletter would take me 2 weeks, omo it's getting to 4...but I'll stick to the plan.



Day 01 of #30Daysofcode Challenge. I learnt the basics of Firebase. I was able to create a cloud Firestore and collections I also learnt that unlike Supabase that works like a relational database (Postgres), Firebase works like a document database (similar to JSON storage).

Day 30 #30DaysOfCode —Completed! 🚀 No code today. Just gratitude. To everyone who liked, commented, shared tips, or silently followed,you kept me accountable. This challenge wasn’t just about coding. It was about discipline, consistency & community. Closing September strong.

Day 25/30 of #30DaysOfCode Today I built a Face Recognition based Attendance System using: 🔹 Python 🔹 OpenCV 🔹 face_recognition library How it works: Detects faces via webcam Matches them with stored encodings #Python #AI #OpenCV #FaceRecognition #Automation #Coding



Day 4 of #30DaysOfCode ✅ Finished up font and display stuff in CSS today — played around with font-family, font-style, font-variant, and display types like inline, block, inline-block, none.




Day 8 of #30daysofcode - I created the HTML structure for the modal. - I changed the background colour and centered the div of the modal box. - Just started learning about Switch statements and High order functions.


Day 7 of #30daysofcode - I got the figma file of the modal component. (Haven't gone through it) - I'm working through the logic of the whole project to really understand it. (I plan to comment my code more effectively) Did a small challenge from my tutorial as well👇

Day 4 of #30Daysofcode I've wrapped up the newsletter card project. I was calm till I remembered git and the whole commit stuff😂 I'll commit my changes more often in the next project. Committed all my changes, and then I pushed them to Github. On to the next!


Day 3 of #30daysofcode I used these screen breakpoints: 1024px (Desktop), 568px (Tablet), and 480px (Mobile) I think I have a better understanding of media queries now...still working on 480px though. I slept off before I could even post😭😂 but daily entry na daily entry sha



A few days ago, I was grinding CSS. Took a 5-min break, opened Twitter — saw people building full-stack AI apps. Got FOMO. Dove into backend with 0 knowledge. Got overwhelmed. Burned out. I stopped. But I’m back. Starting small. One day at a time. Day 1 of #30DaysOfCode 🌱

Day 12/30: Still going… Although I didn’t do much but I surely showed up #30Daysofcode
🚨 Applications STILL open! Want to break into tech and change your future? Registrations for Cohort 2025 is still ongoing: 📍 Software Engineering 📍 Cloud Engineering 📍 Data analysis 📍 and more Don’t miss it 👉: codebridgehub.com #30daysofCode #webdev #techtwitter

Day 6 of #30daysofcode - I updated some css styles on my newsletter project, so I had to commit the changes and push to github. - I went through the readme file for the feedback modal I'm building from @FrontendProHQ

Day 5 of #30daysofcode I already know the next project to build, but as I kept scrolling through challenges...I wanted to build all of them😂🤦♀️ I'll stick to the plan sha.
✅Completed Day 2 of #30DaysOfCode Went over CSS basics — margin, padding, box model, and margin collapse. Still figuring things out, but it’s making more sense each day. One step at a time. 🚶♀️


Day 10/30: Still going... Discipline and consistency pay... #30Daysofcode
Day 3 of #30daysofcode I used these screen breakpoints: 1024px (Desktop), 568px (Tablet), and 480px (Mobile) I think I have a better understanding of media queries now...still working on 480px though. I slept off before I could even post😭😂 but daily entry na daily entry sha



Day 2 of #30Daysofcode Still working on its screen responsiveness. I was able to work on the heading, the input field, and the button to respond to various breakpoints the way I want them to.

Day 12: Explored HLS (HTTP Live Streaming) which is used for smooth playback on various webapps for video playback, looked into it since my project deals with large videos, and optimizing playback has become crucial, more on it 👇#30DaysOfCode

Day 11: As mentioned in my earlier post about image/video-heavy apps slowing down load time I explored a few ways to optimize performance, see how 👇

Day 5 :- I took the CodeChef exam, did some project work and also prepared for college exams. #codechef #30daysofcode
🚨 Applications STILL open! Want to break into tech and change your future? Registrations for Cohort 2025 is still ongoing: 📍 Software Engineering 📍 Cloud Engineering 📍 Data analysis 📍 and more Don’t miss it 👉: codebridgehub.com #30daysofCode #webdev #techtwitter

After a break due to festive season, being home, and juggling my NPTEL DBMS course, I’m finally back! Laziness made it tough to resume, but I’ve committed to restarting my journey today. Let’s see how it goes! 💻💪 #30daysOfCode #Day22

🚀 Day 6 of #30DaysOfCode | #30DaysOfRAG 🚀 📘 Learning About Embeddings and Vector Databases Today, I explored how machines understand meaning, not just exact words. In a traditional database, if you search for “laptop,” it only finds records that exactly match “laptop.” But…
Day 19 of #30daysofcode I've learnt that it's best to start building with a mobile view then expand to larger screens...it's just easier that way. But nepa didn't let me finish this thing😭😂
Day 18 of #30daysofcode I learnt something about responsiveness today, and I'm about to try this approach. I'll explain tomorrow.😂
Day 12/30: Still going… Although I didn’t do much but I surely showed up #30Daysofcode
Day 11/30: Hectic day but I still managed to code. Consistency is key #30Daysofcode
Day 18 of #30daysofcode I learnt something about responsiveness today, and I'm about to try this approach. I'll explain tomorrow.😂
Day 17 of #30daysofcode Didn't do much today... I learnt how to add animation to websites and I also got an intro into jQuery.
Day 8 DSA Did 6 arrays problem from blind 75 list AI: started an AI engineering courses, understood intro about AI, RAG, LLM, Gen AI, vector db, machine learning on High level. #100DaysOfCode #dsa #30DaysOfCode
Also learned cumulative stats (.cumsum(), .cummax()) & custom aggregations with .agg(). Debugging took time, but worth it! Any pandas tips? #LearnToCode #30Daysofcode 2/2

Day 10: Work Spent most of the time in frontend converting Figma designs into React + Tailwind components to reuse on both web & mobile, Cursor helped with refinements, but the full layout I had to build manually, planned backend routes to help with caching #30DaysOfCode

Day 9:Just to go in-depth for JS concepts,watched the videos on promise by @akshaymarch7 from NamasteJS series-2, and have to say it man, the precise to the point explanations made many things clear,like how not using a return in .then block can cause issues #30DaysOfCode


Day 17 of #30daysofcode Didn't do much today... I learnt how to add animation to websites and I also got an intro into jQuery.
Day 16 of #30daysofcode Guess who spoke at an international girl child program today? Me!😌 Sent over 60 emails, barely slept, but still we move!🤦♀️ Today’s focus: JavaScript keyboard event listeners (listening for key presses).
Day 10/30: Still going... Discipline and consistency pay... #30Daysofcode
Day 16/30 of My DSA Practice Challenge 🚀 Today's Focus: Graphs ✅ Dijkstra Algorithm ✅ Practiced previous concepts of Graphs I am getting the graph concepts forgetting. So gonna take some time to build the muscle memory for this topic. #30DaysOfCode #LearnInPublic

Day 08 of #30DaysOfCode 🚀 Spent the day improving the #Arewaflix UI — cleaned up layouts and added proper loading states Also optimized some API calls to make things smoother ⚡ Little tweaks, big difference 💪🔥 #AndroidDev #Web3 #MobileDevelopment

Day 9/30: Currently building the home page of an idea I had. #30Daysofcode
Day 16 of #30daysofcode Guess who spoke at an international girl child program today? Me!😌 Sent over 60 emails, barely slept, but still we move!🤦♀️ Today’s focus: JavaScript keyboard event listeners (listening for key presses).
Day 15 of #30daysofcode I'm halfway through!😌 So this week, I'm doing more learning than building because I have some activities I need to show up for. Today, I learnt more about Objects, their methods, and dot notation.
day 5 of #30Daysofcode did 5hrs coding today, all i need is a full belle and electricity and I'm active don't worry about the red there it's for decoration😭

My last update here was Day 5 of #30DaysOfCode (CSS). College picked up, and I couldn’t keep the streak going. But I kept learning — completed CSS fully ✅ and now moving on to JavaScript 🚀 Time to share the journey here again.

Day 30 #30DaysOfCode —Completed! 🚀 No code today. Just gratitude. To everyone who liked, commented, shared tips, or silently followed,you kept me accountable. This challenge wasn’t just about coding. It was about discipline, consistency & community. Closing September strong.

Day 1 of #30daysofcode Finally wrapped up the validation of this form. Design ✅️ Functionality ✅️ Responsiveness...loading I thought this newsletter would take me 2 weeks, omo it's getting to 4...but I'll stick to the plan.



Day 01 of #30Daysofcode Challenge. I learnt the basics of Firebase. I was able to create a cloud Firestore and collections I also learnt that unlike Supabase that works like a relational database (Postgres), Firebase works like a document database (similar to JSON storage).

✅Completed Day 2 of #30DaysOfCode Went over CSS basics — margin, padding, box model, and margin collapse. Still figuring things out, but it’s making more sense each day. One step at a time. 🚶♀️


Day 6 of #30daysofcode - I updated some css styles on my newsletter project, so I had to commit the changes and push to github. - I went through the readme file for the feedback modal I'm building from @FrontendProHQ

Day 5 of #30daysofcode I already know the next project to build, but as I kept scrolling through challenges...I wanted to build all of them😂🤦♀️ I'll stick to the plan sha.
🚀 Day 29 of 30 Days of Code Solved LeetCode 2938: Separate Black and White Balls (Medium) ✅ Consistency builds mastery — one step closer to completing the challenge! 💪 #LeetCode #DSA #30DaysOfCode #ProblemSolving #CodingJourney

A few days ago, I was grinding CSS. Took a 5-min break, opened Twitter — saw people building full-stack AI apps. Got FOMO. Dove into backend with 0 knowledge. Got overwhelmed. Burned out. I stopped. But I’m back. Starting small. One day at a time. Day 1 of #30DaysOfCode 🌱

Day 8 of #30daysofcode - I created the HTML structure for the modal. - I changed the background colour and centered the div of the modal box. - Just started learning about Switch statements and High order functions.


Day 7 of #30daysofcode - I got the figma file of the modal component. (Haven't gone through it) - I'm working through the logic of the whole project to really understand it. (I plan to comment my code more effectively) Did a small challenge from my tutorial as well👇

🚀 Starting my 30 Days of JavaScript Challenge today! Excited to learn, build, and share my progress every day. #JavaScript #30DaysOfCode

day 28 of #30daysofcode -Majority Element -Theory of Computation(doing sem study side by side to make it easy in last minute) #100DaysOfCode #LearnToCode #CONNECT


day 5 of #30Daysofcode did 5hrs coding today, all i need is a full belle and electricity and I'm active don't worry about the red there it's for decoration😭

Day 2 of #30Daysofcode Still working on its screen responsiveness. I was able to work on the heading, the input field, and the button to respond to various breakpoints the way I want them to.

Day 1 of #30daysofcode Finally wrapped up the validation of this form. Design ✅️ Functionality ✅️ Responsiveness...loading I thought this newsletter would take me 2 weeks, omo it's getting to 4...but I'll stick to the plan.



Something went wrong.
Something went wrong.
United States Trends
- 1. phil 64.5K posts
- 2. phan 70.3K posts
- 3. Columbus 211K posts
- 4. President Trump 1.26M posts
- 5. Middle East 316K posts
- 6. Springer 11.1K posts
- 7. Gilbert 9,428 posts
- 8. Doug Eddings N/A
- 9. Yesavage 3,318 posts
- 10. Kincaid 1,222 posts
- 11. Mike McCoy N/A
- 12. Falcons 12.4K posts
- 13. Thanksgiving 60.6K posts
- 14. Cam Talbot N/A
- 15. #LGRW 1,983 posts
- 16. Brian Callahan 12.9K posts
- 17. Titans 38.6K posts
- 18. Martin Sheen 1,061 posts
- 19. Macron 243K posts
- 20. John Oliver 8,668 posts