Skip to content
View DavidUlloa6310's full-sized avatar
🦕
doing dino things
🦕
doing dino things

Highlights

  • Pro

Organizations

@weareinit@upe-webdev-2

Block or report DavidUlloa6310

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.

Content in all repositories owned by your account will be closed.
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
DavidUlloa6310/README.md

David Ulloa

🌐 Website | 🌍 LinkedIn

About Me

Hello! I'm David, a passionate programmer and full-stack engineer with leadership and research skills. I'm on a mission to make a significant impact in my community and beyond. I'm a former Google Software Engineering Intern where I worked on parsing code repositories for LLM context. Currently working on applying my skills in deep learning through research.

  • INIT FIU - President - Miami, Florida (Jan 2024 - December 2024)
    • Former Director of Technology (Jan 2023 - December 2023)
    • Skills: Full-Stack Development, TypeScript, Docker, CSPs (AWS), Project Management
  • Google - Software Engineering Intern (May 2024 - August 2024)
    • Location: Sunnyvale, California
    • Developed and designed end-to-end RAG system in Kotlin, Go, and TypeScript for user git repositories, informing external and internal chat systems on relevant code for user queries, integrating with larger micro-service architecture / frontend.
    • Constructed pipeline for processing repositories, fetching repositories from distributed crawling service, building an Abstract Syntax Tree for finding important snippets, generating code-specific embeddings, and doing similarity search based on a user query.
  • Prev. SWE + PM Intern @ Microsoft (May 2023 - August 2023)
    • Location: Redmond, Washington
    • Used SQL-like language for data analytics of big data to decide coverage of a Bing Explorational Search Box, settling on 1% of Bing traffic - 1 million daily users.
    • Studied and implemented prompt engineering for the generation of content used in a Bing Explorational Search Box, then made change with C# framework so results can be passed to the frontend UX teams.

Publications

Snippets


Feel free to connect with me on LinkedIn or check out my website for more details about my projects and experiences.

Pinned Loading

  1. ghubnerr/auraghubnerr/auraPublic

    A living art piece. Uses GANs to generate artistic video representations of emotions captured from a viewer in real time using WebRTC.

    Python 3

  2. optimizersoptimizersPublic

    Simple implementations of most popular optimizers like Adam, RMSProp, Adagrad, and SGD. Optimizers benchmarked against MNIST, Cifar, and IMDB dataset as referenced in the Adam paper.

    Python

  3. search-enginesearch-enginePublic

    Search engine implemented in Golang using Postgres for storing documents and computing TF-IDF values

    Go 1

  4. code-hintscode-hintsPublic

    Website that allows students to practice technical interview questions with the help of an AI assistant. Uses LeetCode problems and context of user submissions to guide students towards better solu…

    TypeScript 2

  5. styled-man/story-blitzstyled-man/story-blitzPublic

    Application that creates playable RPGs based on user selected topic, which allow users to make decisions and learn the consequences in real life scenarios. Used LangChain to feed Wikipedia articles…

    TypeScript 3

  6. GPT-2 from Scratch, with KV-CacheGPT-2 from Scratch, with KV-Cache
    1
    {
    2
    "cells": [
    3
     {
    4
    "cell_type": "markdown",
    5
    "metadata": {