Skip to content
View Aquitano's full-sized avatar

Highlights

  • Pro

Block or report Aquitano

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

Hello, I'm Thomas!

I'm a computer science student at university, building and experimenting with modern web technologies. I love tackling new challenges—whether it’s coding, designing UIs, or creating tools that make life easier. Check out my projects below and feel free to connect!

interface AboutMe {
  languages: string[];
  hobbies: string[];
  funFact: string;
}

const main = (): void => {
  const thomas: AboutMe = {
    languages: ["TypeScript", "Java", "Python", "PHP", "COBOL"],
    hobbies: ["Coding", "Drawing", "Gaming", "Reading"],
    funFact: "The first 1GB hard disk drive was announced in 1980."
  };

  console.log(`Languages I Know: ${thomas.languages}`);
  console.log(`My Hobbies: ${thomas.hobbies}`);
  console.log(`Fun Fact: ${thomas.funFact}`);
};

🛠️ 𝗪𝗵𝗮𝘁 𝗜 𝗨𝘀𝗲

TypeScript
Next.js
Tailwind
Bun
Vite
Node.js
Java
Python
PHP
VS Code

🚧 𝗖𝘂𝗿𝗿𝗲𝗻𝘁𝗹𝘆 W𝗼𝗿𝗸𝗶𝗻𝗴 O𝗻

  • ChillFlow - Productivity app combining lo-fi beats, Pomodoro focus sessions, and simple task management—all in one minimal workspace. ✨

📊 𝗠𝘆 𝗦𝘁𝗮𝘁𝘀

GitHub Streak

Here since 2018.

Pinned Loading

  1. Aquitano.github.io Aquitano.github.io Public

    🎉 Personal Portfolio built with Astro.js & TailwindCSS

    CSS 2

  2. Nixi Nixi Public

    ✨ Nixi is an open-source read-it-later and productivity app.

    TypeScript 7

  3. FrontiersToSpace FrontiersToSpace Public

    ASG Stratosphärenmission 2023

    TypeScript 2

  4. programmable programmable Public

    Social Media App with Django - Created at "Sommercamp 2022" (University of Passau)

    Python 1

  5. TicTacToe TicTacToe Public

    🎮 Real-time TicTacToe Game with Next.js and tRPC 🚀

    TypeScript 1

  6. ChillFlow ChillFlow Public

    Open-source productivity application that combines lo-fi beats with task management

    TypeScript 1