Profile pic

Hi, my name is Henrique

Software Engineer

A passionate Software developer (C++ / Python / JAVA) and Web developer enthusiast. Specialized in making back-end development with tools like OOP, Data Structures, Algorithms and Pandas

About

Introduction

I'm Henrique Baggio, originally from Brazil with an Italian citizenship, now pursuing a Software Engineering degree in the US. I've collaborated on exciting projects with peers, even though I started my programming journey later than some. To make up for lost time, I'm dedicated to mastering various programming languages through online courses and real-world experiences.

Goals and approach

Looking ahead, I'm eager to find opportunities that expand my programming knowledge and help me build a robust professional network. While I'm particularly interested in the Data Frame/Management space, I'm open to all aspects of software engineering. My plan involves continuous learning, hands-on experience through personal and open-source projects, active networking within the tech community, and seeking internships and job opportunities to gain practical expertise while making meaningful contributions to the field.

about pic

Experience

Ottimizza LDTA

Software Engineering Intern

  • Project: Reorganize Bank statements content in order for the main software to be able to read it properly using AWS Lambda.
  • Project: Create software that gets the content of an image and turns it into strings.
  • Ensure data integrity, provide comprehensive documents & conduct thorough testing.
  • JAVA, Python (Pandas, Tabula), ASW (Lambda, S3), Docker Image.
August 2023 – Present

FGCU

Teaching Assistant FGCU

  • Helped struggling students individually and in small groups learn Pointers, Loops, and Object Orienting Programming in C / C++ and Python.
  • Developed customized lesson plans to address each student’s individual needs and learning styles.
  • Graded programming assignments and test, providing constructive feedback to students based on results.
August 2023 – Present

FGCU

WCE Learning Hub Mentor FGCU

  • Developed customized lesson plans to address each student’s individual needs and learning styles.
  • • Teamed up with other tutors to establish the best way to teach a topic.
  • Helped struggling students individually and in small groups learn Pointers, Loops, and Object Orienting. Programming in C / C++ and Python.
August 2023 – Present

Skills

Select an Icon

Projects

Pokemon Cerulean++

As part of our group project for Programming I, we were tasked with creating a GUI project using the C++ library SFML.

Our aim was to closely replicate the Pokemon battling system using a point-and-click SFML GUI system, effectively reverse-engineering its mechanics.

The game offered players the choice of selecting between Charmander, Bulbasaur, and Squirtle. During battles, we incorporated two main moves: "Tackle," dealing base damage, and an "Elementary" attack, which varied in effectiveness based on the opponent, adhering closely to the original game's logic.

Skills: C++ / SFML / Collaboration

Traffic light

In my Computer Organization & Assembly programming course, my group and I, developed a working program using Assembly language and timers.

Using the microchip 328p and the appropriate layout, this programming language can facilitate the creation of numerous intriguing projects. In our case, my group and I opted to design a traffic light system that could trigger a signal once the "pedestrian" button was pressed. This signal, in turn, would change the red light of the opposing traffic signal so that one could cross safely.

Assembly Programming Language / Micro-ship manipulation / Collaboration

Metrics Converter

During my Freshman year in the Intro to Computer Science course, I undertook an individual project that involved incorporating various mathematical symbols taught in the class. My goal was not only to utilize these symbols but also to ensure the program remained stable even when subjected to unintended inputs.

As an International Student experiencing life in America for the first time, I encountered challenges while adapting to the US units of measurements, distinct from that used elsewhere in the world. To facilitate my day-to-day activities, I developed this Program to aid in the conversion process.

Python Programming Language