Skip to content
View AxlLind's full-sized avatar
πŸ¦€
πŸ¦€

Organizations

@studieresan

Block or report AxlLind

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AxlLind/README.md

Hi, I'm Axel! ✌️ I am

  • MSc graduate of Computer Science from KTH, with a masters in Computer Security
  • a software engineer focusing on security
  • a big fan of Rust πŸ¦€

Advent of Code πŸŽ„

AdventOfCode is the world's largest programming competition, taking place every year during December. πŸŽ„ Last year over 200k people participated. I am one of less than 1000 people who have completed every single year, earning 400/400 ⭐

Some things I've done

  • libwebb, a http webserver framework written from scratch in C! πŸ•ΈοΈ
  • tauri-pw-manager, a desktop password manager written in Rust/Typescript with Tauri! πŸ–₯️
  • cryptopals-rs, solutions to the famous cryptography challenges in Rust! πŸ”“
  • AxOS, a work-in-progress operating system written in Rust πŸ¦€
  • wasm-sandbox-demo, an exploration into the security aspects of WebAssembly through tic-tac-toe πŸ•΅οΈβ€β™€οΈ
  • mdtable-cli, a cli tool which makes creating markdown tables much easier πŸ“Š
  • easy_io, a Rust library which makes IO in competetive programming a breeze πŸƒβ€β™€οΈ
  • synacor_challenge, a solution to the Synacor challenge with a detailed write-up of the process 🍻
  • Number-Recognition, a three-layer artificial neural network written from scratch in C++ πŸ€–
  • Sense, a React app Chrome-extension which displays useful information on your new-tab page ⏱
  • simple-slack-verification, a npm package for Slack signed secret authentication πŸ”
  • lc3-rs, a Little Computer 3 virtual machine πŸ’»
  • Strive, a Doodle-jump style mobile game made in Unity and C# πŸ“±

Pinned Loading

  1. AdventOfCode AdventOfCode Public

    Solutions to every single AoC problem (2015-2025). Mostly in Rust

    Rust 70 3

  2. tauri-pw-manager tauri-pw-manager Public

    A desktop password manager built with Rust, Tauri, Typescript, and React

    Rust 15 2

  3. cryptopals-rs cryptopals-rs Public

    Solutions to the Cryptopals challenges in Rust (46/66 completed)

    Rust 3

  4. coursera-cryptography-I coursera-cryptography-I Public

    Solutions to all 6 programming assignments in Dan Boneh's course Cryptography I. Written in type annotated Python.

    Python 16 2

  5. compiler-construction compiler-construction Public

    A complete compiler. Targets both the JVM and a garbage collected C backend written from scratch

    Scala 3

  6. rudis rudis Public

    A Redis server implementation in Rust

    Rust