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 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
lucasbelvedere/README.md

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

Typing SVG

๐Ÿš€ About Me

I'm Lucas Cesar Belvedere, but feel free to call me Cesar! I'm a passionate Junior Software Developer at OC Solar with a strong foundation in artificial intelligence and a love for building innovative solutions.

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

๐Ÿ’ป Technical Skills

Languages & Frameworks

Python JavaScript Java TypeScript React Node.js

AI & Machine Learning

TensorFlow PyTorch scikit-learn Pandas

Cloud & DevOps

AWS Docker Git

๐ŸŽฏ Areas of Expertise

  • ๐ŸŽจ Frontend Development: Creating responsive and intuitive user interfaces
  • โš™๏ธ Backend Development: Building robust and scalable server-side applications
  • โ˜๏ธ Cloud Computing: Designing and implementing cloud-based solutions
  • ๐Ÿค– Artificial Intelligence: Developing intelligent systems and machine learning models
  • ๐Ÿ“Š Machine Learning: Building predictive models and data-driven solutions
  • ๐Ÿ—๏ธ Full Stack Development: End-to-end application development

๐ŸŒŸ What I'm Up To

  • ๐Ÿ“š Preparing for AWS Solutions Architect certification
  • ๐Ÿ”ง Enhancing my full-stack development skills
  • ๐Ÿง  Exploring advanced machine learning techniques
  • ๐Ÿš€ 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. search_system search_system Public

    A search system that is been developed in Python.

    Python

  2. WordLadderSolver WordLadderSolver Public

    C++ project that uses a priority queue and an algorithm that is based on Dijkstra's shortest path, to find a possible path between two words. Words must be included in words.txt (including the onesโ€ฆ

    C++ 1

  3. 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

  4. 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++

  5. 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

  6. variational_autoencoder variational_autoencoder Public

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

    Python