Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schonfinkel/schonfinkel

Linguistic nuances inexpressible outside it's original language...
https://github.com/schonfinkel/schonfinkel

Last synced: about 1 month ago
JSON representation

Linguistic nuances inexpressible outside it's original language...

Awesome Lists containing this project

README

        

# 你好, digital citizen! Welcome to Cyberspace.

I'm a software developer and infrastructure engineer, I like my philosophy ~~**UNIX**~~ ~~**Emacs**~~ **Emacs (with EVIL)** and my programming **Functional**.

-------

## My Online Presence

[![My Blog][blog]](https://schonfinkel.github.io)
[![My Linkedin profile][linkedin]](https://linkedin.com/in/schonfinkel)
[![My SE profile][stackexchange]](https://stackoverflow.com/users/4614840/schonfinkel?tab=profile)

### My toolbox

```fsharp
type Language = Coq | Erlang | FSharp | Haskell | Nix | Python | Rust | Shell | SQL
type Tooling = Docker | Git | Kafka | Make
type Infra = Kubernetes | Linux | Nomad | Terraform
type CloudProvider = AWS | Azure | GCP | OnPremise

type Experience =
{ Languages: Language list
Tooling: Tooling list
Infrastructure: Infra list
CloudProviders: CloudProvider list }

let workedWith =
{ Languages = [ Erlang; FSharp; Nix; Python; Shell; SQL ]
Tooling = [ Docker; Git; Kafka; Make ]
Infra = [ Kubernetes; Linux; Terraform ]
CloudProviders = [ AWS; Azure ] }
```



Btw, I use NixOS!

[blog]: https://img.shields.io/badge/Blog-B1361E?style=for-the-badge&logo=linux&logoColor=white
[linkedin]: https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white
[stackexchange]: https://img.shields.io/badge/stackexchange-0A0A0A?style=for-the-badge&logo=stackexchange&logoColor=white