Software Developer by day, Linux Hobbyist by night. Making keyboards cry (professionally) since 2013.
Tales of Computering™ and My Experiences
My $HOME my rules. Collection of my dotfiles and toolbox scripts for my development environment. Installation and config management automated with Ansible, for Debian based distributions.
Sets up development environment for Python, PHP, NodeJs, Go, Docker. Installs CLI tools with nix package manager.
My custom desktop setup based on suckless tools, built around dwm. Automated with Ansible, for Debian-based distributions.
Minimalist dotfiles for vim, ctags, tmux, without any plugin. Automated with POSIX compliant shell scripts, organized in a Makefile.
A collection of Linux commands for displaying system information as percentages, provided by a Polymorphic Executable written in C.
Personal site for my resume and blog posts with questionable quality, about my ...personal interests. Created with Hugo and hosted on Netfily.
My tribute for my own early days of computing, creating a x86 experience in dosbox staging, for Debian based distributions, automated with Ansible.
Automating the installation and setup of QMK on Debian-based systems, and flashing firmware with my own custom keymap layouts.
A Very Aggressively Simple Introduction to Ansible with the help of Docker.
It's a UNIX system! I know this!
An Almost Gentle Introduction to the Command Line, not to UNIX but to UNIX-like operating systems.
Presentable in the command line with slides. I recommend tmux for splitting a pane for the presentation and another one for the command line.
API for translating text between languages, using ollama and FastAPI. Development environment in Docker.
Example for separating parts of a Flask project for better maintainability and scalability in an aggressively simple way.
Simple server for rendering HTML from Markdown with Flask.
Implementing palindrome solution in PHP gone too far.
Implemented array_search, strrev, strtolower with a help of CharacterChain class which represents simple array of characters.