Skip to content
View sh-koh's full-sized avatar
❄️
we flakin'
❄️
we flakin'
  • École ENI
  • Nantes, France
  • 19:05 (UTC +02:00)

Organizations

@Notre-Github
Block or Report

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
  lib = import <nixpkgs/lib>;
  me = {
    name = "Abdel B.";
    job = "student";
    hobbies = [
      "networks"
      "systems"
      "devops"
      "programming"
      "gaming"
    ];
  };
in
  with lib;
  ''
    Hi ! ${me.name}, I love ${strings.concatStringsSep "," me.hobbies} !
    I'm a ${me.job} at ENI to become a "DevSecOps" engineer.
  ''

🔁 My Skills

📦 DevOps

DevOps Tools

🔧 Tools

Software and Tools

🧠 Programming

Programming languages

🎨 Markup and style

Markup and style languages

Pinned Loading

  1. nixos-config nixos-config Public

    My NixOS configuration using flakes and home-manager.

    Nix 1

  2. calip calip Public

    CLI tool written in Go to deal with networking stuff.

    Go