Skip to content
View Denilson15's full-sized avatar

Block or report Denilson15

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

👋 Hi, I'm Gary Denilson Alvarado

I'm a computer science student, high school CS teacher, and aspiring software/AI engineer. I teach AP Computer Science Principles and Computer Programming & Design, and I’m currently leveling up my skills in C++, JavaScript, and Fullstack development.


💻 What I'm Working On

  • Building frontend projects with HTML, CSS, JavaScript and learning about APIs and React
  • Creating C++ and JavaScript assignments and demos for my students
  • Learning backend fundamentals and preparing for advanced CS coursework
  • Documenting all projects with detailed READMEs

🛠️ Tech Stack

  • Languages: C++, JavaScript, HTML, CSS, React
  • Tools: GitHub, VS Code, Netlify, Vite, Visual Studio
  • Learning: React, Firebase, Linux (UNIX), Assembly

🌱 In Progress

  • Completing my associate's in CS by Spring 2025
  • Completing prerequisite coursework for a Master’s in Computer Science
  • Applying for a Master’s in Computer Science with a focus on AI/Machine Learning
  • Exploring AI-assisted development workflows

🔗 Let's Connect


💡 All code in my repos is written by me. AI tools like ChatGPT were only used for documentation (e.g. writing READMEs).

Pinned Loading

  1. bfs-lab bfs-lab Public

    Reads a .txt file of city-to-city flights and uses Breadth-First Search (BFS) to determine if a path exists between two locations. Highlights file I/O, graphs, and queue-based traversal.

    C++

  2. CS20-Data-Structures-practice-questions CS20-Data-Structures-practice-questions Public

    A collection of C++ practice problems covering recursion, linked lists, trees, stacks, queues, and sorting algorithms. Created to prepare for the CS 20 Data Structures midterm.

    C++

  3. dream-party-decor-webapge dream-party-decor-webapge Public

    A responsive contact form webpage built using HTML and CSS to help a family member grow their event planning business. This project improves accessibility and makes it easier for clients to reach o…

    CSS

  4. nft-webpage nft-webpage Public

    A custom-built NFT landing page featuring a responsive design and interactive elements, developed using HTML, CSS, and JavaScript.

    CSS

  5. solo-restaurant-webpage solo-restaurant-webpage Public

    A custom-built, responsive restaurant landing page developed using HTML, CSS, and JavaScript to practice frontend development skills.

    JavaScript

  6. twitter-mock twitter-mock Public

    A mobile-first Twitter feed clone built from scratch using HTML, CSS, and JavaScript to practice responsive layout and UI design.

    JavaScript