Skip to content
View lucasbelvedere's full-sized avatar

Block or report lucasbelvedere

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
lucasbelvedere/README.md

Hi there, I'm Lucas Cesar! ๐Ÿ‘‹

Typing SVG

๐Ÿš€ About Me

I'm Lucas Cesar Belvedere! I'm a passionate Software Engineer at OC Solar with a strong foundation in backend, cloud infrastructure, and DevOps.

  • ๐ŸŽ“ Education: B.S. in Computer Science from University of California, Irvine
    • ๐Ÿค– Specialization in Intelligent Systems (Artificial Intelligence)
  • ๐Ÿ’ผ Current Role: Software Engineer at OC Solar
  • ๐ŸŽฎ Interests: Computer Science, Video Games, and Travelling ๐ŸŒ

๐Ÿ’ป Technical Skills

Languages

Frameworks

AI & Machine Learning

Cloud & DevOps

๐ŸŽฏ Areas of Expertise

  • โš™๏ธ Backend Development: Building robust and scalable server-side applications
  • โ˜๏ธ Cloud Computing: Designing and implementing cloud-based solutions
  • ๐Ÿš€ DevOps: Streamlining development workflows through automation, CI/CD, infrastructure as code, and reliable deployment practices
  • ๐Ÿค– AI and Machine Learning: Developing intelligent systems and machine learning models

๐ŸŒŸ What I'm Up To

  • ๐Ÿ”ง Enhancing my cloud architecture and backend software engineering skills, as well as OC Solar's CI/CD pipeline
  • ๐Ÿง  Exploring advanced machine learning techniques on the side
  • ๐Ÿš€ Contributing to innovative projects at OC Solar

๐Ÿ“ซ Let's Connect!

LinkedIn Email Work Email


โšก "Passionate about leveraging technology to solve real-world problems" โšก

Pinned Loading

  1. blending-images-project blending-images-project Public

    In this project, I try to implement some image blending algorithms in Python, such as gradient domain blending, and Laplacian blending.

    Jupyter Notebook

  2. Panoramic-Image-Generation Panoramic-Image-Generation Public

    A program to create panoramas from three pictures: one central, one shifted left, and one shifted right. It uses homographies to seamlessly merge them into a single panoramic image.

    Jupyter Notebook

  3. terraform-aws-s3-bucket terraform-aws-s3-bucket Public

    Using Terraform to automate the deployment of an S3 bucket.

    HCL

  4. variational_autoencoder variational_autoencoder Public

    Variational autoencoder that was programmed with the purpose of learning this generative AI neural network.

    Python

  5. search_system search_system Public

    A search system that is been developed in Python.

    Python

  6. InterferenceGraph--RegisterAllocation InterferenceGraph--RegisterAllocation Public

    Implemented an interference graph by using an adjacency list to add and remove vertices and edges. The graph data structure was utilized to solve for the second part of this project: To register alโ€ฆ

    C++