> ## Documentation Index
> Fetch the complete documentation index at: https://interview.anantapoudel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interview Preparation

A complete, structured, and in-depth preparation guide for **Full Stack Software Developers**.\
This repository is divided into tracks like : *Angular*, *React*, *.NET (C#)*, and *Node.js* — each containing everything you need to prepare for technical interviews confidently.

## Featured Frameworks

<Columns cols={2}>
  <Card title="Angular" icon="angular" iconType="duotone" href="/angular/index">
    Complete Angular roadmap — RxJS, Signals, Change Detection, Forms, DI, NgRx, Routing, Optimization.
  </Card>

  <Card title="React" icon="react" href="/react/index">
    Modern React developer guide — Hooks, Context, Redux Toolkit, React Query, Next.js, Performance, Testing.
  </Card>

  <Card title=".NET (C#)" icon="code" href="/dotnet/index.mdx">
    ASP.NET Core backend roadmap — EF Core, DI, Middleware, REST APIs, Microservices, Security.
  </Card>

  <Card title="Node.js" icon="node-js" href="/node/index.mdx">
    Node.js backend roadmap — Express, Auth, Prisma/Sequelize, Redis, Clustering, DevOps.
  </Card>
</Columns>

<Note>Designed for developers with Full Stack Software Developers, preparing for interviews.</Note>

## Learning Tracks

<Columns cols={1}>
  <Card title="Angular Developer Track" icon="pen-to-square" href="/angular/index">
    Master Angular 17+, Signals, RxJS, and enterprise patterns like NgRx, lazy loading, and scalable architecture.
  </Card>

  <Card title="React Developer Track" icon="pen-fancy" href="/react/index">
    Deep dive into React 19, Hooks, Redux Toolkit, Next.js, React Query, performance tuning, and testing.
  </Card>

  <Card title=".NET (C#) Developer Track" icon="terminal" href="/dotnet/index">
    Prepare for ASP.NET Core, EF Core, Web API, microservices, DI, and cloud deployment.
  </Card>

  <Card title="Node.js Developer Track" icon="recycle" href="/node/index">
    Focus on Node.js 22+, Express, TypeScript, REST APIs, JWT Auth, Redis, Docker, and deployment pipelines.
  </Card>
</Columns>

***

## What You’ll Learn Across All Tracks

<Card title="Core Skills" icon="book-open" horizontal>
  * Modern JavaScript & TypeScript mastery
  * REST & GraphQL API design principles
  * Security, authentication, and authorization
  * Scalable architecture (monolith → microservices)
  * Caching, background jobs, performance tuning
  * Automated testing (unit, integration, E2E)
  * CI/CD, Docker, and cloud deployment pipelines
  * Behavioral and system design interview prep
</Card>

***

## Need Inspiration?

<Card title="Explore Example Repositories" icon="stars" href="https://github.com/topics/fullstack-interview-prep">
  Browse curated examples and open-source projects to strengthen your learning.
</Card>
