Skip to content
View MikaelFangel's full-sized avatar
🐝
Creative
🐝
Creative

Highlights

  • Pro

Block or report MikaelFangel

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MikaelFangel/README.md

Does it compile?

type PersonalInformation = { name: string; description: string; mail: string }
let myContactDetails =  {
    name = "Mikael Fangel"
    description = "Software engineer developing cyber security systems."
    mail = "public.tradition061@passinbox.com"
}

type Interest = string
let myInterest: Interest List = [ "Linux"; "Security"; "NixOS"; "Functional Programming" ]

type LevelOfConfidence = Advanced | Intermediate | Beginner
type SkillSet = { programmingLanguages: (LevelOfConfidence * string List) List
                  technologies: (LevelOfConfidence * string List) List }
let mySkillSet = {
    programmingLanguages = [
        (Advanced, [ "Java"; "Elixir"; "VBA" ])
        (Intermediate, [ "F#"; "Kotlin"; "C"; "C++" ])
        (Beginner, [ "R"; "Bash"; "Nix"; "Go"; "Prolog" ])
    ]
    technologies = [
        (Advanced, [ "Linux"; "Tines"; "Git" ])
        (Intermediate, [ "Docker"; "SIEM" ])
        (Beginner, [ "Firebase" ])
    ]
}

type URL = string
let myGist: URL = "https://gist.github.com/MikaelFangel"

Pinned Loading

  1. nixvim-config nixvim-config Public

    🗒️ An easy-setup configuration for NixVim, focused on straightforward customization.

    Nix 103 22

  2. NixOS/nixpkgs NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 24.5k 18.7k

  3. guardsix guardsix Public

    🪵 Elixir library that implements the guardsix API reference previously known as Logpoint

    Elixir 4 2

  4. elixir-lang/elixir elixir-lang/elixir Public

    Elixir is a dynamic, functional language for building scalable and maintainable applications

    Elixir 26.4k 3.5k

  5. ash_authentication ash_authentication Public

    Forked from team-alembic/ash_authentication

    The Ash Authentication framework

    Elixir 1

  6. hexpm/hexpm hexpm/hexpm Public

    API server and website for Hex

    Elixir 1.2k 304