Skip to content
View PAdventures's full-sized avatar
  • Southampton, England
  • 01:07 (UTC +01:00)

Highlights

  • Pro

Block or report PAdventures

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

👋 Hi, I’m @PAdventures

I'm a student at the Univeristy of Southampton studying Computer Science w/ AI. I mostly just code random stuff and mess around with lanaguges. However, I do occasionally program "serious" projects where I will use git and document code (when I remember too).

Need to know my real name? no lmao

What do I do when I'm not coding?

  • Studying at Univerity
  • Running 🏃
  • Gaming 🎮
  • Hiking (rarely)

About my programming stack

Over the years, I've learnt and looked at many programming languages. Some have been much more recent, others I've known for years. Python was my first proper language that I learnt where a few years after, I discovered HTML alongside CSS and JavaScript. Then I messed around in RobloxStudio with Lua for a year or so. Interestingly enough, I started learning Rust before learning C. This may come as a surprise to many (or not), since I know of many amazing programmers who've all said to learn C first after knowing a bit about programming. C is a wonderful language in many aspects, but I do recognise its problems. Hence, why I chose to learn Rust first where the borrow checker and lifetimes essentially prevent all memory leaks.

For the lonest time, I was using VSCode as my text editor/IDE. However, I always hated that it was high on the memory usage side, which is when I discovered Zed which is now my go-to for all languages except Python (PyCharm) and Java (IntelliJ IDEA).

I do tend to forget to update my profile, so it may be out of date

My Stack

Languages

Javascript Typescript Python HTML5 lua rust java C

JavaScript Runtimes

Nodejs Deno Bun

Databases and ORMs

prisma Drizzle Redis Mongodb Supabase

Web Frameworks

Nextjs

Text Editors / IDEs

Roblox Studio Zed xcode vscode pycharm intellij idea

Platforms

Macos

Random Stats

Stats
Top Languages

Popular repositories Loading

  1. PAdventures PAdventures Public

    Config files for my GitHub profile.

  2. Telium Telium Public

    Python

  3. COMP1312-Space-Cadets COMP1312-Space-Cadets Public

    Rust

  4. python-ci python-ci Public

    Python

  5. WarehouseManagementSystem WarehouseManagementSystem Public

    A small Java project messing around with things I've learnt about the language and using it in a project for fun

  6. RustShark RustShark Public

    RustShark is a Rust implementation of a packet sniffer, inspired by Wireshark. It allows you to capture and analyse network traffic in real-time, providing insights into the data being transmitted …

    Rust