Hi! 馃憢 Welcome to my Portfolio, I’m currently working as a Software Engineer and spend a lot of my time exploring ideas鈥攕ome turn into projects (which sometimes I finish XD). I enjoy building things, learning in the open, and occasionally writing about what I discover along the way. If you’re working on something interesting or have an idea you’d like to explore, feel free to reach out!
Running local LLM models with llama.cpp
Build llama.cpp with CUDA support, run GGUF models through llama-server, and tune common flags for fitting larger or MoE models on an 8GB RTX 4060 laptop GPU.
Getting started with dbt Core and DuckDB
Set up dbt Core with DuckDB locally, add a sample dataset, and run a first model.
CC Transaction Logger
Learn how to build an automated system that extracts credit card transaction details from notification emails and logs them into Google Sheets, making expense tracking effortless and organized.
Arch Linux Dual Boot Installation
How I installed Arch Linux as a dual boot setup with Windows 11, from partitioning and pacstrap to GRUB, KDE Plasma, and laptop-specific NVIDIA brightness fixes.
Running DeepSeek Locally + Utilizing Your GPU
Learn how to run DeepSeek AI models on your local machine using GGUF files and Python, with full GPU utilization and custom configuration options.