Skip to content
View lucasrmendonca7's full-sized avatar

Highlights

  • Pro

Block or report lucasrmendonca7

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
lucasrmendonca7/README.md

👋 Hi, I'm Lucas Rodrigues Mendonça

I am a Computer Science student at the Federal University of Campina Grande (UFCG). I am a tech enthusiast focused on building efficient, scalable solutions and exploring the mathematical foundations of computing.


🎓 Education & Certifications

  • B.S. in Computer Science – UFCG (In progress)

  • PNAAT (National Program for Accelerated Learning in Technology) — Training in IoT, Embedded Systems & Edge AI

  • High School Dual Diploma – International Partnership with the University of Utah 🇺🇸

  • International Exchange Program – Malta 🇲🇹

This international background has provided me with advanced English proficiency and the ability to collaborate in multicultural environments.


🎯 Technical Interests

  • Data Structures & Algorithms: Passionate about code efficiency and problem-solving.
  • Machine Learning: Exploring predictive models, data analysis, and AI.
  • IoT & Edge AI: Embedded ML, sensor data analytics, and efficient on-device models.
  • Database Management: Designing and optimizing SQL (MySQL) and NoSQL structures.
  • Object-Oriented Programming: Focused on Java and software architecture principles (UML).

🛠️ Tech Stack

Python Java C++ C Arduino MySQL Git GitHub Linux VS Code


🚀 Projects

Engine Temperature Time Series Forecasting

Data Science project simulating and predicting an engine's temperature. It uses machine learning to forecast the next 24 hours based on historical heating cycles, validating its accuracy against a simple baseline. Developed leveraging concepts from the PNAAT (IoT/Edge AI) training.

🔗 https://github.com/lucasrmendonca7/time-series-forecasting


RSA Cryptosystem (Educational)

Educational Java implementation of the RSA public-key cryptosystem, covering key generation, encryption/decryption, and core number theory utilities (GCD, modular inverse, fast modular exponentiation). Includes a small performance experiment across different key sizes.
🔗 https://github.com/lucasrmendonca7/rsa-project


Forca 2.0

Terminal-based version of Hangman focused on logic, validation, and clean code.
🔗 https://github.com/lucasrmendonca7/forca-2.0-ascii


Inventory Management System

Inventory system with product, stock, and price control using database integration.
🔗 https://github.com/lucasrmendonca7/inventory-management-system


Arduino Projects

Collection of Arduino projects for learning electronics, embedded programming, and circuit prototyping. Includes LEDs, sensors, semaphores, 7-segment displays, and more.
🔗 https://github.com/lucasrmendonca7/arduino-projects


🌐 Network

Feel free to reach out if you want to discuss a project or the next big thing in development.

LinkedIn Email

Popular repositories Loading

  1. forca-2.0-ascii forca-2.0-ascii Public

    Jogo da Forca 2.0

    Python 1

  2. inventory-management-system inventory-management-system Public

    A simple Java project for managing a product inventory. Allows adding, removing, updating, and listing products using object-oriented programming concepts.

    Java 1

  3. lucasrmendonca7 lucasrmendonca7 Public

  4. arduino-projects arduino-projects Public

    A collection of Arduino projects built for learning electronics and embedded programming.

    C++

  5. flight-delay-prediction flight-delay-prediction Public

    Machine Learning model for predicting flight delays using a Multi-Layer Perceptron (MLP). Strong focus on probability, statistical metrics, and baseline comparison.

  6. rsa-project rsa-project Public

    Java implementation of the RSA cryptographic algorithm, including public and private key generation, message encryption, and decryption. Educational project focused on understanding asymmetric cryp…

    Java