Latest Updates

Documenting code, one commit at a time.

React

Improving Location Picker Accuracy in FNSM Portal

Introduction

The FNSM-2026-PORTAL/FNSM-Portal-Frontend project focuses on developing the user interface for the FNSM portal. Recent work has concentrated on refining the location picker component and eliminating hardcoded values to enhance flexibility and accuracy.

The Challenge

The initial implementation of the location picker suffered from a bug that affected its accuracy.

Read more

Streamlining Business Logic with DTOs and Zod Validation in Our Portal Backend

Introduction

We've been working on the backend for our FNSM Portal, focusing on solidifying the business logic layer. A key part of this has involved defining robust Data Transfer Objects (DTOs) and implementing validation using Zod. This ensures data consistency and reduces errors throughout the application.

Business Model and DTOs

Our approach begins with a well-defined business model

Read more