Sumit Bopche
98 posts

Sumit Bopche
@sumitbopche01
Software Engineer | Building scalable apps with Python, Go, & React | Sharing deep dives on code & AWS | DM for collabs! #WebDev
Toronto, Ontario Katılım Aralık 2014
112 Takip Edilen49 Takipçiler

[Day 11] Smart Invest 🎯 Performance optimization day!
Fixed a critical bug where AI Explanation was re-rendering on EVERY websocket tick 😱
✅ Optimized watchlist component performance
#BuildInPublic #ReactJS #WebSockets #PerformanceMatters #100DaysOfCode #algotrade #Fintech


English

[Day 10] Smart Invest
Transformed a cluttered AI panel into a clean tabbed interface!
- AI Signals
- AI Explanation
- Options Flow
React pattern: Keep tab state local when it doesn't need to be global. useState > Redux.
#buildinginpublic #Finance #100DaysOfCode #algotrading
English

[Day 9] Smart Invest
Today, tested AI analysis in live market data 📈
✅ It held up under market pressure
❌ Still not fast enough
❌ UI needs some attention
Speed and UX enhancements are on the way!
#100DaysOfCode #algotrading #fintech
English

[Day 8] Smart Invest
1/3 🔥 Built a production AI trading system that processes real-time market data + options flow + news sentiment to generate high-conviction trading signals.
#buildinginpublic #algotrading #fintech #100DaysOfCode
English

@codelysticX Thank you! The key breakthrough was identifying redundant useEffect calls across chart components. Consolidated 15+ hooks into 3 strategic ones. Also implemented React.memo selectively - not everywhere, just where profiling showed actual impact. Real-world testing is everything.
English

@sumitbopche01 Shipping a major performance update that makes smartinvest 60% faster is fantastic—optimized React rendering and efficient hooks show real engineering skill. Impressive progress!
English

[Day 7] building smartInvest
Major performance update shipped today.
The trading platform now runs 60% faster with optimized React rendering and consolidated useEffect hooks. CPU utilization has significantly reduced.
#buildinginpublic #100DaysOfCode #Finance
English

[Day 6] SmartInvest
Spent time refactoring the Charts component. The live websocket data is rendering correctly, but the historical data from the API isn’t displaying yet.
The news section is shaping up really well and proving to be very useful.
#buildinpublic #100DaysOfCode
English

[Day 5] building SmartInvest ✨
UI polish and usability wins.
Moved category selector under articles; 2‑column article grid
Fixed chart overlay overlap; tighter spacing and responsiveness
#buildinpublic #fintech #100DaysOfCode


English

I just published Mastering State in React: A Complete Guide to Redux, from First Principles to Modern Patterns medium.com/p/mastering-st…
#WebDevelopment #reactjs #redux
English

Hey @cursor_ai — the “Call tool” dialog makes long JSON/commands hard to review (no wrap, small input). Details in Issue github.com/cursor/cursor/…

English

7/8 Facade/Proxy: Next.js API routes proxy the backend for historical data, so the frontend never handles broker auth. Client services wrap Socket.IO with a tiny, consistent API. Smaller blast radius, better tests.
English

[Day 4] building SmartInvest ✨
1/8 Just wrapped a deep dive on my trading app’s architecture + compliance. Solid foundations, clean abstractions, and a clear runway to scale. Notes on design patterns I’m using :
#buildinginpublic #Trading #Fintech
English

