user@cher.red> tree skills
skills
├── Languages
│ │ ├── Aiohttp
│ │ └── Asyncio
│ ├── Rust
│ └── C++
├── Hardware
│ ├── Microcontrollers
│ │ ├── nRF52
│ │ ├── AVR (Arduino)
│ │ └── RP2040
│ ├── nRF Connect SDK
│ ├── Zephyr RTOS
│ ├── BLE
│ ├── Peripherals & Protocols
│ │ ├── GPIO
│ │ ├── UART
│ │ ├── SPI
│ │ ├── I2C
│ │ ├── PWM
│ │ ├── Timers
│ │ └── ADC
│ └── Bring-up & Debug
│ ├── SWD / JTAG
│ ├── Oscilloscope (analog & digital)
│ ├── Multimeter
│ ├── Signal generator
│ └── Logic analyzer
├── Databases
│ ├── PostgreSQL
│ ├── Oracle SQL
│ ├── SQLite
│ └── Redis [*]Inter-service synchronization at Fructus-X
├── Messaging
│ ├── RabbitMQ [*]Interface with car chargers at Fructus-X
├── AI & LLM
│ ├── Claude Code [*]Daily driver for routine tasks at Fructus-X
│ ├── MCP Server
│ ├── RAG
│ └── Vector Databases
├── Payments
│ └── Monobank API [*]Payment acceptance at Fructus-X
├── Infra & DevOps
│ ├── Docker
│ ├── Nginx
│ ├── SystemD
│ ├── GitLab CI/CD [*]Used for deployments at Fructus-X
│ ├── GitHub Actions
│ └── AWS (S3, CloudFront, CodeDeploy)
└── OS
└── Linux