Skip to content
View juanezamudio's full-sized avatar

Organizations

@cubacandela

Block or report juanezamudio

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

Hey, I'm Juan Zamudio! 👋🏽

Typing SVG

LinkedIn GitHub Sponsor

Profile Views


🎭 About Me

I'm a Pomona College graduate with a unique double major in Computer Science and Theatre — a blend that fuels my passion for creative problem-solving and building meaningful experiences.

🌴 Based in Miami, FL

💡 Passionate about Product Development, UI/UX Design, Entrepreneurship, and Diversity in Tech

🎯 I believe technology should be accessible, inclusive, and beautifully designed

🎵 Currently vibing to:

spotify-github-profile


🎲 Fun Facts

  • 🎭 Theatre nerd who loves acting, singing (especially karaoke), and dancing
  • 🌎 Born in Colombia, raised in the U.S., and have traveled to 40+ states
  • 🗣️ Trilingual: English, Spanish, and Italian
  • 🛹 When I'm not coding, you'll find me longboarding, at the gym, or exploring new places
  • 📺 Sci-fi enthusiast — currently obsessed with Dark Matter and Silo

🛠️ Tech Stack

Languages

Java Python JavaScript

Frameworks & Libraries

React Next.js Node.js Expo

Cloud & DevOps

Vercel Firebase Google Cloud Render GitHub Actions Git

Design

Figma Canva


🔭 Currently Working On


🚀 Featured Projects

Project Description
🔗 Wikipedia-PageRank Implementation of the PageRank algorithm for ranking Wikipedia pages by importance
📧 Email-and-Grade-Distributor Python automation tool for generating and distributing homework grades to CS students
📊 GraphParserDrawer Visualizes graph data depicting community relationships using JUNG framework
🧩 MazeSolver Performance comparison of various graph search algorithms in maze-solving
🎮 Connect4AI Game-playing AI using minimax strategy with custom evaluation functions

📈 GitHub Stats

GitHub Trophies
GitHub Stats Top Languages GitHub Streak
WakaTime Stats
Activity Graph
github-snake

📝 Latest Blog Posts


🤝🏽 Let's Connect!

I'm always open to interesting conversations, collaboration opportunities, and new ideas.

Whether it's about tech, theatre, or building something amazing together — let's chat!

LinkedIn


💖 If you find my work helpful, consider sponsoring me!

Sponsor


Random Dev Quote

Pinned Loading

  1. Wikipedia-PageRank Wikipedia-PageRank Public

    Pagerank is a graph algorithm for ranking vertices by "importance". It is named after Google co-founder Larry Page. This implementation of Pagerank is for Wikipedia.

    Java

  2. Email-and-Grade-Distributor Email-and-Grade-Distributor Public

    A python script that generates automated emails with graded homework assignments for students in the CS51 course at Pomona College.

    Python

  3. GraphParserDrawer GraphParserDrawer Public

    A program that parses and draws a graph (using the JUNG Graph Drawing Library) from data detailing relationships and connections among a community of dolphins.

    Java

  4. MazeSolver MazeSolver Public

    This project investigates the performance of several graph search algorithms. Using several search algorithms to solve a maze and compare their behavior, we find that some algorithms perform better…

    Java

  5. Connect4AI Connect4AI Public

    A Connect Four AI that uses minimax to a depth of at least 6 with a decent evaluation function. It potentially beats a minimax AI which goes to a depth of 5 and has a very basic evaluation function.

    Java

  6. Adrich-Tech-Assessment Adrich-Tech-Assessment Public

    Python