Skip to content
View ashleyfletcher76's full-sized avatar

Highlights

  • Pro

Block or report ashleyfletcher76

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

Pinned Loading

  1. 42_transcendence 42_transcendence Public

    A full-stack multiplayer Pong platform built with a microservice architecture, including user auth, JWT tokens, and real-time chat. All services run in Docker with HTTPS enforced through NGINX and …

    Python 1

  2. Cub_3D Cub_3D Public

    A small raycasting engine inspired by Wolfenstein 3D, built entirely in C. It renders a 3D maze from a 2D map, with textured walls, collision detection, and smooth player movement.

    C 1 1

  3. web_server web_server Public

    A small custom HTTP server using kqueue for non-blocking I/O. Built to understand how real web servers handle connections and requests.

    C++ 1

  4. friendSpace friendSpace Public

    FriendSpace is a full-stack learning project for a social app that keeps friend lists meaningful through periodic re-verification (QR scan or renewal request) while still allowing anyone to message…

    Java

  5. my-portfolio my-portfolio Public

    This repository has been built to showcase the projects I have worked on but also to show my ability to learn new skills quickly.

    TypeScript

  6. productivityApp productivityApp Public

    A small productivity platform built as three Spring Boot microservices—user, auth, and todo—each running in its own Docker container. Authentication uses RS256 JWTs, and the todo service returns on…

    Java