type PersonalInformation = { name: string; description: string; mail: string }
let myContactDetails = {
name = "Mikael Fangel"
description = "I'm studying software engineering at DTU"
mail = "[email protected]"
}
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"; "C"])
(Intermediate, [ "F#"; "Kotlin"; "Elixir"; "VBA"; "C++" ])
(Beginner, [ "R"; "Python"; "Bash"; "Awk"; "Nix"; "Go"; "Prolog" ])
]
technologies = [
(Advanced, [ "Linux"; "Tines" ])
(Intermediate, [ "Docker"; "SIEM"; "Git" ])
(Beginner, [ "Firebase" ])
]
}
type URL = string
let myGist: URL = "https://gist.github.com/MikaelFangel"
MikaelFangel
Follow
🐝
Creative
Upcoming software engineer and Linux enthusiast with a big love for open-source projects.
- Denmark
-
04:08
(UTC +01:00) - mikaelfangel.github.io
Highlights
- Pro
Pinned Loading
-
nixvim-config
nixvim-config Public🗒️ An easy-setup configuration for NixVim, focused on straightforward customization.
-
-
-
logpoint_api
logpoint_api Public🪵 Elixir library that implements the Logpoint API reference
-
-
elixir-lang/elixir
elixir-lang/elixir PublicElixir is a dynamic, functional language for building scalable and maintainable applications
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.