Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
18

Latest Updates

Documenting code, one commit at a time.

Node.js 2 posts
×
0 JavaScript Node.js

Maintaining Dependency Health in hotelgatuno

Maintaining Security Standards

In the hotelgatuno project, keeping our dependencies secure and up-to-date is a core part of our development lifecycle. Recently, we focused on performing a comprehensive audit of our Node.js environment to identify and resolve vulnerabilities introduced by outdated packages.

The Problem: Dependency Drift

Dependency drift occurs when an application relies

0 JavaScript Node.js

Simplifying Resource Resolution with Proxy Patterns in JavaScript

In the Greg-js1007/strapi-project, we recently focused on optimizing how we handle source assets. When working with modular applications, managing paths and source resolution can quickly become a bottleneck if handled via hardcoded logic throughout the codebase. We needed a cleaner way to proxy resource requests to ensure better maintainability and abstraction.

The Situation