Portfolio · Writing
Notes from the work
Practical notes on building products, shaping interfaces, and the details that make digital work feel considered.
The journal
4 articles
Role-Based Access Control (RBAC): The Foundation of Secure Enterprise Applications
Role-Based Access Control (RBAC) is a security model used by enterprise applications to manage user permissions efficiently. Learn how roles, permissions, and authorization systems work together to protect business data and build scalable software.
Monolith vs Microservices: Choosing the Right Architecture for Your Application
Architecture decisions can determine whether a software system remains easy to maintain or becomes difficult to scale. Monolithic and microservice architectures each solve different problems and introduce different trade-offs. This article explains how both approaches work, when to use each one, and why many teams fail when adopting microservices too early.
How to Mount a WSL2 ext4.vhdx Disk on Linux
A practical guide to mounting a WSL2 ext4.vhdx virtual disk from Linux using qemu-nbd. It explains how to attach, mount, and access WSL filesystem data for recovery, migration, or backup when Windows is unavailable or inaccessible.