Latest Updates

Documenting code, one commit at a time.

Enhancing ERP-1st: Package Management Update

Introduction

Working on ERP-1st, a comprehensive enterprise resource planning solution, involves continuous updates and maintenance to ensure stability and incorporate the latest improvements.

The Update

A recent task focused on updating the package-lock.json file. This file is crucial for managing the versions of dependencies in a Node.js project.

Read more

Streamlining Builds with Optimized GitHub Actions

Introduction

This post focuses on improving the efficiency and reliability of build processes using GitHub Actions. We'll explore how to add dependencies and correct syntax issues in your workflow files to ensure smoother and more predictable builds.

Addressing Dependencies

One common challenge in CI/CD pipelines is ensuring that all necessary dependencies are available before the build

Read more