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

# Backend

> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

## Languages

<CardGroup cols={2}>
  <Card title="PHP" icon="php" color="#30346F" href="https://php.net/">
    A popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
  </Card>

  <Card title="Ruby" icon={<img src="/logo/ruby.svg" alt="Ruby Logo" />} href="https://ruby-lang.org/en/">
    A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
  </Card>

  <Card title="Java" icon={<img src="/logo/java.svg" alt="Java Logo" />} href="https://en.wikipedia.org/wiki/Java_(programming_language)">
    Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.
  </Card>

  <Card title="Python" icon={<img src="/logo/python.svg" alt="Python Logo" />} href="https://python.org/">
    Python is a high-level, interpreted programming language known for its readability, simplicity, and wide range of applications.
  </Card>

  <Card title="Go" icon={<img src="/logo/golang.svg" alt="Go Logo" />} href="https://go.dev/">
    Go is an open source programming language that makes it simple to build secure, scalable systems.
  </Card>
</CardGroup>

## Frameworks

<CardGroup cols={2}>
  <Card title="Laravel" icon={<img src="/logo/laravel.svg" alt="Laravel Logo" />} href="https://laravel.com/">
    Laravel is a PHP web application framework with expressive, elegant syntax. We've already laid the foundation — freeing you to create without sweating the small things.
  </Card>

  <Card title="Django" icon={<img src="/logo/django.svg" alt="Django Logo" />} href="https://djangoproject.com/">
    The web framework for perfectionists with deadlines.
  </Card>

  <Card title="Flask" icon={<img src="/logo/flask.svg" alt="Flask Logo" />} href="https://flask.palletsprojects.com/en/3.0.x/">
    Flask is a lightweight and flexible web application framework for Python, known for its simplicity and ease of use.
  </Card>

  <Card title="FastAPI" icon={<img src="/logo/fastapi.svg" alt="FastAPI Logo" />} href="https://fastapi.tiangolo.com/">
    FastAPI framework, high performance, easy to learn, fast to code, ready for production.
  </Card>

  <Card title="NestJS" icon={<img src="/logo/nestjs.svg" alt="NestJS Logo" />} href="https://nestjs.com/">
    NestJS is a framework for building efficient, scalable Node.js web applications. It uses modern JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
  </Card>
</CardGroup>
