#100daysofcode search results
Day 72/100 of #100DaysOfCode : DSA & Logic Building๐ Counting Bits!! ๐นIterated 0 to n to process each integer. ๐นUsed bitwise & with a mask to detect set bits. ๐นApplied bit shifting (<<) to scan all 32 bit positions. #BuildInPublic #LearnInPublic #DSA #Java #CodeNewBie #CODE
Day 103 / 150 >Locked in for 2hrs >Started building AI Course builder (day 3) >Clg 9-5 >Now heading to gym #100DaysOfCode
Day 73 โ Merged two arrays into a sorted array โ Practiced .concat() + numeric sorting โ Reinforced array manipulation basics Clarity matters more than complexity Learning to trust the problem statement, not confusion #100DaysOfCode #BuildInPublic
Day 16 of learning JavaScript ๐ Today I learned: CSS basics โข Selectors (target elements) โข Box model: content, padding, border, margin โข * selects all elements Key takeaway: CSS controls layout and design. #JavaScript #CSS #100DaysOfCode
Day 6/30 ๐ Started with React today โ๏ธ โ Setup environment โ Learned rendering โ Understood JSX basics Followed a tutorial by Bob Ziroll and started building along. Still early, but excited to go deeper ๐ญ Next โ Components #100DaysOfCode #ReactJS #BuildInPublic
Day 92 #100DaysOfCode ๐ Started Tailwind CSS today! ๐จ โ Introduction & CLI setup โ Typography, Colors & Spacing โ Breakpoints (responsive!) โ Apply directive โ Built a Newsletter Card CSS without leaving HTML! ๐ฅ #TailwindCSS #ReactJS #WebDev #NodeJS #LearnInPublic
Day 16 of DSA ๐ Longest Subarray with sum k โ Brute โ Better โ Optimal. Slowly building consistency... ๐ช #100DaysOfCode #DSA #Java
Day 100 / 100 of #100DaysOfCode [ 7 hour Grind ] - Finally Finished fullstack & projects. - Projects i have build so far: 1. To-Do list 2. Portfolio generator 3. Calculator 4. Netflix UI Clone 5. E-Cart 6. X-content generator 7.
Want to merge lists in Python like a pro? ๐ Use .extend() or the + operator to combine your data in seconds! ๐ Perfect for beginners starting their journey. Watch here: youtube.com/watch?v=8-H-wIโฆ #Python #Coding #100DaysOfCode #Programming
youtube.com
YouTube
Digital Academy
Built a live AI that called a judge's phone in 28 Hours Hacathone..! LIVE on stage โ spoke Hindi, understood their problem & generated a report. 24hrs. 4 people. 1 idea. PanchayatAI ๐ฎ๐ณ๐ฅ #Hackathon #BuildInPublic #100DaysOfCode @ApnacollegeX @ShradhaKhapra_ @TheOdinProject
Day 99 / 100 >Locked in for 2hrs >Started making x cont. generator (day-8) >Fixed bugs >Clg 9-5 >Now heading to gym #100DaysOfCode
Day 90 / 100 >Locked in for 3hrs >Started making a Portfolio Gener. day-7 >Working on a mini saas >Clg 9-3 >Now heading to gym #100DaysOfCode
Day 36 of #100DaysOfCode ๐ Added Like โค๏ธ & Bookmark ๐ toggle with instant UI updates โก Now my MERN app feels smooth & real ๐ฅ #MERN #React #WebDev
Built a real-time chat app using Node.js + Socket.IO ๐ Learned: โข WebSocket flow @ChaiCodeHQ @Hiteshdotcom @piyushgarg_dev #100DaysOfCode #NodeJS #WebDev
First time worked with PostgreSQL and combined it with MongoDB. Users in PostgreSQL, tasks in MongoDB linked via userId. Added JWT auth and protected routes. Learned a lot while building this๐ github.com/KavyaOberai16/โฆ #100daysofcode #webdevelopment Demo via Thunder Client
Day 63 โ GFG POTD Mean of range in array Used prefix sum to efficiently handle range queries ๐ #100DaysOfCode #GFGPOTD #DSA
Day 2 of React โ๏ธ 8 hours of school โ still coded ๐ช learned how to: - import images in React - pass data with props - build a profile card component also found out className โ class because class is already taken by JS ๐ #React #100DaysOfCode #buildinpublic
I Built a ๐ Password Generator using React + Redux โ Custom length โ Numbers & special chars toggle โ Copy to clipboard in 1 click Used: useCallback, useRef, useEffect (finally makes sense now ๐ก)Git hub ๐๏ธ github.com/bhoomikasingh1โฆ #ReactJS #100DaysOfCode #BuildInPublic
Day 21 / #100DaysOfCode ๐ 3 Weeks Milestone! โ Today's Challenge: Mirrored Triangle ๐ Logic: Spaces come first, stars follow. Itโs all about the math in the nested loops! ๐ปโจ Progress: 21/100 #Coding #Cpp #BScCS #Programming #Day21 #Logic
Day 1 of 100 Days of Code: Python ๐ Let's see if I still remember variables by Day 50. ๐ glass1 = "milk" glass2 = "juice" # Swap using a temporary variable temp = glass1 glass1 = glass2 glass2 = temp print(glass1 + "\n" + glass2) #100DaysOfCode #Python #LearningToCode
Day 16 of learning JavaScript ๐ Today I learned: CSS basics โข Selectors (target elements) โข Box model: content, padding, border, margin โข * selects all elements Key takeaway: CSS controls layout and design. #JavaScript #CSS #100DaysOfCode
Day 97 of #100DaysOfCode โ Posts + Cloud ๐ธ Upgraded Instagram clone. โข Secured post API with JWT โข Separate DB for posts โข ImageKit for image storage App is getting more real now. @ankurdotio @sheryians_ #100DaysOfCode #NodeJS #MongoDB #Backend #BuildInPublic
Day 72/100 of #100DaysOfCode : DSA & Logic Building๐ Counting Bits!! ๐นIterated 0 to n to process each integer. ๐นUsed bitwise & with a mask to detect set bits. ๐นApplied bit shifting (<<) to scan all 32 bit positions. #BuildInPublic #LearnInPublic #DSA #Java #CodeNewBie #CODE
Day 92 #100DaysOfCode ๐ Started Tailwind CSS today! ๐จ โ Introduction & CLI setup โ Typography, Colors & Spacing โ Breakpoints (responsive!) โ Apply directive โ Built a Newsletter Card CSS without leaving HTML! ๐ฅ #TailwindCSS #ReactJS #WebDev #NodeJS #LearnInPublic
Day 13 ๐ Add + Edit working with one form ๐ฏ ๐ง Add job โป๏ธ Reused form โ๏ธ mode prop โ ๏ธ Issues: Prop flow, render bugs ๐ ๏ธ Fix: Trace flow, debug step-by-step ๐ก Learned: Reuse > duplicate UI = data-driven #100DaysOfCode #ReactJS
Iโm usually a quiet builder, but Iโve decided to start documenting my JavaScript journey. Iโm currently working through Jonas Schmedtmannโs course, but I like to push beyond the tutorials. This page is just a place for me to track my progress and stay consistent. #100DaysOfCode
Day 6/30 ๐ Started with React today โ๏ธ โ Setup environment โ Learned rendering โ Understood JSX basics Followed a tutorial by Bob Ziroll and started building along. Still early, but excited to go deeper ๐ญ Next โ Components #100DaysOfCode #ReactJS #BuildInPublic
Day 73 โ Merged two arrays into a sorted array โ Practiced .concat() + numeric sorting โ Reinforced array manipulation basics Clarity matters more than complexity Learning to trust the problem statement, not confusion #100DaysOfCode #BuildInPublic
Day 10 of my coding journey ๐ Today I learned list comprehension in Python ๐ป Instead of writing long loopsโฆ you can do it in one clean line. Example: squares = [x*x for x in range(5)] Cleaner code = better thinking ๐ง #100DaysOfCode #Python #Coding
Day 28 of #100DaysOfCode ๐งฉ Solved the LeetCode Daily Challenge โ Edit Distance (minimum edits between two strings). ๐ Also preparing for my internal exams, balancing coding and revision. ๐
Day 8/60 โ Built a Counter App ๐จ HTML + CSS + JavaScript all working together for the first time ๐ฅ count++ count-- count = 0 Three buttons. Real time updates. Smooth hover transitions. This is starting to feel like real development ๐ญ๐ช #100DaysOfCode #JavaScript #CodeNewbie
Day 22 โ File Organizer - Scans a target directory and sorts files into organized subdirectories based on configurable rules #30Days30Apps #100DaysOfCode #365DaysOfCode #BlackTechTwitter #SystemArchitect #SystemDesign github.com/PrincetonAfeezโฆ
Day 16 of DSA ๐ Longest Subarray with sum k โ Brute โ Better โ Optimal. Slowly building consistency... ๐ช #100DaysOfCode #DSA #Java
Built a live AI that called a judge's phone in 28 Hours Hacathone..! LIVE on stage โ spoke Hindi, understood their problem & generated a report. 24hrs. 4 people. 1 idea. PanchayatAI ๐ฎ๐ณ๐ฅ #Hackathon #BuildInPublic #100DaysOfCode @ApnacollegeX @ShradhaKhapra_ @TheOdinProject
Day 9 of #100DaysOfCode Mission 100 days Problem: Words Within Two Edits of Dictionary Topic: เฆเฆเฆเฆพ word เฆฅเงเฆเง maximum 2เฆเฆพ letter change เฆเฆฐเง เฆฏเฆฆเฆฟ dictionary เฆเฆฐ เฆเงเฆจเง word เฆฌเฆพเฆจเฆพเฆจเง เฆฏเฆพเฆฏเฆผ, เฆคเฆพเฆนเฆฒเง เฆเฆ query word เฆเฆพ answer-เฆ เฆฅเฆพเฆเฆฌเงเฅค #coding #programming #developers #webdevelopment #javascript
Built a real-time chat app using Node.js + Socket.IO ๐ Learned: โข WebSocket flow @ChaiCodeHQ @Hiteshdotcom @piyushgarg_dev #100DaysOfCode #NodeJS #WebDev
Day 73 of full stack ๐ Today I learned: ๐ What CORS actually is โ๏ธ How to fix CORS errors in Express ๐ก๏ธ Securing apps with Helmet.js That CORS error used to scare me. Not anymore ๐ค #100DaysOfCode #NodeJS #FullStack
Day 96 of #100DaysOfCode โ Post API ๐ธ Built post creation API for Instagram clone. โข Multer for file uploads โข Cloud-ready setup โข Focused on reading docs Understanding > memorizing. @ankurdotio @sheryians_ #100DaysOfCode #NodeJS #Backend #BuildInPublic
Something went wrong.
Something went wrong.
United States Trends
- 1. #EarthDay N/A
- 2. SPLC N/A
- 3. Texas N/A
- 4. Virginia N/A
- 5. Republicans N/A
- 6. Rocket Power N/A
- 7. #AllStars11 N/A
- 8. I-10 by 10 N/A
- 9. Spirit Airlines N/A
- 10. Crown Center N/A
- 11. Southern Poverty Law Center N/A
- 12. #LoveLeeJENODay N/A
- 13. Clayface N/A
- 14. Psylocke N/A
- 15. Charlottesville N/A
- 16. #CHAEverydaywithyou N/A
- 17. CatDog N/A
- 18. USA Today N/A
- 19. #์ฑ์์ด_์์ผ๊น์ง_Rush N/A
- 20. Miyamoto N/A