Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
52

Latest Updates

Documenting code, one commit at a time.

JWT 7 posts
×

Unlocking Scalability: Refactoring Terraform Infrastructure with Reusable Modules

On the justifai project, our infrastructure as code (IaC) setup, while functional, presented growing challenges. Initially designed as a flat Terraform configuration, it became increasingly complex to manage, understand, and scale as the project evolved. This monolithic approach obscured resource dependencies, hindered reusability, and increased the cognitive load on developers.

Building a Secure, Scalable Admin Dashboard for Content Moderation

Introduction

In the realm of dynamic web applications, user-generated content is a double-edged sword: it drives engagement but demands robust moderation. Efficiently reviewing and managing content is critical for maintaining platform quality and user safety. The challenge lies in building a system that is both secure and scalable, allowing administrators to moderate content without friction.

Securing and Streamlining Reporting: RBAC and JWT in a NestJS Application

Project Context: Enhancing the sivbg-project

The sivbg-project aims to develop a robust platform, and a recent update focused on solidifying its security foundation and simplifying initial data reporting. This involved implementing a comprehensive Role-Based Access Control (RBAC) system, integrating JWT for authentication, and introducing a streamlined API for creating minimal reports

Enhancing Case Management with Role-Based Access and Auditing in NestJS and React

Introduction

The sivbg-project is continuously evolving, and a recent update focused on significantly enhancing its Dossiers (case) management capabilities. This feature introduces a robust, secure system for case consultation and assignment, which is crucial for handling sensitive information with utmost integrity and efficiency.

The Challenge

Managing sensitive case files presents

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