#programmingjourney resultados da pesquisa
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
๐ Congratulations to Sania Sultana from Shri Siddhartha Institute of Technology! ๐๐ป #ProgrammingJourney #CareerSuccess #Inspiration #DreamJob #ITCareer #CareerLaunch #TrainingAndPlacement #ProudMoment #ShriSiddharthaInstituteOfTechnology
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
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
Today's tech study tip: Make coding a daily habit. Consistency is the key to mastering programming languages! #TechStudyTip #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
Day 4๏ธโฃ โ C++ grind continues Learnt about loops โ for, while, and do-while. Realized loops are the true power move in coding โ repeat tasks, reduce redundancy, and automate logic effortlessly. ๐ C++ makes repetition feel elegant. ๐ป #Cplusplus #100DaysOfCode #ProgrammingJourney
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 7 #100DaysOfCodeโ Learning and exploring more about Data Structures โ and honestly, itโs fascinating! ๐คฉ #coding #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
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 13 Found this gem while studying today! #100DaysOfCode #typescript #programmingjourney #destinyschild #saymyname
๐ 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
#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
Three years into coding, and I just realized class names aren't keywords! ๐ #Code #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
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
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 18 of #100DaysOfCode in #DSA ๐ Today I learned insertion sort and solved a question on GeeksforGeeks ๐ท#ProgrammingJourney #GeeksforGeeks
"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
๐ 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
Something went wrong.
Something went wrong.
United States Trends
- 1. StandX 5,065 posts
- 2. Aidan Hutchinson 4,126 posts
- 3. #NationalCatDay 2,159 posts
- 4. Huda 21.3K posts
- 5. FOMC 36.5K posts
- 6. South Korea 147K posts
- 7. #SpaceMarine2 N/A
- 8. NBA Street N/A
- 9. #wednesdaymotivation 4,747 posts
- 10. Mandy 16.5K posts
- 11. Hump Day 19.8K posts
- 12. Brad Holmes N/A
- 13. Jay Z 8,818 posts
- 14. Good Wednesday 34.2K posts
- 15. Happy Hump 12.3K posts
- 16. Marcedes Lewis 1,129 posts
- 17. #wednesdayvibe 2,407 posts
- 18. Olandria 34.8K posts
- 19. #MAYATVAWARDS2025 1.77M posts
- 20. Glorilla 6,733 posts