Sharing is Caring

Explore all my posts on web development, software engineering, and more!
Master API Routing in IBM API Connect
Routing is the backbone of any API strategy. It determines how a client’s request gets from the front door to the right backend service. While basic routing is straightforward, high-level architectures often require more flexibility.
My 2024 MacBook Pro Setup
I share how dotfiles made the migration simple, why I swapped iTerm2 for Ghostty, and how Catppuccin has become my new favorite theme. Plus, I reveal the candidates trying to replace my current browser.
Manage Dot Files with Git
Your dot files are the heart of your dev setup, but managing them across machines can be a pain. A bare Git repository is the cleanest solution for backing up, syncing, and version-controlling your configurations.
Còn chút gì để nhớ
Bài cảm nhận tham gia cuộc thi "Trở lại học trò" do Nhà xuất bản Trẻ tổ chức nhân sự kiện ra mắt truyện dài "Lá nằm trong lá" 2011
Automatically Creating New Users in Supabase with SQL Triggers
Supabase's built-in authentication system handles user creation securely. However, you might want to automate the creation of additional user data (like profiles) upon signup. This can be achieved using PostgreSQL triggers within Supabase.
Catch Typos Early with crate-ci/typos
Typos can creep into any codebase, but they don't have to slow you down. crate-ci/typos is a handy tool that helps you identify and fix typos in your project.