Latest Updates

Documenting code, one commit at a time.

Unlocking Flexibility: Implementing 0% Advisor Commission in Policy Creation

In the "North-South" project, we recently tackled a crucial business requirement to enhance the flexibility of our policy management system. The goal was to allow policy creation with a 0% commission for advisors in specific, justified scenarios. This seemingly minor adjustment had significant implications for how we configure policies and adapt to diverse business needs.

The Situation

Read more
React

Improving Component Updates in North-South Project

Introduction

The North-South project focuses on delivering high-quality services. Recent development efforts have centered on optimizing how components update, particularly concerning data imports and refreshing lists of items.

The Challenge

Previously, there was an issue where updating imported data or refreshing a list of cards required manual intervention or caused unnecessary

Read more
JavaScript

Refactoring Commission Calculations in North-South

The North-South project focuses on streamlining internal financial operations. Recently, there was a need to revisit how commissions are calculated to ensure accuracy and efficiency.

The Challenge

Previously, the commission calculation logic had become complex and difficult to maintain. Minor adjustments required significant effort and introduced potential errors.

Read more

Keeping Your React Project Fresh: Dependency Updates

It's easy to let dependencies drift in a React project. Regular updates are crucial for security, performance, and access to the latest features. Let's explore why dependency management matters, and how to keep your North-South project up-to-date.

Why Update Dependencies?

  • Security: Vulnerabilities are constantly discovered in open-source libraries. Updates often include security
Read more
React JavaScript

Implementing Temporary Solutions for Date Inconsistencies in React Applications

Introduction

When dealing with date-sensitive data in applications, inconsistencies can arise, especially around month-end dates. This post explores a scenario where a temporary fix was implemented in the North-South project to address payment date discrepancies in policies.

The Problem: Month-End Date Issues

Policies starting on the 29th, 30th, or 31st of a month can present challenges

Read more