🚀 I am interested in building reliable and scalable distributed systems, automation, embedded, linux...
✍️ In my free time, I enjoy making DIY audio electronics and programming microcontrollers.
📄 You can check my Resume for more details about work experience.
Programing languages: | |
Tools & Frameworks: | |
Cloud Technologies: | |
IDE, SCM & CI/CD: | |
Messaging & DB: |
Controller for DIY Raspberry PI 4 based audiophile streamer. It acts as a software controller for DAC chip AK4497 using the I2C protocol. It also implements a function to switch between different players: Music Player Daemon, Logitech Media Server, and Spotify. For each of the players, it implements base functions: Play, Stop, Next, and Prev. All the functions are exposed over IR remote interface and REST API consumed by the UI which is also written in rust wasm using seed framework.
This application consumes different social media APIs (just Twitter atm), publishes raw tweets to Kafka topic, on the other side data worker service consumes messages from the topic, sort them using top K algorithm and exposes sorted list by GRPC API to the UI service.
Sample CRUD web application with backend and frontend written in Rust
A simple Kubernetes tool that creates a temporary pod in your cluster with mounted two persistent volume claims so you can easily access data on them using commons Linux tools.