Previous Page Next Page
  1. Actix - Scopes, Structure, and Readable Routing

    Struggling to make Actix routes readable? Learn how to structure your API with scopes, submodules, and helper functions to create a clean, tree-like routing hierarchy—plus tips for middleware and debugging.

  2. Revillage Profile Page – Alpine.js Breakdown

  3. Love As a Force

    Love isn’t a bond, it’s a force. It moves, it heals, it draws people together without holding them rigidly. In a world built to separate us, love is the strongest energy in the universe. How do we let it flow?

  4. Revillage Profile Page

  5. Building a Weekly Questions System for Community Insights

    A lightweight Weekly Questions system that boosts engagement by collecting member reflections and surfacing trends. Frontend uses HTML, Tailwind, and JS to randomly serve five JSON-backed questions and submit answers via API. A Rust (Actix Web, Diesel, SQLite) backend stores responses and updates summaries. Grouped answers (at least three) are summarized by OpenAI and shown on the page. Built with solid JSON and error handling and modular components; ready for auth, analytics, and richer questions.