Skip to content
View villaleo's full-sized avatar

Block or report villaleo

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

Hii!

I'm Leo Villalobos, a Web Development Instructor at Digital NEST. I studied Computer Science at CSU Monterey Bay and have a concentration in Software Engineering. At Digital NEST, I have the privilege to share my experiences and teach programming and web development to the youth of my community.

I love learning new things and am constantly growing my skillset. Go is my go-to programming language, but lately i've been learning more about JavaScript, Gleam, and Rust.

Cool Stuff I'm Working On

  • Calculator API: A lightweight, stateless REST API to perform basic arithmetic operations. The goal of this project is to practice my programming and software design skills with Go, utilizing the net/http and encoding/json packages to create a stateless API service.
  • EventHub: An event management API service to create and manage events, similar to services provided by Eventbrite and Meetup. The goal of this project is to learn how to use gRPC, Protocol Buffers (ProtoBuf), and the go.uber.org/fx package to create a distributed backend service using dependency injection.

Get In Touch

Popular repositories Loading

  1. cstash cstash Public

    Your snippets, all in one place.

    Go 1

  2. platformer-game platformer-game Public

    This is the final project I completed for the Google-sponsored Computer Science Summer Institute (CSSI). I worked on this project in a small group of three.

    JavaScript

  3. general-chatbot general-chatbot Public

    A basic I/O chatbot I created during my senior year in high school with two other individuals for AP Computer Science A (AP CSA). Utlizes basic object-oriented topics introduced in AP CSA.

    Java

  4. image-search-application image-search-application Public

    A program where the user enters a keyword from a set database, selects a filter, and receives the output image with the filter applied.

    Python

  5. simple-image-site simple-image-site Public

    A webpage which displays three random images from a given image metadata structure using Flask, Bootstrap, and Pillow.

    Python

  6. cst-205-final cst-205-final Public

    An application which asks the user to enter a query and searches YouTube. The first result from YouTube is returned and played to the user.

    Python