fedrian@devbox:~
fedrian@devbox:~$ cat ~/fedrian.conf
# ══════════════════════════════════════════════════════
# Personal Configuration File - Felix Adrian Mamani Foronda
# ══════════════════════════════════════════════════════

[identity]
name = "Felix Adrian Mamani Foronda"
role = "PHP/Laravel Developer | Fullstack Engineer"
location = "La Paz, Bolivia 🇧🇴"
emails = ["[email protected]", "[email protected]"]

[experience]
years = "5+ years"
focus = "Web Development & Backend Engineering"
specialties = ["Laravel/PHP", "REST APIs", "Real-time Apps"]

fedrian@devbox:~$ ls -l ~/network
total 20
drwxr-xr-x  2 fedrian fedrian  4096 Nov 30 2025 github/
drwxr-xr-x  2 fedrian fedrian  4096 Nov 30 2025 linkedin/
drwxr-xr-x  2 fedrian fedrian  4096 Nov 30 2025 resume.pdf
-rw-r--r--  1 fedrian fedrian  4096 Nov 30 2025 gmail.contact
-rw-r--r--  1 fedrian fedrian  4096 Nov 30 2025 personal.contact

fedrian@devbox:~$ tree ~/projects
/home/fedrian/projects
├── 📁 Laravel
│   ├── 📄 laracast-laravel-api-master-classv12
│   ├── 📄 multi-tenant-saas
│   ├── 📄 e-commerce-api
│   └── 📄 soketi-laravel-demo
├── 📁 NestJS
│   ├── 📄 microservices-gateway
│   └── 📄 authentication-service
├── 📁 Vue
│   ├── 📄 mini-chat
│   ├── 📄 admin-dashboard
│   └── 📄 portfolio-v3
├── 📁 React
│   ├── 📄 component-library
│   └── 📄 web-analytics-app
├── 📁 Flutter
│   ├── 📱 mobile-banking-app
│   └── 📱 fitness-tracker
└── 📁 DevOps
    ├── 🐳 docker-compose-stacks
    ├── ⚙️ ci-cd-pipelines
    └── 🔧 nginx-configs

6 directories, 15 files

fedrian@devbox:~$