Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/schonfinkel/schonfinkel
- Owner: schonfinkel
- Created: 2022-01-27T02:39:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T22:27:52.000Z (about 2 months ago)
- Last Synced: 2024-11-29T23:24:23.119Z (about 2 months ago)
- Homepage:
- Size: 956 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | OnPremisetype 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 ] }
```
[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