Day 1 of switching from a Lala company to Google 🚀
Today’s grind:
• Revised Java fundamentals
• Practiced OOPs concepts
• Revisited Collections Framework
Small consistent steps every day.
Goal = Product-based MNCs & MAANG 💻🔥
#Java#100DaysOfCode#SoftwareEngineer#Google
Learning Redux today 🧠⚡
Finally understanding how predictable state management works — one single store, pure reducers, and actions flowing in one direction.
State → Action → Reducer → Store → UI 🔁
Small steps. Big progress. 🚀
#Redux#React#WebDevelopment#JavaScript
I used Context to avoid prop drilling — but today I dug deeper into how it actually works.
It’s not just “global state.”
It’s more like a smart subscription system where components re-render only
Still learning. Still building.
#React#FrontendDevelopment
🧠 Java Revision Day!
Brushed up core concepts today — diving into 🔹methods & their types (abstract, static, instance), 🔹access modifiers, and 🔹basic syntax essentials.
Also solved a few problems to strengthen fundamentals 💻
#Java#CodingJourney#100DaysOfCode#DevLearning