Completed #100DaysOfWebDev .
Now focused on building and refining real frontend projects using React ⚛️ & Next.js.
Open to frontend internships and learning opportunities.⚡️
Day 02 — Done ✌️
Today I went through how the internet actually works — TCP/UDP, HTTP/HTTPS, status codes, proxies, VPNs, VS Code setup and all that nerdy stuff 😭🔥
Lowkey crazy how much is happening behind a simple Google search.
Feeling smarter already lol.
#100DaysOfWebDev
🚀Day 49 of #100DaysOfWebDev: practice over theory.
Built a small React project using `useState`, `useEffect`, and `useRef`.
- state for UI + forms
- effects for timers/data + cleanup
- ref for DOM and non-render values
#React#JavaScript
🚀 #100DaysOfWebDev – Day 3/100
Revised important CSS concepts today — almost done with CSS basics. 🎨
Excited to start learning Tailwind CSS tomorrow! ⚡
📂 Track my progress & code here: 👉github.com/itsamitshekhaw…
On track and pushing forward daily! 🌱✨
🌱 Day 2 of #100DaysOfWebDev
How ChatGPT works (simple view):
LLM = “brains” for text → uses tools (web search, image gen, etc.) when needed → a smart router decides which model/tool to call.
Think of a dhaba: the owner (router) takes your order and sends tasks to the right person - chef, tandoor, runner.
Same vibe here 🙂
🎥 Full video: youtu.be/Q5Kapzl2EkI#AI#WebDev
🌱 Day 1 of #100DaysOfWebDev
Starting a 100-day journey where I’ll post 1 web dev concept every day.
Day 1: Multi-tenancy
Think of it like an apartment 🏢 → private flats, but shared lift, water, and power.
That’s how apps like Slack, Shopify, Notion work -one system, many customers, isolated data.
🎥 Full video: youtu.be/ADTmCf-HZOY
Let’s learn together, one day at a time. 🙂
#100DaysChallenge#WebDev
✅Day 97 of #100DaysOfWebDev
Next.js SSG + Hydration with @100xDevs by @kirat_tw
• SSG → HTML built at build time
• Hydration → React makes static HTML interactive
• Without it → page looks fine but dead
• Watch: Date.now() causes hydration mismatch
#NextJS
✅Day 94 of #100DaysOfWebDev
Revision day with @100xDevs by @kirat_tw
• Next.js = full-stack in one place
• Client vs server fetch → SSR wins
• loading.tsx = smooth loaders
• API routes + signup flow
All stitched together 💡
#NextJS#ReactJS#100DaysOfCode
✅ Day 92 of #100DaysOfWebDev
Next.js backends + data fetching with @100xDevs by @kirat_tw
• Full-stack: same codebase for FE & BE
• No CORS, easier deployment
• React → client-side fetch = waterfalling
• Next.js → server-side fetch = faster + SEO
#NextJS#100DaysOfCode