ashwindotcom Profile Banner
Ashwin Narendra Bhanage Profile
Ashwin Narendra Bhanage

@ashwindotcom

Followers
41
Following
165
Media
79
Statuses
216

Graduate in '25, Posting for tech info

Pune, India
Joined January 2024
Don't wanna be here? Send us removal request.
@ashwindotcom
Ashwin Narendra Bhanage
1 month
I’m starting the #90DaysOfCode journey inspired by @akshaymarch7’s video:. For the next 90 days, I’ll code daily, stay consistent, and post progress here. Let’s build discipline and skills together. #BuildInPublic #DevJourney #90DaysOfCoding.
0
0
3
@ashwindotcom
Ashwin Narendra Bhanage
18 hours
I know its late but need focused POV.✅Day 44/90:.🧠 LC Grind:.• Remove Duplicates from Sorted List – iterate & skip duplicate nodes. • Reverse Linked List – pointer reversal in-place. Challenge by @akshaymarch7 🔥. #90DaysOfCoding #LeetCode #LinkedList #DSA #ProblemSolving.
0
0
4
@ashwindotcom
Ashwin Narendra Bhanage
2 days
Got any good resources for understanding the sliding window problem??? It's Confusing man!!!. ✅Day 43/90:.🧠 LC Grind:.• Permutation in String – sliding window + freq count. 🛠️ Project:.Built a Task CLI in Python (JSON storage). Challenge by @akshaymarch7 .#90DaysOfCode #DSA.
0
0
0
@ashwindotcom
Ashwin Narendra Bhanage
3 days
✅Day 42/90:.🧠 LC Grind:.• Count # of Nice Subarrays – prefix_map method is hard to understand + bruteForce.• Jewels and Stones – HashSet lookup. • Remove Trailing Zeros From a String – strip() logic. Challenge by @akshaymarch7.#90DaysOfCoding #LeetCode #DSA.
0
0
2
@ashwindotcom
Ashwin Narendra Bhanage
4 days
✅Day 41/90:.🧠 LC Grind:.• 2037. Find Closest Person – track min abs distance while scanning seats. • 1374. Generate String With Characters That Have Odd Counts – fill with 'a's, adjust last char for odd freq. Challenge by @akshaymarch7 🔥.#90DaysOfCoding #LeetCode #DSA.
0
0
2
@ashwindotcom
Ashwin Narendra Bhanage
5 days
✅Day 40:.1 LC, deep dive mode 🧠.• Median of Two Sorted Arrays. - The question was HARD one. Finding pattern was the final goal. - Brute Force method was easy but the concept of partition of the list and implementing BS was good. Challenge : @akshaymarch7 .#90DaysOfCode #DSA.
0
0
2
@ashwindotcom
Ashwin Narendra Bhanage
6 days
✅Day 39/90:.Stayed consistent with LC grind 💪. 🧠 LC Grind:.• 981. Time Based Key-Value Store.• 3231. The Two Sneaky Numbers of Digitville. Challenge by @akshaymarch7 🔥. #90DaysOfCoding #LeetCode #DSA #DevCommunity #HashMap #BinarySearch.
0
0
3
@ashwindotcom
Ashwin Narendra Bhanage
7 days
solving lc questions are good but. confidence matter. Thanks to @TeamShiksha and @sunnykgupta for the DSA bunnies and help from the community. Solve first ever HARD question with understanding . #TeamShiksha.
0
1
5
@ashwindotcom
Ashwin Narendra Bhanage
7 days
✅Day 38/90:. LC Grind:.• 33. Search in Rotated Sorted Array.• 154. Find Minimum in Rotated Sorted Array II.Project Focus:.Explored ideas for Python-based projects – chatbots. Challenge by @akshaymarch7 🔥. #90DaysOfCoding #LeetCode #Python #DevCommunity #DSA #ProblemSolving.
0
0
3
@ashwindotcom
Ashwin Narendra Bhanage
8 days
✅Day 37/90:.Great grind today!.LC Grind:.• 3232. Find if Digit Game Can Be Won.• 153. Find Minimum in Rotated Sorted Array. Project Focus:.Brushing up React & JS fundamentals. Challenge by @akshaymarch7 🔥. #90DaysOfCoding #LeetCode #ReactJS #JavaScript #DevCommunity #Frontend.
0
0
1
@ashwindotcom
Ashwin Narendra Bhanage
8 days
0
0
0
@ashwindotcom
Ashwin Narendra Bhanage
8 days
🚀 Just completed the TailwindCSS Keyboard Assignment from @mannupaaji !. 🧠 Learnt:.• TailwindCSS utility mastery.• Smooth transitions, key glow effects.• Custom layout & hover animations. Github - Ashwinbh-28/maanupaaji-keyboard-assignment.Live Demo -
4
0
3
@ashwindotcom
Ashwin Narendra Bhanage
9 days
✅Day 34/90:.Light day for studying and understanding. 🔁 Revised: Python data structures (sets, dicts, lists). 🧠 LC Grind:.• 380. Insert Delete GetRandom O(1) – tough but rewarding!.Challenge by @akshaymarch7 🔥. #90DaysOfCoding #LeetCode #Python #DSA #DevCommunity #ShowingUp.
3
0
5
@ashwindotcom
Ashwin Narendra Bhanage
10 days
🧠 What I learned:.• Real-world use of AI prompts .• End-to-end SaaS logic: input → process → output .• State management with Zustand .• No-backend architecture using Puter.js (as a beginner) .• UX > Just working features (Simple & clean).• Clean code = better scalability.
0
0
0
@ashwindotcom
Ashwin Narendra Bhanage
10 days
✅ What I built in CandidAI (AI Resume Analyzer):. • Resume upload + PDF preview.• Job description input.• ATS score + AI analysis using GPT/Claude.• Clean UI with React, Tailwind, Zustand.• Serverless backend via Puter.js.
1
0
0
@ashwindotcom
Ashwin Narendra Bhanage
10 days
✅ Day 35/90.LC Grind:.• Same Color Chessboard Squares.• Longest Consecutive Sequence. Project:.• Done Resume Analyzer — live!.Try: Code: Challenge By @akshaymarch7 .#90DaysOfCode #LeetCode #DSA #DevCommunity.
Tweet card summary image
github.com
Contribute to Ashwinbh-28/CandidAI development by creating an account on GitHub.
1
0
2
@ashwindotcom
Ashwin Narendra Bhanage
11 days
✅Day 34/90.Today's LC Grind:.• Percentage of Letter in String.• Rotate Image. Project:.• Worked on resume summary section and explored component-based structuring. Challenge by @akshaymarch7. #100DaysOfCode #LeetCode #dsa #showingup #DevCommunity.
0
0
2
@ashwindotcom
Ashwin Narendra Bhanage
12 days
✅Day 33/90.Today's LC Grind:.• Longest Substring Without Repeating Characters.• N-Repeated Element in Size 2N Array.Project:.• No update today — focused on mastering string and frequency logic.Challenge by @akshaymarch7.#90DaysOfCoding #LeetCode #DSAF #showingup #DevCommunity.
0
0
1
@ashwindotcom
Ashwin Narendra Bhanage
12 days
RT @Bhuvneshdot: Important Message for All Job Seekers, Read This Carefully. When people like @ankushdharkar , @sunnykgupta , @Hiteshdotco….
0
3
0
@ashwindotcom
Ashwin Narendra Bhanage
12 days
2023 mein CS ke 3rd year tak ek line bhi code nahi likhi thi. YouTube scroll karte karte Guruji ki live stream mil gaya. Itna relatable laga ki coding start kar di. Sahi bolte hai, jab teacher se connect ho jaaye na, padhai padhai nahi lagti. Happy Birthday @Hiteshdotcom 🎉 ❤️.
0
0
0