Saloni (@saloni_who) 's Twitter Profile
Saloni

@saloni_who

CSE’26 | Fullstack dev | Sharing my coding journey, tech insights & resources | Passionate about building cool stuff

ID: 1874837409244004353

linkhttps://github.com/Saloni1707 calendar_today02-01-2025 15:17:42

74 Tweet

91 Followers

153 Following

Saloni (@saloni_who) 's Twitter Profile Photo

Hey ! I've heard so much about 'Cracking the Coding Interview' 📚. Has anyone read or used it to prep for interviews? Drop your thoughts below! #Coding #JobPrep

Hey ! I've heard so much about 'Cracking the Coding Interview' 📚. Has anyone read or used it to prep for interviews? Drop your thoughts below! 

#Coding #JobPrep
Saloni (@saloni_who) 's Twitter Profile Photo

Day 61 - 65 >>> 1.Web dev - Working on finishing and enhancing my undeployed project hope to deploy them by this weekend ! 2. DSA - Revised core algorithms (Moore’s voting , sliding window , practiced Q’s based on each concept) (p.s - working on a new project in Nextjs )

Saloni (@saloni_who) 's Twitter Profile Photo

~ Worked on understanding how to extract structured data from unstructured data using OCR ~ Optical Character Recognition using Tesseract though looking for more better ways as this isn't optimal (p.s - Here I am trying to extract the structured data from doctors prescription)

Saloni (@saloni_who) 's Twitter Profile Photo

Day 66 - 68 >>> Web dev -Worked on the backend to store the images of the doctors prescription in cloudinary & then to mongodb + worked on UI :) (p.s ~ On my way! to implement required features for the project)

Saloni (@saloni_who) 's Twitter Profile Photo

Day ~ 70 >>> working on sending notifications based on the date & time set to take the medication (p.s - currently using resend api to send mails notifications & twilio to send sms notifications)

Day ~ 70 >>> 
working on sending notifications based on the date & time set to take the medication 
(p.s - currently using resend api to send mails notifications & twilio to send sms notifications)
Saloni (@saloni_who) 's Twitter Profile Photo

Day 71 - 77 >>> 1. Tried building todo UI interface in flutter, focused on understanding what are widgets the file structure. 2. Attended clg for a week submission szn started (p.s - I’ve never worked with flutter before & have always wanted to see how everything works in it)

Day 71 - 77 >>> 

1. Tried building todo UI interface in flutter, focused on understanding what are widgets the file structure.
2. Attended clg for a week submission szn started 
(p.s - I’ve never worked with flutter before & have always wanted to see how everything works in it)
Saloni (@saloni_who) 's Twitter Profile Photo

Hey ! it’s time to get back on track , I’ll be learning & grinding more than before and land a job within 6 months ! I’ll be posting all my progress here it’s time to lock in … (~ let’s do this we will all win one day , slowly ! )

Saloni (@saloni_who) 's Twitter Profile Photo

DSA grind >>> Solved Linked List reversal using recursion! & The key is in the base case and updating the next pointers. Here's my thought process along with the dry run. What's your go-to method for this problem- iterative or recursive? #DSA #CodingJourney

DSA grind >>>

Solved Linked List reversal using recursion! & The key is in the base case and updating the next pointers.
Here's my thought process along with the dry run.
What's your go-to method for this problem-
iterative or recursive?
#DSA #CodingJourney
Saloni (@saloni_who) 's Twitter Profile Photo

Linked list question >>> Solved Removing the nth node from end of list && Delete the middle node of the LL using slow & fast pointers.

Linked list question >>>
Solved Removing the nth node from end of list &&
Delete the middle node of the LL using slow & fast pointers.
Saloni (@saloni_who) 's Twitter Profile Photo

Git under the hood ~ dived deeper into the internal workings of Git how it tracks the changes across files ~ git hash object (creates a blob with SHA-1 hash content focused) ~ git cat-file ( reads these object contents) ~ git write-tree && clone is the most interesting bit

Guillermo Rauch (@rauchg) 's Twitter Profile Photo

Same foundation whether you have 1 user or 1B users 📂 app ├ 📄 layout.tsx └ 📄 page.tsx 📂 styles └📄 globals.css 📄 next.config.ts 📄 tsconfig.json 📄 package.json

Saloni (@saloni_who) 's Twitter Profile Photo

DSA Questions >>> 1. Trapping Rain Water using 2-pointer approach 2. Sum of Subarray Minimums using stack ( calculated distance to previous smaller & next smaller -> sum of min)

DSA Questions >>>
1. Trapping Rain Water using 2-pointer approach 
2. Sum of Subarray Minimums using stack ( calculated distance to previous smaller & next smaller -> sum of min)
Saloni (@saloni_who) 's Twitter Profile Photo

Solved DSA questions >>> 1. Sliding Window Maximum (by storing indices in deque ) 2. Online Stock Span 3. Revised Linked List

Solved DSA questions >>>
1. Sliding Window Maximum (by storing indices in deque )
2. Online Stock Span
3. Revised Linked List