My Projects

A showcase of my work across various technologies

Necodex Landing Page

Necodex Landing Page

Modern, responsive landing page for Necodex, a nearshore software development company, showcasing their services and expertise

NextJSReactJSTypeScriptTailwind CSS+2
Arrow

Designed and implemented a modern, responsive landing page using NextJS and Tailwind CSS

Arrow

Integrated Contentful as a headless CMS for dynamic content management

View Demo
Kargo MX

Kargo MX

Web and mobile platform for Kargo MX, a freight service that allows users to request and monitor cargo transport in real time

ReactJSNodeJSTypeScriptWordPress+3
Arrow

Contributed to the development of a WordPress freight ride sharing platform

Arrow

Implemented custom functionalities for trip management, real time cargo location tracking

View Demo
UNE Sonora

UNE Sonora

Real time web and mobile platform for UNE Sonora, enabling over 100,000 users to track bus routes and stops across the state.

ReactJSNodeJSRedisBootstrap+1
Arrow

Implemented security improvements to ensure the platform operated safely and efficiently at scale

Arrow

Optimized system performance to enhance service responsiveness and user experience

View Demo
IIND

IIND

Web application designed for the Industrial Engineering Department at ITH, being an efficient and easy to use administrative system

HTMLJavaScriptCSSPHP+2
Arrow

Designed and developed a custom administrative system for managing departmental data and records

Arrow

Implemented user authentication and role-based access control for enhanced security

Nexo - RRHH Management System

Nexo - RRHH Management System

Full-stack HR management system for multi-branch organizations. Handles employee records, attendance tracking, leave requests, document storage, and analytics with role-based access for admins and branch managers.

ReactNode.jsExpressMongoDB+3
Arrow

Built a full-stack MERN application with role-based access control, JWT authentication, and branch-scoped data isolation for admin and manager roles

Arrow

Implemented modules for employee management, attendance tracking, leave workflows, and document uploads, containerized with Docker Compose

Arrow

Integrated a reporting dashboard with Recharts visualizations showing employee distribution and attendance statistics

View Demo
Compiler - Lexical Analyzer

Compiler - Lexical Analyzer

This project is a lexical analyzer (scanner) written in Java. It reads a source code file, tokenizes it based on a finite state machine, and detects reserved words, identifiers, numbers, symbols, and errors.

Java
Arrow

Designed and implemented a finite state machine (FSM) to tokenize source code into meaningful lexical units

Arrow

Built recognition logic for reserved words, identifiers, numeric literals, symbols, and lexical errors

Arrow

Developed a file reader pipeline that processes raw source code and outputs a structured token stream