@kreeti1210
Nothing here yet.
Nothing here yet.
Nov 10, 2025 · 1 min read · As I was preparing for frontend interviews, I realized that one of the trickiest concepts to explain clearly is memoization in React, especially when it comes to optimizing re-renders. So I created this visual to simplify how these three tools work t...
Join discussion
Aug 18, 2025 · 5 min read · Imagine you're BENJAMIN who is just hired by a law firm PEARSON HARDMAN. Their goal? To integrate AI into their internal systems so that legal documents, case files, and client information can be retrieved effortlessly - just by asking a question. I ...
AAbhishek commented
Aug 15, 2025 · 5 min read · Ever chatted with ChatGPT and wondered how it knows what tone to use or how deep to go? That magic comes from prompting — the art of telling an LLM (Large Language Model) what you want and how you want it. Let’s break it down in a way that’s fun, vis...
Join discussion
Jul 29, 2025 · 4 min read · Picture this: your frontend needs to render a blog post with its author's name and other authored posts. With a RESTful setup, that typically means: GET /blog/:id GET /author/:id GET /author/:id/blogs That’s three API calls just to render one vi...
Join discussion