Skip to content
View sh-koh's full-sized avatar
❄️
im reproducible and purely functional
❄️
im reproducible and purely functional
  • École ENI
  • Nantes, France
  • 14:49 (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 Briand";
    age = 23;
    job = "student";
    hobbies = [
      "networks"
      "systems"
      "devops"
      "programming"
      "gaming"
    ];
  };
in
  with lib;
  ''
    Hi ! ${me.name + ", " + toString me.age}, I love ${strings.concatStringsSep ", " me.hobbies} !
    I'm a ${me.job} at ENI to become a "DevSecOps" engineer.
  ''

🛠️ My Skills

🧠 DevOps

DevOps Tools

🔧 Software and Tools

Software and Tools

📌 Programming languages

Programming Languages

🎨 Markup and Style Languages

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