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

Organizations

@studieresan

Block or report AxlLind

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
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-2024). Mostly in Rust

    Rust 61 3

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

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

    Rust 13 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 modern type annotated Python.

    Python 13 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. red-black-tree red-black-tree Public

    A red-black tree implemented in C

    C