Skip to content
View victorlga's full-sized avatar

Highlights

  • Pro

Block or report victorlga

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
victorlga/README.md

Hi 👋, I'm Victor Assis

I'm currently pursuing a Computer Engineering undergraduate degree at Insper - Instituto de Ensino e Pesquisa. My primary areas of interest include computer architecture, high-performance computing, and data engineering.

Current Roles

Actively seeking Data or Software Engineering internship or junior positions starting in January 2025.

July 2024 - December 2024: Working on a university capstone project in partnership with CTI Renato Archer. Focused on RISC-V IP development for 🇧🇷 aerospace applications.

Previous Roles

June 2024 - July 2024: Summer Research Intern at the University of Illinois at Urbana-Champaign, under the supervision of Prof. Mohammed El-Kebir, PhD. My research centered on implementing algorithms for tumor phylogeny inference using C++.

August 2022 - May 2023: Data Intern at ADDI, a Colombian Buy Now Pay Later provider. I was primarily responsible for product and revenue analytics for operations in Brazil and Colombia.

July 2021 - June 2022: Founder of Cowala Software, a software studio where my college friends and I developed code, sold software, and enjoyed the process. I was mainly responsible for sales, customer service, and hiring engineers.

Technical Skills

Programming Languages: I have a strong foundation in Python and C/C++, which I continuously strive to improve and expand upon.

Current Studies: Data Engineering and Leet Code

Python C/C++

Pandas NumPy scikit-learn TensorFlow Keras

VHDL MySQL Postgres Terraform AWS

Pinned Loading

  1. cloud-course-project cloud-course-project Public

    This project automates the provisioning of a public cloud infrastructure on AWS using Terraform. Supported by a infrastructure that includes an Application Load Balancer, Auto Scaling EC2 instances…

    HCL 3

  2. mips-pipeline-32bits mips-pipeline-32bits Public

    5-stage pipeline MIPS CPU. The CPU supports 18 MIPS instructions, including 32 general purpose registers, 32-bit ALU, 32-bit PC, 32-bit data memory, and 32-bit instruction memory.

    VHDL

  3. zombie-startup-interpreter zombie-startup-interpreter Public

    The Zombie Startup Interpreter is a satirical programming language simulating startup life cycles, featuring variable declarations, loops, and conditionals with startup-themed syntax.

    Python

  4. vehicle-routing-problem vehicle-routing-problem Public

    Capacitated Vehicle Routing Problem (CVRP) solver using heuristic and parallel algorithms with OpenMP and MPI for optimized route planning and performance.

    C++

  5. lua-compiler lua-compiler Public

    A lightweight compiler for a subset of the Lua language. This project includes components for preprocessing, tokenizing, parsing, node generation, and ASM code generation.

    Python