#100daysofcode Suchergebnisse
Day 61 : Today I finished building a project using html, css and js. Excited to share it with you all✨ Keep striving ,keep thriving🚀 #100daysofcode #coding #letsconnect #buildinpublic #WebDev #neverstoplearning
Good morning builders ☀️💙 Let’s get me to 100 followers 🔥 Been sharing my dev + build-in-public journey every day, your support keeps me going 🙏 Every like, repost and follow helps the mission 💻✨ #100DaysOfCode #BuildInPublic
Day 11 of #100DaysofCode @Hiteshdotcom and @piyushgarg_dev 's web dev cohort log [ Objects, arrays, classes in javascript] Everyday getting 1% better and its great feeling.
✅ Day 124 of #100DaysOfCode Today i started learning real-time communication => explored long polling, server-sent events, and implemented a basic WebSocket server #learninpublic #buildinpublic
Day 1 of #100DaysOfCode After college: I worked on my 2nd freelance project (HTML, CSS, JS) — added more sections, footer, UI fixes, and linked all pages via navbar. Also started a new MERN project — Serenio, a meditation website. Set up dependencies today! #BuildInPublic
🔴 Day 100 #100daysofcode -Can't believe I've completed 100 days of coding!💪 -Today I learned about Primary key ,Auto_increment & Select in SQL.👩💻 -Created my own bands database to practice. -Solved React+JS problem to boost confidence.🚀 Excited for what's next!🚀
Day 5/100 of Code Today in JS I understood how browser handles updates, how elements react when interacted with, how time taken by code can be measured, how efficiently updating UI can improve performance also crossed 100 followers — grateful #BuildInPublic #WebDev #100DaysOfCode
Surviving till now (dsa+javascript) Javascript:(Functions ,hoisting,closure in js ,scope and high order function ) Dsa:(bubble sort) Gonna start ques practice soon... #100DaysOfCode #Frontend #buildinpublic #dsa #webdev
day 18 of learning to code > learned about PLCs > learned about types of errors, common syntax errors, debugging applications, and packaging applications in java > built JAR file for hello world application #100DaysOfCode #buildinpublic
Day 116: Getting a job in 8 months. - Solved 1 hard-level and 2 easy-level question on LeetCode. #100DaysOfCode #buildinpublic #DSA #Java
✅Day 77 #100DaysOfCode ☑️Attended college classes ☑️ Doing assignments ☑️worked on my project ☑️ NIMCET/CUET PG: Solved Maths DPPs
Day 33/100 of #100DaysOfCode ✅ Solved LeetCode POTD ✅ Continued learning TypeScript Went for a nice evening walk , perfect way to unwind for the weekend 😌 #100DaysOfCode #FrontendDev #TypeScript
Day 7/100 💤 Been locked in since morning. Eyes heavy, fingers tired, but the progress is real Built, debugged, shipped. Repeat Church calls tomorrow, but tonight I sleep knowing I showed up Consistency > intensity See you at Day 8 🔥 #100DaysOfCode #buildinpublic #devlife
Day 34/100 - #100DaysOfCode 🚀 Learned about 🤖 • AI Agents – how a JS app calls an LLM, gets a structured response, runs a tool/function & refines the output. • Agentic AI –AIs that can plan, decide & act on their own, not just predict text. #AI #LLM #WebDev @rohit_negi9
Prompt Moderation and Response Generation using an AI Service API Started learning how to integrate an Ai API service as a software developer. I used the free Openrouter ai #100daysofcode #letsconnect
Day 93 of #100DaysOfCode 🚀 I started working on an e-commerce website today. I: -created the project structure -started working on the UI of the homepage
Day 30 of Defence Challenge Topics covered :- Events in Javascript | Even and Event handler in Javascript Thank you sir so much 📷 #coderarmy #100DaysOfCode #WebDev #codingjourney @rohit_negi9 @adityatandon02
Python Programming for Beginners Link - amzn.to/4om3Wu0 #Python #100DaysOfCode #code #Coding #DataScientist #ML #AI #SoftwareEngineering #programming
Day 10 of #100DaysOfCode. I made a calculator. Coding is getting a wee bit easier ngl although I did struggle understanding some of the logic involved in this
Day 9 of #100DaysOfCode : a blind auction project. Essentially you input your name and bids, the data is then stored in a dictionary and the code checks which bidder had the highest bid and announces them the winner :D
Now as I build the website : - Taken the maximum amount of knowledge from this project :) - So I'm getting more deep or you can say getting more clear on fundamentals of node js - still a far way to go - also need to finish the goals before the year ends #100DaysOfCode
Day 1/30 of my Login/Signup Design Challenge! 🚀 Today's theme: CloudSync - A modern cloud storage platform Clean gradients, smooth animations, and that satisfying minimalist vibe ✨ #100DaysOfCode #WebDev #UIDesign
Day 1: Combination Sum II 🎯 Approach: Backtracking 🔁 Sort → Skip duplicates → Pick or skip each element 💡 Elegant recursive solution in O(2ⁿ) — finding all unique combinations that sum to target 🎯 #100DaysOfCode #LeetCode #Java #CodingChallenge
Day 16 of #100DaysOfCode 🚀 – Hands-on ML with Scikit-Learn Wrapped up theory and started the practical phase today! 🔹 Filled missing data using SimpleImputer 🔹 Encoded categories with OneHotEncoder 🔹 Scaled features using StandardScaler #LearnInPublic #Python #MachineLearning
Day 47 of #100DaysOfCode Solved LeetCode Problem 70 – Climbing Stairs 🪜 Understood how this problem is connected to the Fibonacci sequence and implemented it using Dynamic Programming for optimized performance. Achieved 0 ms runtime (💯% faster than other C++ submissions)!
#100daysofcode - Round two - Learning python 🐍 Day 124 I feel like I've been kinda slacking off these past few days. Time to lock in and get it together So let's gooooooooooo 🚀🚀🚀
Day 33 — JS Loops & Condition Practice 🚀 🟢 1 → 10 print 🔁 Reverse loop (10 → 1) 2️⃣ Print even numbers 📣 Print “YES” × 5 ➕/+ Check positive or negative 🗳️ Check voting eligibility ✖️ Table of 5 ⚠️ Edge case handling w/ if-else Reps = Mastery 💯 #JavaScript #100DaysOfCode
Day 24 🔹Learned some basics of the Pandas library . 🔹Created Series from tuples & dictionaries, built a DataFrame from a dictionary, and explored it using built-in functions like head() and tail(). #100DaysOfCode #Python #Pandas #Zigbee
Day 23 🔹Today I learned how to create random number arrays, concatenate arrays, and perform horizontal & vertical stacking in NumPy.Also got introduced to the Pandas library — excited to explore data manipulation! 🐼💻 #100DaysOfCode #zigbee
Day 04 : Best Time to Buy and Sell Stock ✅ Solved one of the most popular DSA problems today. Learnt how to track minimum prices and maximize profit efficiently using a single pass (O(n)). #100DaysOfCode #DSA #ProblemSolving
Day 59 of #100DaysOfCode 🚀 Jumped into MongoDB today — NoSQL world unlocked! 🗝️ Learned: 📦 Installed MongoDB 💻 Mongo Shell basics 🧠 How data is stored in Mongo 📁 Documents vs Collections Feels exciting to move from SQL tables to JSON-style docs 🔥 #MongoDB #Backend #WebDev
Day 01 of #100DaysOfCode 1 Nov 2025 Topics I covered today: Intro to JS var, let & const Data types Memory management Operators The journey has begun #Buildinpublic #javascript
A beginner journey on leetcode (some day solve 3/2 prob but some day not). that's why i'm more into progress instead of perfection #100DaysOfCode
Day 61 : Today I finished building a project using html, css and js. Excited to share it with you all✨ Keep striving ,keep thriving🚀 #100daysofcode #coding #letsconnect #buildinpublic #WebDev #neverstoplearning
🔴 Day 100 #100daysofcode -Can't believe I've completed 100 days of coding!💪 -Today I learned about Primary key ,Auto_increment & Select in SQL.👩💻 -Created my own bands database to practice. -Solved React+JS problem to boost confidence.🚀 Excited for what's next!🚀
Day 11 of #100DaysofCode @Hiteshdotcom and @piyushgarg_dev 's web dev cohort log [ Objects, arrays, classes in javascript] Everyday getting 1% better and its great feeling.
Day 5/100 of Code Today in JS I understood how browser handles updates, how elements react when interacted with, how time taken by code can be measured, how efficiently updating UI can improve performance also crossed 100 followers — grateful #BuildInPublic #WebDev #100DaysOfCode
Day 1 of #100DaysOfCode 🧑💻 Starting strong with a Marathon Tracker App 🏃♂️ • Built this App to track my runs as I train for a marathon next month. • Simple, clean UI helps me stay consistent and visualise daily progress. #buildinpublic #coding #running
Surviving till now (dsa+javascript) Javascript:(Functions ,hoisting,closure in js ,scope and high order function ) Dsa:(bubble sort) Gonna start ques practice soon... #100DaysOfCode #Frontend #buildinpublic #dsa #webdev
Day 116: Getting a job in 8 months. - Solved 1 hard-level and 2 easy-level question on LeetCode. #100DaysOfCode #buildinpublic #DSA #Java
Good morning builders ☀️💙 Let’s get me to 100 followers 🔥 Been sharing my dev + build-in-public journey every day, your support keeps me going 🙏 Every like, repost and follow helps the mission 💻✨ #100DaysOfCode #BuildInPublic
Day 7/100 💤 Been locked in since morning. Eyes heavy, fingers tired, but the progress is real Built, debugged, shipped. Repeat Church calls tomorrow, but tonight I sleep knowing I showed up Consistency > intensity See you at Day 8 🔥 #100DaysOfCode #buildinpublic #devlife
Day 33/100 of #100DaysOfCode ✅ Solved LeetCode POTD ✅ Continued learning TypeScript Went for a nice evening walk , perfect way to unwind for the weekend 😌 #100DaysOfCode #FrontendDev #TypeScript
💻Day 16 of #100DaysOfCode Started JavaScript (Part 2) today — • Used console.log() for debugging • Linked JS externally • Learned Template Literals & Operators • Studied Comparisons & Conditionals • Practiced with if statements #JavaScript #WebDevelopment #CodingJourney
day 18 of learning to code > learned about PLCs > learned about types of errors, common syntax errors, debugging applications, and packaging applications in java > built JAR file for hello world application #100DaysOfCode #buildinpublic
✅ Day 124 of #100DaysOfCode Today i started learning real-time communication => explored long polling, server-sent events, and implemented a basic WebSocket server #learninpublic #buildinpublic
Every bug you fix is a step closer to mastery. Every error message is a teacher in disguise. Keep showing up, keep building, keep learning. #100DaysOfCode #DevCommunity #BuildInPublic #Coding #Programming #LearnInPublic #Developer
Day 69 of my #100DaysOfCode challenge!🚀 ✅Problem no. --> 496 ,503 #LeetCode #DSA #buildinpublic #developing #DevCommunity
Day 1 of #100DaysOfCode After college: I worked on my 2nd freelance project (HTML, CSS, JS) — added more sections, footer, UI fixes, and linked all pages via navbar. Also started a new MERN project — Serenio, a meditation website. Set up dependencies today! #BuildInPublic
Day 34/100 - #100DaysOfCode 🚀 Learned about 🤖 • AI Agents – how a JS app calls an LLM, gets a structured response, runs a tool/function & refines the output. • Agentic AI –AIs that can plan, decide & act on their own, not just predict text. #AI #LLM #WebDev @rohit_negi9
Something went wrong.
Something went wrong.
United States Trends
- 1. Dodgers 721K posts
- 2. World Series 380K posts
- 3. World Series 380K posts
- 4. Yamamoto 224K posts
- 5. Blue Jays 121K posts
- 6. Will Smith 51.1K posts
- 7. Miguel Rojas 43.9K posts
- 8. Yankees 16K posts
- 9. Kershaw 36.9K posts
- 10. Baseball 167K posts
- 11. Kendrick 18.2K posts
- 12. Vladdy 22.7K posts
- 13. Dave Roberts 14.5K posts
- 14. jungkook 330K posts
- 15. #Worlds2025 28.1K posts
- 16. Carlos Manzo 285K posts
- 17. Ohtani 90K posts
- 18. Jeff Hoffman 3,901 posts
- 19. Mets 11.6K posts
- 20. Cubs 7,808 posts