Haven't been updating my projects here because I'm preparing to take the AWS Cloud Practitioner on September!
edit: I passed it!!!!!! 🥳🥳🥳🥳☁️☁️☁️☁️
Now studying to take the OCI Developer professional!
- 🏫 I'm a Brazilian English teacher that transitioned to a career in tech.
- 🎓 Pursuing a degree in Systems Analysis and Development.
- ⛰️ On the weekends, I enjoy hiking or spending time at the beach.
- 🐧 I've been a Linux user since always.
- 🤝🏽 Say hi to me on LinkedIn!
- 🏢 My work github: @erickgoncalvesvhl
- Java - Spring Boot, Java EE, JSP
- Python - Flask and Django
- SQL - SQLite, MySQL and PostgreSQL
- RESTful APIs
- SOAP and XML
- MVC Arquitecture
- Postman
- Linux
- HTML, CSS, JavaScript
- AWS
- Docker
I'm building a social network app with Spring Boot, Spring Data JPA, Thymeleaf, and MySQL. Users can connect with friends, share posts, and comment on each other's content. The app features a newsfeed that displays the latest posts from the user's friends. You can find the repository here. Stay tuned for updates!
I built an API that manages the service of a library. It was built on Spring with Spring Boot, Spring Data JPA with MySQL and Spring MVC. It allows the user to manage books, users and loans. Each user can only borrow 2 books at once, a borrowed book that has not been returned cannot be borrowed and each user has the history of all loans, as well as books have history of previous loans. You can find the repository here.
I built a movie app that allows users to search for movies and series and add them to their favorites list. The app is built with Python Flask and uses SQLite to store data. Although it's not completely RESTful, it was my first project built from scratch. You can find the repository here.
I built a Wikipedia-like app with Python Django as a project of the CS50 Web Progamming Course. It let's the user search through entries, add new ones, remove them and edit existing ones. It was not built 100% from scratch as the boilerplate code was given by the project instructions, but all the logical part was done by me. You can find the repository here.