Skip to content
View GustavoMPrado's full-sized avatar

Block or report GustavoMPrado

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 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
GustavoMPrado/README.README
# 👋 Hi, I'm Gustavo Marinho

I'm a **Systems Analysis and Development (ADS)** student at **UNINTER**,  
with hands-on experience in **frontend development**, **backend REST APIs**, and **academic cybersecurity labs**.

I enjoy building **well-structured, tested, and documented applications**, always focusing on clean code, learning, and best practices.

---

## 💻 Areas of interest
- Frontend development (HTML, CSS, JavaScript)
- Backend development (Java & Spring Boot)
- REST API design and validation
- Responsive and accessible web interfaces
- Cybersecurity (defensive security and ethical studies)
- Programming fundamentals (Java and Python)

---

## 🧪 Featured projects

### 🧩 Task Manager API — REST Backend (Portfolio Project)
A **portfolio-ready REST API** for task management, built with professional backend practices.

**Key features:**
- CRUD operations with pagination
- DTO validation and global error handling
- OpenAPI / Swagger documentation
- Dockerized PostgreSQL with Flyway migrations
- Automated tests and CI with GitHub Actions

🛠 Java • Spring Boot • PostgreSQL • Docker • Flyway • JUnit • GitHub Actions  
🔗 https://github.com/GustavoMPrado/task-manager-api

---

### 🌐 Menstruação Sem Tabu — Institutional Website
Frontend project developed for a social education initiative.

🛠 HTML • CSS • JavaScript • GitHub Pages  
🔗 https://gustavomprado.github.io/menstruacao-sem-tabu-website/

---

### 🔐 Ransomware — Academic Cybersecurity Study
Academic lab project analyzing ransomware behavior in isolated environments,  
focused on **defensive understanding and ethical use only**.

🛠 Python • Cryptography • Cybersecurity

---

### 🎣 Phishing — Academic Cybersecurity Study
Laboratory study of phishing techniques for **detection, prevention, and awareness**.

🛠 Kali Linux • Social Engineering • Security Awareness

---

## 📫 Contact
- 📧 Email: [email protected]  
- 💻 GitHub: https://github.com/GustavoMPrado  

---

## 🧭 Currently learning
- Advanced Spring Boot patterns
- REST API testing and CI/CD pipelines
- Preparing for full-stack development (React integration)

Pinned Loading

  1. menstruacao-sem-tabu-website menstruacao-sem-tabu-website Public

    Institutional website for the Menstruação Sem Tabu project.

    HTML

  2. ransomware-academic-study ransomware-academic-study Public

    Academic study project analyzing ransomware behavior in isolated lab environments, focused on defensive cybersecurity learning.

    Python

  3. phishing-academic-study phishing-academic-study Public

    Forked from cassiano-dio/cibersecurity-desafio-phishing

    Academic cybersecurity lab project studying phishing techniques to improve detection, prevention, and user awareness.

  4. task-manager-api task-manager-api Public

    Portfolio-ready Task Manager REST API built with Spring Boot, featuring DTO validation, global error handling, OpenAPI docs, Dockerized PostgreSQL, Flyway migrations, and automated tests.

    Java