#programmingjourney 搜尋結果
GM 🌞 The kitchen is hot today 🔥👨🏾🍳 I’m not frying rice… I’m cooking a web page 🖥️ Ingredients? A pinch of HTML 🍅 A dash of CSS 🧂 A sprinkle of JavaScript 🌶️ Stay hungry the dish will soon be served 🍽️💻 #WebDev #Frontend #ProgrammingJourney #CodeKitchen
👨🎓 Week 3 of my C++ journey! Explored advanced concepts — functions, templates, OOP, inheritance, constructors & operator overloading. Some topics were tough but fun to figure out. Each step’s making coding feel smoother & more logical! #Cpp #LearnToCode #ProgrammingJourney #Code




Today I worked on these LeetCode problems: 3Sum Remove Elements Remove Duplicates from Sorted Array For 3Sum, I initially used a brute force approach but was rejected due to time complexity issues. I had to watch a ytvideo to understand it. #LeetCode #ProgrammingJourney




Always remember that Consistency beats speed in coding. Slow down, learn right, and watch yourself grow. 🚀 #ProgrammingJourney #DevLife

🚀 139/160 ✅ Topological Sort 🔁 Learned how to order vertices in a DAG such that for every directed edge u → v, u comes before v in the ordering. Applied Kahn’s Algorithm using in-degrees & queues. #DSA #gfgstreaks2024 #ProgrammingJourney #CodingChallenge #gfg160

🎉 Day 99 of #100daysofcode 🎉 🧩 Today's highlights: 1️⃣ Shortest path in directed & undirected graphs 2️⃣ Island counting 3️⃣ Mastered topological sorting (Kahn's algorithm) 4️⃣ Cycle detection in graphs using BFS & DFS 🚀 #ProgrammingJourney #GraphAlgorithms

Expectations vs. Reality: The Coding Journey. We all imagine smooth coding but often face unexpected bugs !!! Embrace the challenges and keep learning... #CodingLife #ProgrammingJourney #CodeStruggles #LearnToCode #TechHumor #DeveloperLife #CodingCommunity

Today's tech study tip: Make coding a daily habit. Consistency is the key to mastering programming languages! #TechStudyTip #ProgrammingJourney

React Tip 💡 You can use conditions, switch statements, maps, and all sorts of other approaches to build UIs. Don't forget, React components are simply JavaScript functions that return JSX. . . . #web3 #ProgrammingJourney #codinglife #React #webdev #tips #webdesign #react

Day 75 of #100DaysOfCode 🚀 Diving deep into iterators in JavaScript and exploring the nuances between imperative and declarative programming! 💡 Every day is a step closer to mastering the art of coding. Keep pushing, keep coding! 💻🌟 #JavaScript #ProgrammingJourney
राम - राम coders🕉️ Day 59 of #100DaysOfCode 🚩 Today was all about pushing boundaries! 🚀 From conquering a challenging DSA question to mastering new JavaScript concepts, topped off with completing my seminar project report in just 1 hour! 💻💡 #CodeNewbie #ProgrammingJourney

👨🎓 Week 3 of my C++ journey! Explored advanced concepts — functions, templates, OOP, inheritance, constructors & operator overloading. Some topics were tough but fun to figure out. Each step’s making coding feel smoother & more logical! #Cpp #LearnToCode #ProgrammingJourney #Code




Day 19 of my #ProgrammingJourney! 🚀 Designed the basic chat page structure for our chat app using React & React Icons. Focused on clean, responsive design & smooth UX. Step by step toward a full-stack chat app! #ReactJS #WebDevelopment #FullStack #Coding

Recalling the moment my dad told me to create my own social network like Facebook, sparking my journey. What advice did someone share with you when you started programming? Let me know below! 💡 #TechMemories #ProgrammingJourney #Inspiration #tech

