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"
🐝
Creative
Software engineer, Elixir evangelist and open source advocate.
- Denmark
- mikaelfangel.github.io
Highlights
- Pro
Pinned Loading
-
nixvim-config
nixvim-config Public🗒️ An easy-setup configuration for NixVim, focused on straightforward customization.
-
-
elixir-lang/elixir
elixir-lang/elixir PublicElixir is a dynamic, functional language for building scalable and maintainable applications
-
ash_authentication
ash_authentication PublicForked from team-alembic/ash_authentication
The Ash Authentication framework
Elixir 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.






