Skip to content

Instantly share code, notes, and snippets.

View carefree-ladka's full-sized avatar
🏠
Working from home

Pawan Kumar carefree-ladka

🏠
Working from home
View GitHub Profile
@carefree-ladka
carefree-ladka / Frontend System Design Interview Guide (RADIO Framework).mdx
Created March 5, 2026 16:13
Frontend System Design Interview Guide (RADIO Framework)
@carefree-ladka
carefree-ladka / SDE-2 Frontend System Design Interview Prep.MDX
Created March 5, 2026 14:27
SDE-2 Frontend System Design Interview Prep

SDE-2 Frontend System Design Interview Prep

A structured weekend checklist for mastering large-scale UI system design interviews. Focus: Think in systems, not just code.


Table of Contents

  1. How to Structure Your Answer
@carefree-ladka
carefree-ladka / React Rendering Strategies.mdx
Last active March 5, 2026 05:01
React Rendering Strategies

React Rendering Strategies

In React and frontend system design interviews, rendering strategy means how HTML is generated and delivered to the browser. Choosing the right strategy directly impacts SEO, performance, interactivity, and cost.


Table of Contents

  1. Quick Reference
  2. Client Side Rendering (CSR)
@carefree-ladka
carefree-ladka / Backend for Frontend (BFF) Pattern.mdx
Created March 4, 2026 03:49
Backend for Frontend (BFF) Pattern

Backend for Frontend (BFF) Pattern

A comprehensive guide to the BFF architectural pattern — what it is, why it exists, and how companies like Netflix use it to power multi-device experiences at scale.


Table of Contents

  1. What is the BFF Pattern?
  2. The Problem BFF Solves
@carefree-ladka
carefree-ladka / Web Performance, Security & Accessibility - Interview Ready Guide.mdx
Created March 3, 2026 14:48
Web Performance, Security & Accessibility - Interview Ready Guide
@carefree-ladka
carefree-ladka / Frontend System Design: Scalability & Performance.mdx
Created March 3, 2026 10:50
Frontend System Design: Scalability & Performance

Frontend System Design: Scalability & Performance

A structured interview reference guide covering scalability, asset optimization, and performance — organized by topic with theory, code snippets, and polished answer templates.


Table of Contents

  1. What "Scalability" Means in Frontend
  2. Scalability Dimensions
@carefree-ladka
carefree-ladka / Dynamic Programming Solutions in Java.mdx
Created February 28, 2026 15:48
Dynamic Programming Solutions in Java
@carefree-ladka
carefree-ladka / Spring Internals: From `new` to IoC Container.mdx
Created February 28, 2026 14:01
Spring Internals: From `new` to IoC Container
@carefree-ladka
carefree-ladka / Blind 75 LeetCode Java.mdx
Created February 28, 2026 01:28
Blind 75 LeetCode in Java