Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
52

Latest Updates

Documenting code, one commit at a time.

English 2 posts
×

Fortifying Applications: A Deep Dive into NestJS, JWT, and Hexagonal Architecture for Robust Auth and RBAC

Building secure and scalable applications is paramount, and at the heart of security lies a robust authentication and authorization system. For our sivbg project, we recently embarked on laying this critical foundation, focusing on a comprehensive solution for user authentication and Role-Based Access Control (RBAC).

The Challenge of Security and Scalability

Implementing authentication and

Streamlining Full-Stack Development with Docker Compose: A Project deep dive

Developing full-stack applications often involves juggling multiple services, databases, and environments. This complexity can be a significant hurdle for developer onboarding and maintaining consistent development, staging, and production environments. Our recent work on the react-fil-rouge project aimed to tackle this challenge head-on by implementing a complete Dockerization strategy.