About Me

Hello there, nice to meet you! let me tell you a little about my story. I am from Venezuela, a South-American country that is going through a tough time. Which is the reason why I immigrated to the United States of America to pursue my goals. Currently, I am working on graduating with a Bachelors in Computer Science. During this process, I have been also learning different skills you can check by scrolling down. I love programming, it is amazing to me how I am able to transform abstract ideas into software, making the complex simple . I enjoy sharing my knowledge as well as creating and innovating. Now just keep scrolling, and get to know me better as you go!

Work Experience

  • πŸ“Œ Developed and implemented a production support system to proactively monitor, report, and resolve codebase bugs, ensuring early detection and resolution of errors before client impact.
  • πŸ“Œ Built a Windows .Net native application using C# and Visual Studio to create robotic process automation (RPA) workflows using Software Decisions Inc’s own RPA library.
  • πŸ“Œ Contributed to the development of a Chrome Extension Manifest V3 using JavaScript to record, display and export browser processes for automation.
  • πŸ“Œ Created API in C# to communicate the chrome extension with the Windows .Net application previously mentioned for exporting recorded workflows.
  • πŸ“Œ Improved product’s efficiency by analyzing collected information from clients using Google Cloud and microservices implemented in JAVA, which resulted in an 80% reduction of data processing.
  • πŸ“Œ Exposed product’s real time lag to another team by creating an API in JAVA using Spring Boot framework which allowed the other team to recognize processed events.
  • πŸ“Œ Ensure inventory replenishment by using Google Apps Script to access inventory data and communicate to upper management all items that are below set threshold.
  • πŸ“Œ Assist lesser served communities by teaching/leading Comp-U-Dopt after school enrichment programs to 150+ students between 9 and 17 years old.
  • πŸ“Œ Providing feedback and suggestions on curriculum and program revision.
  • πŸ“Œ Collecting classroom information, including attendance as well as metric and measurement reports.
  • πŸ“Œ Maintaining quality service by establishing and enforcing organization standards.
  • πŸ“Œ Supporting technical and classroom management knowledge by attending staff meetings and educational workshops.
  • πŸ“Œ Create user interface for CougarCS members by developing a Discord Bot using TypeScript to interact with the organization’s data.
  • πŸ“Œ Representing the college at 10+ recruitment events at local schools and community events every semester.
  • πŸ“Œ Presenting orientations for 100+ new students.
  • πŸ“Œ Organizing all aspects of Student Life programs and events.
  • πŸ“Œ Conducting campus tours for prospective students, new students and campus visitors.
  • πŸ“Œ Effectively delivering tutoring services through 20+ sessions a week to the student population learning Spanish or English as Second Language in the Language Lab through individual, group, and/or on- line tutorial sessions.
  • πŸ“Œ Establishing and maintaining an environment that encourages learning.
  • πŸ“Œ Modifying and personalizing tutoring strategies to accommodate learning styles.

Contact me for work references.

Education

Univeristy of Houston

University of Houston logo
  • πŸ““ Develop computer programming skills by creating programs to manage savings accounts. Code applications to apply mathematical logic. Refine critical thinking and problem-solving skills in college math and programming classes.

Lonestar College Montgomery

University of Houston logo
  • πŸ““ Learned programming fundamentals to create simple applications.
  • πŸ““ Elected as President of Spanish Club and Captain in Soccer Team.

"Education opens your mind, but your effort makes you succesful"

Skills

πŸ’» Programming Languages

The first programming language I started learning was Java at my university. I realized that I could create Android applications with it and that is how I developed my knowledge with Java. The second programming language I learned, and the one that I used the most right now, was JavaScript. I was interested in web development, and many people and online resources suggested JavaScript for this purpose. So, I dived into it. Also, I have been curious about Python. That is why I have learned the main subjects about the languge and created some small programs with Python. Finally, C++ is a language that I have been required to use in many of my courses at my university. I have learned the basics of the language and I am currently learning more about it.

πŸ’ͺ🏼 Skill Level

JavaScript

