The archive

Writing

A running archive of things I learn, build, question and occasionally change my mind about.

23entries 15topics

Article archive

  1. Rails World 2025

    A short note after Rails World 2025 on what I took from the conference, why Rails still feels practical and why I want to keep building with it.

  2. Chess opening drills project

    Master chess openings with a drill plaform, designed for enthusiasts to practice and hone their skills. Upload custom PGNs, convert them into chess opening trees, and challenge yourself against a computerized opponent. Tailored for personal use, it's an MVP solution to a common chess challenge. Dive in and share your feedback!

  3. Strange bugs

    I am describing two production error bugs that we recently encountered and the path to solve them

  4. Simple ruby parser

    A simple parser and how it works with faraday and nokogiri

  5. Uniqueness validation and rails

    Look out this default behavior of rails, before you do any really bad mistake and you have two same records.

  6. Rails and node.js

    Is this really a battle for the best web development tool or something else?