Skip to content
View Rubidium7's full-sized avatar
  • Helsinki

Block or report Rubidium7

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

Hi there, I'm Noel 🦕👋

About Me

A budding software engineer with a growing interest in embedded systems and cybersecurity. Kinda in love with low-level coding and building things up from scratch. Though you might catch me dabbling in webdev, python, and such from time to time :)

Projects

Network Security

  • sha256: the sha256 hashing algorithm coded in Rust
  • md5: the md5 hashing algorithm coded in Rust
  • ping: the ping command made in C

Web development

  • transcendence: a website for playing pong online mainly utilizing Django and Javascript
  • fullstack open: doing the fullstack open course

DevOps

  • inception: a Docker project building containers for and setting up MariaDB, WordPress and Nginx

C++

  • ft_irc: an irc server written in C++
  • cpp_modules: small practice exercises to study C++

C

  • minishell: a bash inspired shell written (of course) in C
  • libft: my own library of basic C functions rebuilt from scratch
  • philosophers: a project tackling the classic multithreading problem of the dining philosophers
  • cub3d: 3D game made purely in C

🛠️ Languages and Tools :

C, C++, Python, Rust, Django, Docker, lldb, Git, Bash, Javascript, CSS, HTML, PostgreSQL

Pinned Loading

  1. minishell minishell Public

    a shell made from scratch

    C 1

  2. sha256 sha256 Public

    sha256 algorithm made in rust

    Rust

  3. flowerbuddies/transcendence flowerbuddies/transcendence Public

    website for playing pong online

    Python

  4. ft_irc ft_irc Public

    irc server made from scratch

    C++

  5. ping ping Public

    recreating the ping command

    C

  6. inception inception Public

    docker, linux and sysadmin practice

    Shell