Skip to content
View sh-koh's full-sized avatar
🤯
Life Goal: DevSecNetGitDataSysMLFinBizOps engineer :]
🤯
Life Goal: DevSecNetGitDataSysMLFinBizOps engineer :]
  • École ENI
  • Nantes, France
  • 15:12 (UTC +02:00)

Organizations

@Notre-Github

Block or report sh-koh

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

🙋 About me

let
  inherit (builtins) concatStringsSep;
  me = {
    name = "Abdel B.";
    job = "student";
    hobbies = [
      "networks"
      "systems"
      "devops"
      "programming"
    ];
  };
in
  ''
    Hi ! ${me.name}, I love ${concatStringsSep "," me.hobbies} !
    I'm a ${me.job} @ ENI, studying to become a "DevSecOps" engineer.
  ''

🔁 My Skills

📦 DevOps

DevOps

🔧 Tools

Software and Tools

🧠 Programming

Programming languages

🎨 Markup and style

Markup and style languages

Pinned Loading

  1. nixos-config nixos-config Public

    NixOS configuration

    Nix 3

  2. sonare sonare Public

    [WIP] An humble attempt to recreate Mopidy in pure Rust 🦀

    Rust

  3. norst norst Public

    [WIP] An attempt at making a 'zettelkasten' app.

    Rust

  4. accipere accipere Public

    [WIP] A fastfetch clone written in Rust

    Rust

  5. hoom hoom Public

    [WIP] A doom-like in haskell, using raylib

    Haskell 1

  6. calip calip Public

    CLI tool to deal with networking stuff.

    Go