Skip to content

Commit

Permalink
feat(docs): update tech stack
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Jan 22, 2025
1 parent 616076e commit e155f39
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions TECH_STACK.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,28 @@

## Frontend

- Vue.js
- Livewire and Alpine.js
- Blade (PHP templating engine)
- Tailwind CSS
- Monaco Editor (Code editor component)
- XTerm.js (Terminal component)
- Livewire (Reactive components)

## Backend

- Laravel (PHP Framework)
- PostgreSQL (Database)
- Redis (Caching & Real-time features)
- WebSocket (Real-time communication)
- Laravel 11 (PHP Framework)
- PostgreSQL 15 (Database)
- Redis 7 (Caching & Real-time features)
- Soketi (WebSocket Server)

## DevOps & Infrastructure

- Docker
- Docker Compose
- Node.js (for some tooling)
- Vite (Build tool)
- Docker & Docker Compose
- Nginx (Web Server)
- S6 Overlay (Process Supervisor)
- GitHub Actions (CI/CD)

## Languages

- PHP
- JavaScript/TypeScript
- HTML/CSS
- PHP 8.4
- JavaScript
- Shell/Bash scripts
- YAML
- JSON

0 comments on commit e155f39

Please sign in to comment.