Advanced

C#

Proficient

Java

Proficient

Python

Prior Experience

C++

Prior Experience

πŸ“£ Bilingual

I was born in Venezuela, a Spanish speaking country. So, Spanish is my first language. I studied English for a year in my home country before coming to the United States. I lived in Iowa for a while, where I exposed myself to the language as much as I could. Then, I started my university program and became academically, socially, and professionally proficient at the English language.

Spanish 🌎 English

πŸ“± Web development

I enjoy Web Development. I have prior experience with designing that helps me with front-end development. However, I like more working on back-end development because it is more challenging, in my opinion. Usually, I use Javascript, HTML, and CSS. Also, I often work with Boostrap and JQuery because they are great tools for front-end development. As an illustration of this, I created this website you are looking at right now. For the backend, I often work with Node JS and NoSQL databases such as Mongo DB.

πŸ‘“ Frontend Skills

CSS

HTML

JavaScript

Bootstrap

🀿 Backend Skills

Node JS

Express Apps

Mongo DB

Projects

TeamFluidFlow

TeamFluidFlow is a web application designed to help team leaders manage and track their team performance in projects. Users can create projects, add team members, create and assigned tasks to them and so on. This app shows my ability to work in a full functional website. Including authentication and authorization. I am constantly updating this website to make it more robust. I use it myself to manage projects where I work alone or with a team. I hope you enjoy it and becomes a helpful tool as a team leader.

βš™ Technical details:
  • πŸ“‹ Backend: Node JS
  • πŸ“‹ Frontend: HTML - CSS - JavaScript
  • πŸ“‹ Database: Mongo DB
Wireshark Clone

Wireshark Clone is a Java Application that copies core functionality from the widely used network protocol analyzer Wireshark. Just like Wireshark, this application captures and displays network traffic. It allows to write and read pcap files, filter packets and so on. This project was developed as a final project for the Software Design course at the University of Houston. I worked in a team of 3 people. I led the project dividing tasks and making sure the code was clean and cohesive.

βš™ Technical details:
  • πŸ“‹ PCAP4J Library
  • πŸ“‹ Written in Java
  • πŸ“‹ Used MAVEN
Reservation System

This Reservation System is a Web Application that works to manage reservations for a restaurant. It allows to create reservations, modify them, delete them and so on. This project was developed as a final project for the Fundamentals of Software Engineering course at the University of Houston. I worked in a team of 2 people. I led the project dividing tasks and making sure the code was clean and cohesive.

βš™ Technical details:
  • πŸ“‹ Written in Python
  • πŸ“‹ SQL Database
  • πŸ“‹ Flask server
Python Interpreter

This Python interpreter parses, process, and executes Python files by doing three passes to the input. It takes all characters and creates tokens for every element, such as identifiers, numbers, booleans, conditionals, functions and so on. Then it runs through the tokens and places them in order inside of an Abstract Syntax Tree. Finally, it executes the code by traversing the tree and executing the nodes. This project was developed as a final project for the Programming Languages and Paradigms course at the University of Houston. This project exposed me to C++ and the concepts of compilers and interpreters.

βš™ Technical details:
  • πŸ“‹ Written in C++
SureDone

SureDone is an Android App intended to help students manage their tasks better. This app is based on a time managing system called "Get Things Done" (GTD). The app's goal is to improve students' time managing and efficiency so that they accomplish more in less time. Also, the GTD system avoids users to forget their tasks in the app. If used correctly, students will surely get things done.

βš™ Technical details:
  • πŸ“‹ SQL database for storing
  • πŸ“‹ Written in Java
TimeToChess

TimeToChess is an Android App to play chess and work as a timer the same way classical chess is played. TimeToChess helps players to have casual games with a chess clock handy. The app posses the ability to save clock configurations as well as personalizing the players' names. I personally enjoy playing chess, and find useful this app when I play with friends. Let's play chess with TimeToChess.

βš™ Technical details:
  • πŸ“‹ SQL database for storing
  • πŸ“‹ Written in Java