A client needed a pitch deck demo that would stop investors mid-scroll.
So I built a real-time ICU heart monitor β fully animated, running live in the browser.
Powered by React JS + @Lovable β‘
DMs open π
#ReactJS#LovableAI#Frontend#PitchDeck
@akshaymarch7 So many students aren't afraid of hard work β they're afraid of choosing the wrong thing to learn. The fear of falling behind has become more exhausting than the learning itself.
You're writing if-else chains to switch between payment methods. Tomorrow PM says "add UPI". You touch 200 lines of code. One wrong edit breaks prod at 2am.There's a better way. Strategy Pattern fixes this permanently. π§΅
if (type==='card'){...}
else if (type==='upi'){...}
else if (type==='wallet'){...}
// 3 months later: 600 lines of this garbage
β After:
paymentService.process(new UPIStrategy())
New method = new file. Old code untouched. PM happy. You happy.
Building ResumeForge AI
Spent 100+ hrs formatting resumes. No more.
Building an AI resume builder that:
β Analyzes job descriptions
β Optimizes for ATS
β Live PDF preview
β Cover letter generation
Tech: Next.js 14, Claude AI, TypeScript
#BuildInPublic#AI#NextJS
Hey @X algorithm,
I'm looking to #connect with the people who are interested in :
- System design
- Full stack
- Freelancing
- Startup
If you're one of these, drop a "hi" !
State Normalization in Redux eliminates nested updates hell. Flatten your state like a DB: entities by ID, relationships by reference. Update one place, reflect everywhere. No more spreading 5 levels deep.
#Redux#StateManagement#React#WebDevelopment
@Tulasinath0118 True β the choice really comes down to state complexity and coupling.
useReducer shines when multiple pieces of state must change together or when transitions follow clear actions, but useState is still perfect for small, independent values where reducers would just add ceremony.
Excited to start my journey of learning #Go today! π I'll be sharing daily updates, insights, and code snippets as I progress. Follow along with #GoWithAkash to see my growth! π»π #30Daysofcode#GoDeveloper