Filter
Exclude
Time range
-
Near
Day 88 of POTD 🚀 1115/1115 test cases passed ✅ Min Heap doing its magic again! Learning one pattern at a time and getting sharper 💯 Thanks @geeksforgeeks 👨‍💻 #DataStructures #CodingDaily #DSA #Consistency #Tech
3
23
Day 4 ✅ Solved today’s @geeksforgeeks POTD — Happiest Triplet. Nice mix of sorting smart comparison. Small problem, big brain workout. Streak continues 🔥 #GeeksforGeeks #POTD #DSA #CodingDaily #campusmantri
3
45
Day 10: Learned how to use sets in Python to remove duplicates and compute averages! Python makes it easy to handle unique data — efficiency simplicity! #100DaysOfCode #Python #CodingDaily #DataStructures #LearnPython #SetInPython #CodeNewbie #PythonJourney
2
11
🧵 Day 13 Today I explored CSS animations the hover effect — and it was 🔥 I created a dynamic div that transforms when hovered: ✨ Changes color 📏 Grows in size 🔵 Morphs into a circle ⏱️ Loops infinitely with smooth transition #Frontend #CSS #WebDev #DevJourney #CodingDaily
3
15
Day 4: Mastered Python's "switch-case" with dictionaries, handling insert, append, remove, sort, and more. List operations are becoming smoother, logic is clicking faster, and confidence is building step by step. #Day4 #100DaysOfCode #CodingDaily #LearnToCode #HackerRank
3
20
Day 266 | GFG POTD ✅ Staying consistent with problem-solving. One day, one problem — building logic, speed, and confidence. 💻⚙️ #GeekStreak2025 @geeksforgeeks #GFGPOTD #DSA #ProblemSolving #CodingDaily #BuildInPublic #DeveloperJourney
3
55
Day 116 File handling in Java — explored reading & writing to files ✨ Mini project — made a little progress on the cat photo app 🐾 #100DaysOfCode #Java #FileHandling #FrontendDev #WebDevJourney #CodingDaily #WomenInTech #LearningInPublic #30NitesOfCode codedex.io/community/30-nite…
3
34
9 Nov 2025
Day 6/100 of #WebDev 🚀 I Covered these topics today🔥 🔹 Flex Box 🔹 Justify Content 🔹 Intro CSS #GRID 🔹 Practice Project(Login Page) 💡 Takeaway: Small steps every day become big results👍 #100DaysOfCode #LearnInPublic #Codingdaily #CodingChallenge #Coding #MERN
2
1
12
320
#Day 47/100 #100DaysOfCode Problem Solved :(LeetCode 71) Simplify Path Time Complexity: O(n) Space Complexity: O(n) #Java #LeetCode #CodingDaily #DSA #CodeWithLogic #100DaysOfCode #javadeveloper
4
31
Day 42: Valid Parentheses (Leetcode #20) Concept used → Stack 🧱 ➤ Push opening brackets ➤ Pop when matching closing found ➤ Empty stack = Valid ✅ Runtime: 0ms ⏱️ 📘 Code here: github.com/anchal-dev/Leetco… #Day42 #DSA #CPP #CodingDaily #TechLearning #LeetCode #ProblemSolving
9
1
84
1,977
#Day 43/100 #100DaysOfCode Problem Solved :Path Sum (LeetCode 112) Approach : Recursive logic: If node is null → return false. If leaf node → check if target == node value. Else → call recursively on left or right with (target - node value). Time Complexity: O(N) Space Complexity: O(H) - H refer to height #Java #LeetCode #CodingDaily #DSA #BinaryTree #Recursion #CodeWithLogic #100DaysOfCode #javadeveloper
4
43
#Java Tip — Day 5: Clone Arrays the Smart Way Instead of looping manually to copy arrays, use the built-in methods for clean and efficient code 👇 int[] nums = {1, 2, 3, 4, 5}; // Clone using built-in methods int[] copy1 = nums.clone(); int[] copy2 = Arrays.copyOf(nums, nums.length); int[] copy3 = Arrays.copyOfRange(nums, 1, 4); // copies 2,3,4 ✅ Why this matters: Faster and less error-prone than manual copying clone() keeps the same type copyOfRange() gives you flexibility to take slices #JavaTips #Day5 #LearnJava #CodingDaily #ArrayTips #JavaDeveloper #CodeSmart
2
31
24 Oct 2025
Day 2 – Dev Vlog 🚀 Crushed 6 Neetcode challenges and tackled 4 LeetCode problems Practiced Golang with hands-on unit tests Watched My Hero Academia (anime break) Biggest win: Launched FontPeek—my first Chrome extension! (font detector, browser tool, web dev project) #developerjourney #DSA #LeetCode #Neetcode #Golang #ChromeExtension #WebDev #AnimeBreak #MyHeroAcademia #CodingDaily #Productivity #LaunchDay #TestDrivenDevelopme #FontPeek #ChromeExtension #FontDetection #WebDev #BrowserTools #FirstLaunch #GitHubRelease #DevJourney #CodingDaily
4
214
🧬 Solved #LeetCode 187: Repeated DNA Sequences 💻 Sliding through 10-letter substrings to catch duplicates in a DNA string 🧪 leetcode.com/problems/repeat… Would love to hear if you have other approaches or optimizations! 🔄 #codingdaily #DSA
1
51
Today i did: ° revised leetcode questions ° revised complete core java ° gave mock interview ° applied anonymously #buildinpublic #womenintech #codingdaily #coding
2
2
50
🗓️Day 82/100 #100DaysOfCode with @GeeksforGeeks 🚀 #MongDB in #WebDev ✅Replication and Sharding #BinaryTree in #DSA ✅Left, Right & Top View (Using DFS & BFS) 🔗Course Link: geeksforgeeks.org/nation-ski… #skillupwithgfg #nationskillup #100DaysOfDSA #geeksforgeeks #gfg #codingdaily
1
23
139
Day-27 Attendance marked Today's topics ✨ 1)for each loop 2) filter and it's internal implementation 3)map 4) reduce 3) set Thank you bhaiya @rohit_negi9 #codingdaily
1
1
6
151
113 days of #codingdaily Today i learned about Routing✅ #CONNECT #WebDev
5
11
457
13 Oct 2025
Today's #Leetcode #POTD Solved using simple loop and sorting of words. Easy problem. Let's #Connect #CodingJourney #codingdaily #Coding #CodingChallange
2
7
227
🗓️ Day 25 of #DSA in Java Recursion meets Strings today! ✔️ Palindrome check ✔️ Reverse a string ✔️ Subsequences of a string Progress may be small, but small steps lead to big results 🚀 #Java #Recursion #DSA #CodingDaily
3
24