Skip to content
View LuisAlvarezMtz's full-sized avatar

Block or report LuisAlvarezMtz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LuisAlvarezMtz/README.md

Hi, I'm Luis Ángel 👋

Backend Developer · Java & Spring Boot · Computer Engineer


About me

Backend developer focused on building clean, maintainable REST APIs. I enjoy designing systems that are easy to scale and reason about.

  • 🎓 Computer Engineer — Universidad de Guadalajara (CUCSUR)
  • 🔧 Currently deepening my knowledge in Spring Boot 3 & system design
  • 📫 luisangel.alvarezmtz@gmail.com

Featured project

🏥 MediTrack — Medication Reminder System

A full-stack medication management system built around a production REST API.

Layer Tech
Backend API Java · Spring Boot 3 · JWT · Spring Data JPA · PostgreSQL
Web App HTML · CSS · Vanilla JS
Mobile App Kotlin · Retrofit · AlarmManager · WorkManager
Deploy Render (HTTPS)

Key highlights:

  • Stateless auth with JWT (access + refresh tokens) and role-based access control
  • Automatic scheduler that marks missed alarms and deactivates expired configurations
  • Android app with exact alarms, full-screen notifications and background sync every 5 min
  • Two user roles: Patient and Caregiver, with weekly adherence statistics

📂 Backend · Frontend · Mobile


Also built

🧬 Sensor Placement Optimizer

Java OOP solution using genetic algorithms and Petri Net matrices to find the minimum sensor configuration needed to fully monitor an industrial water-filling process — same coverage, fewer sensors.

📂 Repository


Tech stack

Backend

Java Spring Boot Spring Security JWT

Databases

PostgreSQL MySQL

DevOps & Tools

Docker Git GitHub Render

Other

Kotlin JavaScript HTML


Pinned Loading

  1. LuisAlvarezMtz LuisAlvarezMtz Public

  2. meditrack-api meditrack-api Public

    REST API for medication reminder management built with Spring Boot 3. Features JWT authentication, role-based access control, automated scheduling, and PostgreSQL persistence via Neon Serverless. D…

    Java

  3. meditrack-web meditrack-web Public

    Web client for MediTrack. Built with Vanilla JS, HTML and CSS. Consumes the MediTrack REST API with fetch-based authenticated requests. Responsive design for mobile and desktop.

    JavaScript

  4. meditrack-android meditrack-android Public

    Native Android app for MediTrack. Built with Kotlin using Retrofit, DataStore, AlarmManager (exact alarms), WorkManager for background sync, and Full Screen Intent notifications.

    Kotlin

  5. sensor-placement-optimizer sensor-placement-optimizer Public

    Genetic algorithm that optimizes sensor placement for industrial process monitoring. Generates and evolves sensor populations using Petri Net matrices to minimize sensor count while preserving full…

    Java