tsr_tushar111 Profile Banner
Tushar Bhoge Profile
Tushar Bhoge

@tsr_tushar111

Followers
20
Following
82
Media
54
Statuses
120

Full Stack Development | Freelancer | Doing #100DaysOfCode | Building in Public

Pune, Maharashtra
Joined November 2023
Don't wanna be here? Send us removal request.
@tsr_tushar111
Tushar Bhoge
3 months
💯 I'm officially committing to the #100DaysOfCode challenge!. For the next 100 days, I’ll build projects, sharpen my skills, and document my journey in public — right here in this thread. 🎯 Goal: Build consistency, grow as a developer. 📌 Daily updates below 👇. #BuildInPublic.
4
0
6
@tsr_tushar111
Tushar Bhoge
1 day
Day 91 & 92 of #100DaysOfCode.📌 Revised theoretical concepts of React.js from an interview perspective. #ReactJS #Frontend #100DaysOfCode.
0
0
0
@grok
Grok
2 days
Join millions who have switched to Grok.
103
185
1K
@tsr_tushar111
Tushar Bhoge
4 days
Day 90 of #100DaysOfCode.📌 Revised remaining JavaScript core concepts:.Functions and their behavior in different scenarios.Event Loop.Callback Queue & Microtask Queue.JS Engine and its working.#JavaScript #WebDevelopment #100DaysOfCode
Tweet media one
1
0
4
@tsr_tushar111
Tushar Bhoge
4 days
Day 89 of #100DaysOfCode.🔄 Revised JavaScript core concepts:.Execution Context.Hoisting.Lexical Environment.Closures.#JavaScript #WebDev #100DaysOfCode.
1
0
3
@tsr_tushar111
Tushar Bhoge
6 days
Day 88 of #100DaysOfCode.✅ Learnt about Min Stack.🔹 First implemented using pair (val, min_val) → O(2N) space.🔹 Then optimized using a single mini variable with update formula when mini < actual value.#DSA #Stack #Java #100DaysOfCode #PlacementPrep.
1
0
1
@tsr_tushar111
Tushar Bhoge
7 days
Day 86 & 87 of #100DaysOfCode.✅ Solved LeetCode problems including Trapping Rain Water and more.🚀 Improving problem-solving skills with practice.#LeetCode #DSA #100DaysOfCode #Java #PlacementPrep
Tweet media one
1
0
3
@tsr_tushar111
Tushar Bhoge
10 days
Day 84 & 85 of #100DaysOfCode.📘 Learnt Infix, Prefix & Postfix Notations.🔄 Practiced conversions between them.💡 Strengthened understanding of expression evaluation.#DSA #Java #Stack #100DaysOfCode #PlacementPrep.
1
0
3
@tsr_tushar111
Tushar Bhoge
11 days
Day 83 of #100DaysOfCode.📘 Learnt Stack & Queue Data Structures.⚡ Implemented:. • Stack & Queue using ArrayList & LinkedList. • Stack using Queue & Queue using Stack.✅ Solved Valid Parentheses problem on LeetCode.#DSA #Java #Stack #Queue #LeetCode.
1
0
2
@tsr_tushar111
Tushar Bhoge
12 days
Day 81 & 82 of #100DaysOfCode.Watched Kunal Kushwaha’s Tree lectures.🌳 Learnt deeper concepts:. • Types of Trees. • Time & Space Complexity analysis in detail.#DSA #Java #Trees #100DaysOfCode #PlacementPrep.
1
0
1
@tsr_tushar111
Tushar Bhoge
14 days
Day 80 of #100DaysOfCode.Solved some more Trees LeetCode problems today 🌳.#DSA #Java #100DaysOfCode #LeetCode.
1
0
3
@tsr_tushar111
Tushar Bhoge
15 days
Even on my laziest days, #100DaysOfCode made me show up. Now I’m almost at Day 100… and I’m hungrier than ever to cross that finish line. 🔥💻. Currently on 80th day.
0
0
1
@tsr_tushar111
Tushar Bhoge
15 days
Day 79 of #100DaysOfCode.✓ Solved tree problems: Height of Tree & Check if Tree is Balanced 🌳.✓ Realized strong recursion imagination is key here 🔄.✓ Restarted with recursion basics & planned to solve dedicated recursion problems.#DSA #Java #PlacementPrep #Trees #Recursion.
1
0
3
@tsr_tushar111
Tushar Bhoge
16 days
Day 78 of #100DaysOfCode.✓ Learnt Tree Data Structure fundamentals 🌳.✓ Studied traversal techniques and their code:. • DFS – Inorder, Preorder, Postorder. • BFS – Level Order Traversal.#DSA #Java #PlacementPrep #100DaysOfCode #Trees #DFS #BFS
Tweet media one
1
0
3
@tsr_tushar111
Tushar Bhoge
18 days
Day 77 of #100DaysOfCode.✓ Solved some classical Java problems.✓ Earned a 4⭐ badge 🎯.#Java #DSA #PlacementPrep #100DaysOfCode #ProblemSolving
Tweet media one
1
0
2
@tsr_tushar111
Tushar Bhoge
18 days
Day 76 of #100DaysOfCode.Yesterday:.✓ Earned Intermediate SQL certificate on HackerRank by clearing the skills test.✓ Practiced complex SQL queries involving JOIN, GROUP BY, and HAVING.✓ Revised key database concepts for placement prep.#SQL #Database #PlacementPrep
Tweet media one
1
0
1
@tsr_tushar111
Tushar Bhoge
19 days
Day 75 of #100DaysOfCode.Continued my problem-solving streak by working on more string-related challenges. Solved:.✓Length of Last Word.✓Reverse Words in a String.✓Length of Longest Substring (applied the sliding window pattern).And many more .
Tweet media one
1
0
0
@tsr_tushar111
Tushar Bhoge
20 days
Day 73 & 74 of #100DaysOfCode. Built and polished my resume. Solved several String-related problems to sharpen problem-solving skills. Took a certification test on HackerRank to validate my skills.
1
0
0
@tsr_tushar111
Tushar Bhoge
22 days
Day 71 & 72 of #100DaysOfCode. Revised all core Java concepts and practiced MCQs to strengthen fundamentals. Switched gears and started with aptitude prep, began with Quantitative topics. Balancing technical + aptitude for placement prep. #Java #Aptitude #PlacementPrep #DSA.
1
0
1
@tsr_tushar111
Tushar Bhoge
24 days
Day 70 of #100DaysOfCode.Continued with binary search and tackled a variety of classic problems:.✓Search Insert Position.✓Floor and Ceil in a Sorted Array.✓First and Last Occurrence.✓Count Occurrences.✓Search in a Rotated Sorted Array.BS is much more than just midpoint logic
Tweet media one
1
0
1
@tsr_tushar111
Tushar Bhoge
25 days
Day 69 of #100DaysOfCode.Solved arrays medium-level problems. Learnt some powerful techniques like:.✓Dutch National Flag Algorithm.✓Moore’s Voting Algorithm.✓Kadane’s Algorithm.Also solved binary search variations like upper and lower bound.
Tweet media one
1
0
2
@tsr_tushar111
Tushar Bhoge
26 days
Day 68 of #100DaysOfCode.Solved 10 more array problems, explored smart techniques like the XOR method and two-pointer approach. Also started recognizing when to use data structures like Set and Map for optimal solutions. #DSA #Java #ProblemSolving #PlacementPrep
Tweet media one
1
0
3