Hello, I’m ANDRÁS
OPERATIONS & DEVOPS ENGINEER
Architecture & Planning
Performance Tuning
Config Management
Monitoring & Metrics
Reviews & Auditing
Ideas & Consultation
Consultations
Active Clients
Written Articles
Cups of Coffee
Make Your Business a Priority.
I certainly will.
Increase Performance
Fusce in sapien sit amet lectus iaculis porttitor ac at magna. Proin at lectus tincidunt ante dapibus rhoncus. Maecenas eget ornare ipsum. Sed quis consequat lorem.


Reduce Time-to-Market
Fusce in sapien sit amet lectus iaculis porttitor ac at magna. Proin at lectus tincidunt ante dapibus rhoncus. Maecenas eget ornare ipsum. Sed quis consequat lorem consequat lorem.
No more roadblocks
Fusce in sapien sit amet lectus iaculis porttitor ac at magna. Proin at lectus tincidunt ante dapibus rhoncus. Maecenas eget ornare ipsum. Sed quis consequat lorem. Fusce in sapien sit amet lectus iaculis porttitor.ac at magna.

Turn your current stack into a high-performing, modern infrastructure deployment. Book a consultation!
Testimonials & Featured Clients
Sometimes I write About MY Projects
Flash ESPHome onto an ESP32 using docker-compose
I use docker-compose to run the ESPHome container which I use to flash ESPHome onto my ESP32 devices. To see how I do that, check the configs in this post. Note: This guide does not get into detail how to install docker-compose though, but I'm sure you'll find...
Xiaomi Mijia Hygrothermo v2 sensor data on Raspberry Pi
There's a neat looking Xiaomi LYWSDCGQ sensor with a display which shows temperature and humidity of it's environment. We'll use a BLE capable Raspberry Pi to read out the sensor's data. https://youtu.be/q-VYxZtR-Dg It can trasmit this information over Bluetooth Low...
Give more power to USB devices on Raspberry Pi
There's a way to allow your Pi to provide as much power to the connected USB devices as possible. Let me show you how. You can check how much power do your USB devices use sudo lsusb -v | grep -e 'MaxPower' -e 'Bus [0-9]' sudo nano /boot/config.txt add:...