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

Next.jsReact.jsTypeScriptTailwind CSS
Arrow

Designed and implemented a modern, responsive landing page using Next.js 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

React.jsNode.jsTypeScriptWordPress
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.

React.jsNode.jsRedisBootstrap
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
Neicon - landing

Neicon - landing

Marketing site for Neicon, a multi-tenant SaaS platform for residential community management in Mexico. Communicates the product value proposition, features, and pricing to prospective clients and property administrators.

Next.jsTypeScriptTailwind CSSFramer
Arrow

Designed and built the public marketing site using Next.js with a focus on performance and SEO

Arrow

Translated the product value proposition into clear, conversion-oriented content and layout

Arrow

Implemented responsive design across all device breakpoints

View Demo
Neicon - web

Neicon - web

Web version of the Neicon resident app, offering full feature parity with the mobile experience. Residents can manage amenity reservations, track payments, report incidents and stay up to date with community announcements — all from a browser.

React.jsViteNode.jsExpress
Arrow

Built the resident-facing web app with React and Vite, mirroring the feature set of the mobile app

Arrow

Implemented amenity reservation flows, payment history, incident reporting, and visitor authorization

Arrow

Ensured full feature parity with the mobile app across a shared backend

Arrow

Designed responsive layouts for seamless use across desktop and mobile browsers

Arrow

Integrated with the multi-tenant backend via REST APIs

View Demo
Neicon - app

Neicon - app

Cross-platform mobile app for Neicon residents, published on the App Store. Gives residents direct access to amenity reservations, payment tracking, incident reporting and community announcements from their phone.

React NativeNode.jsExpressPostgreSQL
Arrow

Built the resident-facing mobile app with React Native, targeting iOS and Android from a single codebase

Arrow

Implemented amenity reservation flows, payment history, and real-time community notifications

Arrow

Developed incident reporting features for resident use

Arrow

Integrated the app with the shared multi-tenant backend via REST APIs

Arrow

Managed the App Store submission process and published the app to production

View Demo
IIND

IIND

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

HTMLJavaScriptCSSPHP
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
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