Skip to content
View xtt28's full-sized avatar
  • United States
  • 12:12 (UTC -04:00)

Highlights

  • Pro

Block or report xtt28

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

xtt28's GitHub stats xtt28's GitHub trophies

Hi, I'm xtt28 👋

I'm a software developer with special interest in full-stack web application development and game modding. My projects utilize a variety of technologies that are consistent with the demands of the ever-changing software field.

Notable projects

Identify and analyze trends in any Minecraft server's player count. Spectrum tracking software polls the Java Edition server of your choice and provides you with insights to accelerate your server's growth.

From the ground up, I implemented a classic Minecraft minigame with my own unique twist and published it to the world. The server lets players enjoy creatively designed competitive experiences augmented by reliable software and strong moderation systems.

CloudDrop is a Django-based web app that lets users upload their files to private cloud storage. They can configure visibility for individual files and view a summary of their whole drive as a glance, contributing to a more intuitive expeirence.

Written in PHP with MySQL, Paste is a web app that lets users share text files for quick reference. As a bonus, users can delete their own pastes without creating accounts, as well as set a time for their uploads to expire.

I learned the inner workings of the HTTP protocol by leveraging Go's TCP library to build my own server that serves static files.

Pinned Loading

  1. spectrum spectrum Public

    Identify and analyze trends in any Minecraft server's player count. Spectrum tracking software polls the Java Edition server of your choice and provides you with insights to accelerate your server'…

    Java

  2. neptune neptune Public

    Built from the ground up in Go, Neptune is a twist on the classic Minecraft FFA PvP minigame. Enjoy creatively designed competitive experiences augmented by reliable software and strong moderation …

    Go

  3. micro micro Public

    An experimental HTTP server built from the ground up with Go's TCP library to learn about the HTTP protocol. It serves static files from a directory based on the request URL path.

    Go

  4. paste paste Public

    A simple online pastebin created in PHP using a MySQL database. Supports creating pastes with custom expiration time and deleting them. Augmented by a beautiful, responsive design.

    PHP 1

  5. clouddrop clouddrop Public

    Upload your files to a server, then access and share them with one link. Control individual file visibility for optimal security.

    Python