[31/08/2025] 🚀 Just completed the Complete Streamlit Course for Python Developers! by @Hiteshdotcom on @ChaiCodeHQ . Amazing how we can build powerful data apps with just a few lines of Python code. #BuildInPublic #LearningInPublic #ProgrammingJourney
![Ank17_Developer's tweet image. [31/08/2025]
🚀 Just completed the Complete Streamlit Course for Python Developers! by @Hiteshdotcom on @ChaiCodeHQ .
Amazing how we can build powerful data apps with just a few lines of Python code.
#BuildInPublic #LearningInPublic #ProgrammingJourney](https://pbs.twimg.com/media/Gzsn4TpbQAAZ70P.jpg)
🌟 Day 19 of #100daysofcode 🚀 Battled through a fever but conquered more DSA challenges on LeetCode & GeeksforGeeks! 🤒 Despite skipping dev study for health, the coding journey persists. 💪 #CodeWithCare #ProgrammingJourney #KeepCoding


Day 13 Found this gem while studying today! #100DaysOfCode #typescript #programmingjourney #destinyschild #saymyname

Three years into coding, and I just realized class names aren't keywords! 🙂 #Code #ProgrammingJourney

#Day15 of my C++ programming journey! Today's mission:mastering nesting of member functions Excited to dive deeper into the intricacies of object-oriented programming #ProgrammingJourney #LearningInProgress #CodingJourney #letsconnect #Connect #buildinpublic #Engineering #cpplus

Just hit an 801-Day Streak on @LeetCode! 🥳 Huge shoutout to @striver_79 for the constant motivation and top-notch DSA content. Big thanks to @tuf_striver for making a significant impact. 💪 #LeetCode #DSA #ProgrammingJourney

🚀 #Day9 of my C++ journey! Today marks a milestone as I dive into the fascinating world of arrays and pointers. 💻 Excited to explore these fundamental concepts and take my coding skills to the next level! 📈 #CPlusPlus #ProgrammingJourney #NeverStopLearning #LearnInPublic

Always remember that Consistency beats speed in coding. Slow down, learn right, and watch yourself grow. 🚀 #ProgrammingJourney #DevLife

Day 18 of #100DaysOfCode in #DSA 🌟 Today I learned insertion sort and solved a question on GeeksforGeeks 📷#ProgrammingJourney #GeeksforGeeks

Today I worked on these LeetCode problems: 3Sum Remove Elements Remove Duplicates from Sorted Array For 3Sum, I initially used a brute force approach but was rejected due to time complexity issues. I had to watch a ytvideo to understand it. #LeetCode #ProgrammingJourney




"Programmare è come risolvere un enigma senza fine: ogni linea di codice è un passo avanti verso la soluzione. Non arrenderti mai, perché ogni errore è solo un'opportunità per imparare e crescere come sviluppatore!" 💻🚀 #CodingMotivation #NeverGiveUp #ProgrammingJourney

Day 10 of my #CodingChallenge on LinkedIn: Diving deep into loops, breaking barriers with 'break' and 'continue', navigating with switches, and mastering the scope of variables! 💻🚀 #LearnToCode #ProgrammingJourney




🚀 139/160 ✅ Topological Sort 🔁 Learned how to order vertices in a DAG such that for every directed edge u → v, u comes before v in the ordering. Applied Kahn’s Algorithm using in-degrees & queues. #DSA #gfgstreaks2024 #ProgrammingJourney #CodingChallenge #gfg160

"Life feels like a loop—endless cycles of trying, failing, and trying again. But in code, loops hold power. They repeat until the job is done—or until you break free." Today’s deep dive into loops: notebooklm.google.com/notebook/9ffb3… #CodeLife #Loops #ProgrammingJourney

Jai Shri Ram 🙏❤ "🚀👩💻 Embarking on my #100DaysOfCode journey! 🎉 Day 1: Mastered storage classes & recursion, cracked tricky problems! 💡 Excited for the coding odyssey ahead! 💻✨ #CodeNewbie #ProgrammingJourney #TechEnthusiast" Shared few Q with u




🎉 Day 99 of #100daysofcode 🎉 🧩 Today's highlights: 1️⃣ Shortest path in directed & undirected graphs 2️⃣ Island counting 3️⃣ Mastered topological sorting (Kahn's algorithm) 4️⃣ Cycle detection in graphs using BFS & DFS 🚀 #ProgrammingJourney #GraphAlgorithms

Something went wrong.
Something went wrong.
United States Trends
- 1. Bears 90.2K posts
- 2. Jake Moody 13.9K posts
- 3. Happy Birthday Charlie Kirk 5,984 posts
- 4. Snell 24.8K posts
- 5. Bills 144K posts
- 6. Caleb 49.6K posts
- 7. Falcons 51.8K posts
- 8. phil 181K posts
- 9. Josh Allen 26.9K posts
- 10. Jayden 23.1K posts
- 11. #Worlds2025 18.3K posts
- 12. #BearDown 2,397 posts
- 13. Joji 31.6K posts
- 14. Swift 291K posts
- 15. Ben Johnson 4,467 posts
- 16. Turang 4,375 posts
- 17. #Dodgers 15.5K posts
- 18. Troy Aikman 6,639 posts
- 19. Roki 6,129 posts
- 20. #BeckyEntertainment 114K posts