Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View highesttt's full-sized avatar

Highlights

  • Pro

Organizations

@Cobra-Epitech @CubeKube @AviateLabs @WhichKey @StashrApp

Block or report highesttt

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

Hi there đź‘‹

About Me

I've been into computers since I was 3 and started software development at 10 years old, starting with a custom plugin in Java for my own Minecraft server, which is still running to this day.
I was also President of the Epitech Bordeaux Coding Club. which is an organization that helps students learn and practice coding through various projects and events.
Unlike many others, I have my strong opinions about AI and its role in software development.

I am more of a backend developer, but I also enjoy working on mobile applications and desktop software.

I have my own VPS that I use to host my projects and experiment with new technologies.

Portfolio

Feel free to check out my portfolio to see more about me and my work.

My Daily Carry

  • Laptop: Galaxy Book3 Pro 360
    • OS: Windows 11
    • Shell: Fish
    • IDE: IntelliJ IDEA & Visual Studio Code
    • Terminal: Windows Terminal
    • Shell Prompt: Starship (my config)
  • Phone: Galaxy Z Fold6
  • Tablet: Galaxy Tab S8 Ultra
  • Watch: Galaxy Watch6 Classic

Big Projects

Project Description Tech Stack
SkNetwork This is the infamous Minecraft server network I run, which has been active since 2012, it ran through 3 different names before settling with this one. I've written a few custom plugins for it, ranging from the massive SkCore plugin to the smaller SkExplosions plugin Kotlin SQLite Java Postgres Docker
Aviate A flight companion app that helps users manage their travel plans, check flight statuses, and access boarding passes easily. React Native Go Next.js Postgres Python Rust Docker AWS

Smaller Projects

Project Description Tech Stack
Classes App A simple android app which automatically syncs with Blackboard and Moodle to show your class schedule and upcoming assignments. React Native
IPTX A modern and super fast IPTV player for Android. React Native
Beeper WinUI Theme A custom WinUI theme for Beeper Desktop to make the app feel more native. CSS
Open In Editor A Raycast Extension that allows you to open files and projects in your favorite code editor directly from Raycast. TypeScript
SSH Raycast A Raycast extension that allows you to SSH into your servers directly from Raycast. TypeScript
WhichKey A keyboard-driven shortcut manager inspired by Vim's WhichKey. TypeScript Electron.js
Advent Calendar A minecraft plugin that adds an advent calendar to your server, allowing players to open a new door each day in December leading up to Christmas. Java
Native Twitter Emojis A simple tampermonkey script which allows you to use native system emojis on Twitter web instead of Twitter's custom emojis. JavaScript

School Projects

Project Description Tech Stack
Minilibc (Solo) A custom implementation of the C standard library functions as part of an X86-64 assembly programming course. Assembly
AbstractVM (Solo) A simple stack-based virtual machine that executes a custom assembly-like language, implemented in C++. C++
MyRPG (Group) A 2D RPG game developed using the CSFML library, featuring particles, character progression, and quests. C CSFML
ARea (Group) An IFTTT-like application that allows users to create automated tasks based on triggers and actions. React Native Vue.js Postgres Docker C# .Net

Contact Me

Feel free to reach out to me via email.

Pinned Loading

  1. AbstractVM AbstractVM Public archive

    AbstractVM Epitech Second Year project

    C++

  2. OpenInEditor-Raycast OpenInEditor-Raycast Public

    Open in code editor Raycast Extension

    TypeScript 5

  3. Beeper-WinUI-Theme Beeper-WinUI-Theme Public

    Beeper Desktop WinUI 3 Theme

    CSS 2

  4. minilibc minilibc Public archive

    Basic default C Library functions in x86_64 assembly

    Assembly