Skip to content
View jerryperezperez's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Mérida, Yucatán, México

Block or report jerryperezperez

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
jerryperezperez/README.md

👋 About Me

Hi, I’m a Computer Systems Engineering graduate with a focus on Artificial Intelligence, currently working as a Software Developer at Softtek (Banamex/Citibanamex projects). I have experience in backend development using Java and Spring Boot in production environments, and I’ve also worked with Python for data science and academic research. I enjoy solving real-world problems through clean, scalable code and thrive in collaborative, agile environments. Additionally, I’ve applied Python, Pandas, and NumPy in research projects related to data science and time-series forecasting.


💼 Experience Summary

  • 👨‍💻 Software Developer at Softtek

    • Projects for Citibanamex and Banamex
    • Java + Spring Boot + Oracle SQL
    • WebLogic, Postman, Agile practices
    • Developed banking systems (Afore, ticket reprinting)
  • 🧪 AI & Research

    • Co-autor: CBR-foX: A Generic Post-hoc Case-Based Reasoning Method for Time-Series Forecasting
    • Co-autor: A Case-Based Explanation Method for Weather Forecasting
    • Lecturer, International Conference on AI in Mental Health, 2023

🏆 Achievements

  • Best Student Talk Award, International Conference on AI in Mental Health, 2023
  • Participant, 30th International Conference on Case-Based Reasoning, 2022

🧠 Knowledge Areas

  • Backend development
  • Object-Oriented Programming
  • REST API design
  • Agile methodology
  • Unit testing
  • Data science & ML concepts
  • Clean code & SOLID principles

🛠️ Tech Stack

Languages & Query Languages:

Java Python JavaScript SQL

Frameworks / Libraries:

Spring Boot Vue.js Pandas NumPy JasperReports Bootstrap

Web & UI:

HTML5 CSS3

Databases & Tools:

Oracle SQL Postman Docker

Version Control / Project Management:

Git Bitbucket JIRA Confluence

IDEs:

Eclipse VS Code IntelliJ IDEA DataSpell WebStorm PyCharm


📫 Contact

📊 GitHub Stats

Gerardo's GitHub stats

Top Langs

Popular repositories Loading

  1. Analizador-Lexico- Analizador-Lexico- Public

    This is a project which works as a compiler or analyzer that receives words and transforms them using tokens to create a txt file. It uses tables to detect errors and the correct lexemes. It´s a si…

    Java

  2. pianoAtempo pianoAtempo Public

    This is an academic project. It's a website to learn piano. It uses a database to sign up for emails with information and documents on learning and more. The project has a board to add documents on…

    PHP

  3. qwirkle qwirkle Public

    Code for qwirkle game. It includes 3 heuristic strategies for machine players and a machine player that uses the Breath First Search algorithm.

    Java 1

  4. AlgoritmoProfundidad AlgoritmoProfundidad Public

    It's a breadth first search algorithm implementation. It includes two problems that can be resolved with the NuevoAlgoritmo class.

    Java

  5. Analizador Analizador Public

    It's a compiler, a project of the subject Lenguajes ​Autómatas. The purpose is to create software that can compile and generate txt files based on a simple language configured within the project.

    Java

  6. LecturaArchivosCSV LecturaArchivosCSV Public

    This is a project that reads a CSV file and prints the rows to the console. It is capable of sorting the rows according to the desired column of the file and printing them as well. It uses the Coll…

    Java