File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ theme = "anemone"
1919highlight_code = true
2020
2121[extra ]
22- header_nav = []
22+ header_nav = [
23+ { url = " /" , name_en = " /about/" },
24+ { url = " /tech" , name_en = " /tech/" }
25+ ]
2326
2427# Set current rev for "View source" link; should be added during nix build
2528# git_rev = "..."
Original file line number Diff line number Diff line change 1+ +++
2+ title = " Tech"
3+ +++
4+
5+ Some technologies I use and work with daily:
6+
7+ - [ Haskell] [ hsk ] : powering the backend services at Freckle
8+ - [ TypeScript] [ ts ] and [ React] [ react ] : frontend development at Freckle
9+ - [ NixOS] [ nix ] : declarative system configuration ([ stackptr/rc] [ rc ] ) and development environments ([ stackptr/flakes] [ flakes ] )
10+ - [ Tailscale] [ ts ] : connecting local and remote devices
11+ - [ Markdown] [ md ] , [ Mermaid] [ mermaid ] , and [ D2] [ d2 ] : documentation and diagramming
12+
13+ Other tech I'm currently learning or evaluating:
14+
15+ - [ Deno] [ deno ] and [ PureScript] [ purescript ]
16+ - [ Effect] [ effect ] TypeScript library
17+ - WebGL shaders ([ stackptr/webgl-sandbox] [ webgl-sandbox ] )
18+
19+
20+ [ hsk ] : https://www.haskell.org
21+ [ ts ] : https://www.typescriptlang.org
22+ [ react ] : https://react.dev
23+ [ nix ] : https://nixos.org
24+ [ rc ] : https://github.com/stackptr/rc
25+ [ flakes ] : https://github.com/stackptr/flakes
26+ [ ts ] : https://tailscale.com
27+ [ md ] : https://commonmark.org
28+ [ mermaid ] : https://mermaid.js.org/
29+ [ d2 ] : https://d2lang.com
30+ [ deno ] : https://deno.com
31+ [ purescript ] : https://www.purescript.org
32+ [ effect ] : https://effect.website
33+ [ webgl-sandbox ] : https://github.com/stackptr/webgl-sandbox
You can’t perform that action at this time.
0 commit comments