Built a scalable autocomplete search in React: covering debounce, caching, race conditions, and keyboard navigation🔥
Wrote about the architecture here:
https://t.co/A9YwwkrgaF
The architecture -> optimized, UX and performant. let me know your thoughts on this.
#javascript
Normalizing state in the frontend isn’t over-engineering. It’s how you avoid duplicate data, reduce bugs, and make updates predictable💡.Think of your UI state like a database:
single source of truth > nested chaos.
Refer: https://t.co/swfUGcr5SQ
#WebDev#FrontendDev#DevTwitter
Just an update!! I’m building a ML project using Spacy, scikitlearn, FastAPI, and frontend on React. The core idea is to build an expense tracker app with automatic expense detection using emails and auto populate the spend in app.
How’s the idea?
#WebDevelopment#buildinpublic
@AjioCares@AJIOLife still after raising the complaint so many times and contacting your customer care didn’t resolved the issue. Have been a frustrating experience so far. Will advice everyone to avoid buying from AJIO.
@AjioCares@AJIOLife One of the most irritating experience so far in shopping, have ordered sliders from AJIO, got it a size shorter. So raised return request. It’s been 9 days and the return hasn’t been picked up yet. They daily allocate rider to pick up but he refuses.
Spent weeks untangling linked lists — from reversing them to detecting cycles and merging nodes.
Then came binary search patterns: rotated arrays, kth elements, peak finding… brutal but worth it.
Now it all finally clicks.
Close to trees. 🌳
#DSA#CodingJourney#100DaysOfCode
@The_Americat3@itsneilhere_@BowesChay Come on dumb f!ck. If you had enough smart minds in your country, why would you import talent from outside the country. Most big tech firms have an Asian CEO. That’s what you have to live with. Also, good luck with your onlyfans.👍🏻
Revised stacks and basic patterns related to it. It’s amazing to see multiple ways you can store data using data structures in such a way that you need only O(n)/O(1) TC to perform particular actions which could have costed you a big performance issue.
#buildinpublic#DSA#WebDev
DSA is not just about practising questions blindly. It takes strategic approach to master patterns and thorough revision as well. Keep grinding.
#buildinpublic#tech#coding#programming
Working on a finance tracker application tracking finances dynamically without having to manually type each transaction. Finalising the architecture now.
Bucket sort is fancy but is better in certain circumstances and constraints. Like if you have control over how many items are bucketed, the range is limited or predictable. Otherwise it’s a nightmare 🤖
#DataStructures#Algorithms#DSA#Coding#TechTwitter#Programming
Hot take:
Frontend dev isn’t getting easier, it’s just getting more abstract. Every new tool hides complexity, but you still need to understand the mess underneath when things break👾.
#WebDev#Frontend#DevThoughts#JavaScript#TechTwitter