#programmingjourney search results
Day 35 of my #ProgrammingJourney: Solved 5 DSA problems today ✅ Linked list's syntax feels natural. Big win: getting comfortable with JS class-based syntax, super useful in real-world dev. Feeling confident 💻🚀 #JavaScript #DSA #Coding #WebDev #LinkedList
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
🎉 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
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
Today's tech study tip: Make coding a daily habit. Consistency is the key to mastering programming languages! #TechStudyTip #ProgrammingJourney
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
🌟 Congratulations to Sania Sultana from Shri Siddhartha Institute of Technology! 🎓💻 #ProgrammingJourney #CareerSuccess #Inspiration #DreamJob #ITCareer #CareerLaunch #TrainingAndPlacement #ProudMoment #ShriSiddharthaInstituteOfTechnology
Loops in Java | Iterations | while | do-while | for | for-each Subscribe to BITBEE Youtube at : youtube.com/channel/UC3IPD… #JavaLoops #ProgrammingJourney #LearnToCode #CodingLife #JavaProgramming #ProgrammingTutorial #CodeNewbie #TechSkills #DeveloperLife #CodingCommunity
Still Googling “how do I learn to code”? Try this instead 👇 The first step isn’t Googling: it’s doing. #100DaysOfCode #DevCommunity #CodingBootcamp #Javascript #AI
Want to learn programming with a twist? Dive into an open-source library you know and explore its source code at your own pace. No pressure to understand every line, just a casual approach. Each piece you untangle is a practical lesson and a boost to your confidence.
Level up your Java skills with practical algorithms that just make sense. Ace interviews, crush coding challenges. ⭐ 2.7K • 🍴 655 • Java github.com/algorithmzuo/a…
講座の受講生さんからご感想を頂きました。 ここから先はアプリを作れば作るほどレベルアップしていきますので、是非、思いついたアイデアをどんどん形にしていってくださいね。 これからもアプリ開発を楽しんでいきましょう! #プログラミング初心者 #プログラミング学習
Learn to face every problem at the beginning. A) What are the inputs? B) What are the desired outputs? Programming is simply getting from A to B.
Once you understand this cycle: have an idea try writing some code figure out why it doesn't match the idea modify the idea repeat you are now a programmer. Welcome to one of the most misunderstood but fun clubs you could possible join :)
First programming experience: writing machine code. They learned assembly language, created a microprocessor project, and unexpectedly landed a systems job doing the same thing years later. #AssemblyLanguage #Coding
my journey is simple: golang + java + rust. then go heavy on database & design. i really do not want to complicate things for my life.
🎄 Great start to Session 1 of our Ignite Programming Pathway today! Teachers explored sequence, debugging and evidence-informed approaches to teaching coding — all with a festive twist (LEDs, Scratch projects, mince pies… the lot). Roll on Session 2 in March. 🚀💡
If you're starting your coding journey, here’s the simple roadmap I wish I had on day one: • Learn the fundamentals (variables, loops, data structures) • Choose one beginner-friendly language • Build small projects from the start • Use Git to track your progress • Join…
Mastery in programming is truly a journey. How do reader insights shape your personal growth in this domain? 🌟 #ProgrammingJourney
This Blog Will Make You Love Coding Again ❤️ youtube.com/shorts/GMMsPqv… via @YouTube
youtube.com
YouTube
This Blog Will Make You Love Coding Again
講座の受講生さんからご感想を頂きました。 1つ目のオリジナルサービスの完成おめでとうございます! 入口から出口まで一通り経験することで、理解が深まります。 この調子でスキルアップしていきましょう! #プログラミング初心者 #プログラミング学習
Advent of code is here, if you started programming recently or want to learn a new programming languages, do give it a try. adventofcode.com
Why your brain hates switching programming languages (even if you’re an experienced developer) 🧵 #Programming #CodingTips #SoftwareDevelopment #ContinuousLearning #LearnToCode
Day 35 of my #ProgrammingJourney: Solved 5 DSA problems today ✅ Linked list's syntax feels natural. Big win: getting comfortable with JS class-based syntax, super useful in real-world dev. Feeling confident 💻🚀 #JavaScript #DSA #Coding #WebDev #LinkedList
🌟 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
#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
🚀 #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
Three years into coding, and I just realized class names aren't keywords! 🙂 #Code #ProgrammingJourney
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
Day 18 of #100DaysOfCode in #DSA 🌟 Today I learned insertion sort and solved a question on GeeksforGeeks 📷#ProgrammingJourney #GeeksforGeeks
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
Always remember that Consistency beats speed in coding. Slow down, learn right, and watch yourself grow. 🚀 #ProgrammingJourney #DevLife
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
🚀 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
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
Something went wrong.
Something went wrong.
United States Trends
- 1. World Cup 229K posts
- 2. Paraguay 23.4K posts
- 3. FINALLY DID IT 426K posts
- 4. The Jupiter 96.9K posts
- 5. Croatia 18.6K posts
- 6. Brazil 65.6K posts
- 7. Argentina 195K posts
- 8. Portugal 84.3K posts
- 9. #USMNT 1,256 posts
- 10. Matt Campbell 9,921 posts
- 11. Infantino 59.6K posts
- 12. Group L 13.3K posts
- 13. Ghana 68.4K posts
- 14. Senegal 40.3K posts
- 15. Norway 28.5K posts
- 16. Wayne Gretzky 3,660 posts
- 17. Lauryn Hill 10.4K posts
- 18. Iowa State 8,410 posts
- 19. Warner Bros 217K posts
- 20. #Mundial2026 31.9K posts