Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
144

Latest Updates

Documenting code, one commit at a time.

Node.js 6 posts
×

Implementing Participation Message Management in Vive Tu Mente

Introduction

In applications designed for user engagement, like Vive Tu Mente, clear and timely communication is paramount. Users need to know the status of their participation, whether it's confirmation of an action, a reminder, or an update. This post dives into the implementation of a new feature: a robust system for managing these crucial "participation messages."

This enhancement aims

Streamlining Development: Adopting pnpm Workspaces for Monorepos

Introduction

Managing multiple, interconnected projects can often feel like herding cats. Each project might have its own node_modules directory, leading to duplicated dependencies, slower installation times, and a tangled web of local symlinks for inter-package development. For our vive-tu-mente-preview project, designed to preview new features and content, this fragmentation was

0 JavaScript Node.js

Staying Updated on ProvidenceAPI-Front Project Deployments

This post discusses how to stay informed about the deployment status of the ProvidenceAPI-Front project. The project leverages Vercel for continuous integration and deployment, providing automated updates on build and deployment outcomes.

Deployment Status Updates

The core of this process relies on Vercel's integration with GitHub. Whenever changes are pushed to the repository, Vercel

Streamlining Project Deployments with Vercel Integration

Managing and deploying web projects efficiently is crucial for maintaining a competitive edge. This post discusses how integrating with platforms like Vercel can significantly streamline the deployment process, improve collaboration, and provide real-time feedback on project status.

The Challenge of Manual Deployments

Traditional deployment workflows often involve manual steps, which can be

Vercel Project Updates and Deployment Status

This post summarizes the recent activity and deployment status for the ProvidenceAPI-Front project.

Project Overview

The ProvidenceAPI-Front project encompasses two sub-projects: providence-api-front and providence-api-front-jcaf. Recent activity involves monitoring deployment status and identifying any potential issues that may arise during the deployment process.