Filter
Exclude
Time range
-
Near
πŸš€ Day 47: 153. Find Minimum in Rotated Sorted Array Back to binary search fundamentals today. This one reminded me that the key is not finding a target, but finding the boundary. #100DaysOfCode #100daysofcodechallenge #LeetCode #Grind75
2
27
#Day92 of #100DaysOfCodeChallenge Solved Binary Tree and hashing-based problems today. β€’ Symmetric Tree β€’ Find the Length of the Longest Common Prefix Day 92 done βœ… #100DaysOfCode #LeetCode #DSA #Java
3
12
#Day91 of #100DaysOfCodeChallenge Solved multiple Binary Tree and traversal problems today. β€’ Same Tree β€’ Invert Binary Tree β€’ Binary Tree Postorder Traversal β€’ Binary Tree Inorder Traversal β€’ Binary Tree Preorder Traversal Day 91 done βœ… #100DaysOfCode #LeetCode #DSA
2
33
Day 25/100 of #100DaysOfCode πŸš€ Advanced Python: -Concurrency vs Parallelism -GIL (Global Interpreter Lock) -Threads & Locks in depth -Multiprocessing with Queue & Value -Asyncio, Event Loop, Coroutines & await -Mixing Threads with Asyncio -Asyncio Multiprocessing -Daemon vs Non-Daemon Threads -Race Conditions, Deadlocks, Debugging & Profiling #Python #AsyncIO #Multithreading #Multiprocessing #Concurrency #Parallelism #OperatingSystems #BackendDevelopment #SoftwareEngineering #CodingJourney #LearnInPublic #OpenSource #100DaysOfCodeChallenge
Day 24/100 of #100DaysOfCode β†’ Raised a PR today β†’ Started learning #FastAPI β€” clean, fast, and type hints just click β†’ Explored #Python frames & how sys.settrace exposes them as objects #BuildInPublic #CodeNewbie #LearnInPublic #DevCommunity
2
4
151
#Day90 of #100DaysOfCodeChallenge Solved multiple hashing and array-based problems today. β€’ Isomorphic Strings β€’ Find All Duplicates in an Array β€’ Majority Element II Day 90 done βœ… #100DaysOfCode #LeetCode #DSA #Java
1
2
16
#Day88 of #100DaysOfCodeChallenge Solved multiple array, hashing, and heap-based problems today. β€’ Valid Anagram β€’ Container With Most Water β€’ Relative Sort Array β€’ Kth Largest Element in an Array Day 88 done βœ… #100DaysOfCode #LeetCode #DSA #Java
2
19
#Day86 of #100DaysOfCodeChallenge Solved multiple stack-based. β€’ Min Stack β€’ Largest Rectangle in Histogram β€’ Next Greater Element I β€’ Validate Stack Sequences β€’ Count Symmetric Integers β€’ Sum of Squares of Special Elements β€’ First Matching Character From Both Ends #DSA
2
9
πŸš€ Day 46: 141. Linked List Cycle I've resumed my routine for working on algorithms because I've been feeling unfulfilled with AI app development lately🫨 Let's go back to analog. #100DaysOfCode #100daysofcodechallenge #LeetCode #Grind75
3
59
#Day85 of #100DaysOfCodeChallenge Solved multiple array-based problems today. β€’ Apply Operations to an Array β€’ Minimum Absolute Difference Between Two Values β€’ The kth Factor of n β€’ Remove Duplicates from Sorted Array Day 85 done βœ… #100DaysOfCode #LeetCode #DSA #Java
2
15
Day 80 of #100DaysOfCodeChallenge Submitted my first pull request for Joomla! Proposal: Picked a small issue to contribute first & highlighted Node.js Express MongoDB experience Local Setup: XAMPP (PHP, Apache, MySQL) PHP extensions gd, sodium, ldap, zip
1
2
57
Day 75 of my #100DaysOfCodeChallenge Today I worked on: β€’ Handling invalid ID errors β€’ Handling duplicate key errors β€’ Handling Mongoose validation errors β€’ Handling unhandled rejections & uncaught exceptions globally Also spent a good amount of time debugging my
1
2
14
#Day84 of #100DaysOfCodeChallenge Solved a classic array problem today. β€’ Median of Two Sorted Arrays Merge two sorted arrays using the two-pointer approach and compute the median based on total length. Day 84 done βœ… #100DaysOfCode #LeetCode #DSA #Java #Arrays
1
2
18