RSSAmplifier

Blog

Daniel Cordova - Blog

danielcordova.meRSS feed ↗5 posts

Latest posts

Replacing Systemd with OpenRC in Debian

TL;DR I'm not a fan of systemd but I'm not against its use either. AKA if it works for you then it's ok. My case though is more of a mix between curiosity and discomfort . Curiosity of how init systems works and discomfort of how systemd integrates things or new features.I'm aware that it works well for most of its use cases (I've been using it since its early days) and…

Lessons learned from a SQLite to MariaDB migration

I started a while ago a small app called Anicap for saving which animes and series I was watching at that time. Sadly I forgot to work on it for quite long time. Last year I resumed the work on it, added a frontend built on VueJS, improved REST API, etc. Until I found myself in a crossroad by using SQLite. Problem Idea I wanted to add types and categories to a serie to help me search by them, aka…

Install Linux on a Thinkpad X13s Snapdragon

Quick Intro My previous laptop got damaged after a couple of years of normal usage, to be exact after 4 years. I had an ASUS ROG G14 AMD in 2020 and GPU got fried, then I bought an ASUS ROG Zephyrus M15 in 2021 and last summer its display started to fail, replacement was kinda expensive for that model, becuase it's a 240hz display. So I was looking to buy either a Slimbook or a Tuxedo because…

My Journey to Fullstack Dev

I've decided a few weeks ago to invest some time on learning new things, work on some tools that I wanted to build for quite a long time but never gave them the proper time to do it. So I started with an app that I wanted to write a while ago but never started with it, because I didn't have time, I didn't have a VPS to host it, and specially I didn't have a strong commitment to…

Swagger on Actix Web

I've been toying with Rust for quite a few time, but never take it seriously due to several reasons such as work, work and more work and other as not having spare time to work on my own projects. Anywway I decided to start again with Rust but hopefully this time more seriously than ever and started again with an old API of my own to track chapters of series and animes I watch, I know that…