Filter
Exclude
Time range
-
Near
How to Practice Coding Daily Build coding skills through consistent practice. Learn smarter. Code better. Grow faster. brollyacademy.com JNTU Metro Station, Hyderabad 91 81868 44555 #CodingPractice #LearnCoding #ProgrammingSkills #SoftwareDevelopment #ProblemSolving
13
Usiogope kazi ama #ProgrammingSkills😢! Zaidi na kunakili data iliyoandaliwa, zana muhimu unahitaji kwanza, ni kujiamini! Hakuna elimu ya shule inayohitajika #HapaUjanjaTu 🤷‍♂️! 5021.tips/ujanja/eepromwork Usitarajie kufundishwa, but mwenyewe #ProgrammingTips #5021tips #ecu #diy #ict
2
Math✅ ProgrammingSkills✅ Curiosity✅ = YOUr Ph.D. position: - Mechanistic Interpretability by-design in Neural-Network-based #LLMs - Injecting Neuro-symbolic #NLP Capabilities in Neural-Network-based #LLMs Join the #MeMolution! #EACL2026 humancentricart.github.io/va…
1
4
118
Develop Expertise in Software, Programming, and Innovation — Study an MCA (Master of Computer Applications). #MCA #MasterOfComputerApplications #ComputerScience #SoftwareDevelopment #ProgrammingSkills #TechCareers #CodingLife #ITEducation #Edubex #Onlinelearning #AmritaAhead
1
2
11
Today’s T-Class covered core programming concepts from Compatibility to Functions From Compatibility to Functions, building strong programming fundamentals step by step 🚀 Grateful for the learning journey 🙌 #Learning #ChaiCode #Cohort #LearnInPublic #Cohort26 #ProgrammingSkills
1
47
324
12 Oct 2025
✅Day 9 of #100DaysOfCode 🖊️Focus: Cont. Object-Oriented Programming in Java 🔹Shallow & Deep Copy 🔹Inheritance & Polymorphism 🔹Method Overloading & Overriding 🔹Abstraction, Abstract classes #Java #DSA #CodingJourney #ProgrammingSkills #LearnToCode #programmer
11 Oct 2025
✅ Day 8 of #100DaysOfCode 🖊️ Focus: OOP in Java 🔹 Classes & Objects 🔹 Constructors & this Keyword 🔹 Access Modifiers 🔹 Encapsulation Basics 📁 GitHub Day 8 code: github.com/HarshPatil1012/Ja… #Java #DSA #buildinpublic
1
1
148
10 Oct 2025
🚀Day 6 of #100DaysOfCode 🔸Revisiting topics and practiced on : Arrays, 2d Arrays, Sorting Algorithms, Strings Full Post : x.com/Harsh_Patil10_/status/… #Java #DSA #CodingJourney #ProgrammingSkills #LearnToCode #programmer

9 Oct 2025
✅ Day 6 of #100DaysOfCode ⚙️Practiced : 🔸Trapping Rainwater, Kadane’s Algorithm 🔸Staircase Search (Matrix Search) 🔸Longest Common Prefix, String Compression Sharpening concepts learned from @ApnacollegeX 📂Day 6 Code: github.com/HarshPatil1012/Ja… #Java #DSA #Coding #Programmer
2
23
3 Oct 2025
✅Day 1 of #100DaysOfCode 🖊️Revisited Java DSA fundamentals: 🔹Loops 🔹Conditionals 🔹Functions 🎯Tomorrow: Diving into arrays! Check out my Day 1 code: github.com/HarshPatil1012 #Java #DSA #CodingJourney #ProgrammingSkills #TechGrowth #LearnToCode
1
4
75
6 Sep 2025
💼 Code Quest – Day 23 Mission: Find the average salary while ignoring the lowest & highest salaries. Tech: Use min & max element and sum up the rest → divide Result: Clean solution with O(n) time complexity and float point handling #LeetCode #Cplusplus #DSA #Programmingskills
7
59
6 Sep 2025
🤖 Code Quest – Day 22 Mission: Count the odd numbers between two given numbers (inclusive). Tech: Use math → (high - low)/2 plus a check if either boundary is odd. Result: Efficient O(1) solution, no loops needed ✅ #LeetCode #Cplusplus #DSA #Programmingskills
6
41
4 Sep 2025
0⃣Code Quest – Day 21 Mission: Set all elements in same row & column to zero if an element is zero. Tech: Use two boolean flag to mark if the first row and column need to be zeroed out. Result: The matrix is correctly updated in-place #LeetCode #Cplusplus #DSA #Programmingskills
9
48
3 Sep 2025
🤖 Code Quest – Day 20 Mission: Print all elements of a matrix in spiral order. Tech: Use boundaries (top, bottom, left, right) → move layer by layer in a loop. Result: Matrix unwrapped in a perfect spiral ✅ #LeetCode #Cplusplus #DSA #Programmingskills
5
53
31 Aug 2025
🤖 Code Quest – Day 17 Mission: Find the customer with maximum wealth from a bank account matrix. Tech: Sum each row → track the max. Result: Max wealth returned 💰✅ #LeetCode #Cplusplus #DSA #Programmingskills
7
40
30 Aug 2025
🤖 Code Quest – Day 16 Mission: A robot moves on an infinite plane with instructions G (go), L (left), R (right). Tech: Track (x, y) position current direction → instructions Result: Returns to origin or changes direction → Bounded #LeetCode #Cplusplus #DSA #Programmingskills
6
45
29 Aug 2025
🎮 Code Quest – Day 15 Mission: Two players A & B play Tic Tac Toe on a 3×3 grid. Who wins, or is it a draw? Tech: Track rows, columns & diagonals → 1 for A, -1 for B Result: A wins ✖ | B wins 〇 | All filled, no winner → Draw 🤝 #LeetCode #Cplusplus #DSA #Programmingskills
3
38
28 Aug 2025
🤖 Code Quest – Day 14 Mission: A robot moves on a 2D plane. Can it return back to its origin (0,0) after move? Tech: Track x, y → increment/decrement on each move → check if (0,0) at the end. Result: Input: "UD" Output: true #LeetCode #Cplusplus #DSA #Programmingskills
6
49
26 Aug 2025
🔡 Code Quest – Day 12 Mission: Convert all uppercase letters in a string to lowercase. Tech: Simple traversal → apply tolower() → rebuild the string. Result: "Hello" → "hello" | "LOVELY" → "lovely"✅ #LeetCode #Cplusplus #DSA #Programmingskills
1
8
63
25 Aug 2025
🧮Code Quest - Day 11 Mission: Find the length of the last word in a string. Tech: A single pass through the string from right to left to count non-space characters. Result: "Hello World" → 5 ✅ | " fly me to the moon " → 4 ✅ #LeetCode #Cplusplus #DSA #Programmingskills
6
69
23 Aug 2025
📐 Code Quest – Day 9 Mission: Check if an array can be rearranged into an Arithmetic Progression. Tech: Sort → calculate common difference → validate consecutive elements. Result: [3,5,1] → true ✅ | [1,2,4] → false ❌ #LeetCode #Cplusplus #Programmingskills
7
38