Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions project.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ organist.OrganistExpression
},

shells.dev = {
packages.typst = organist.import_nix "nixpkgs#typst",
},

services.zola = nix-s%"zola serve"%
Expand Down
3 changes: 2 additions & 1 deletion resume/main.typ
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#import "@preview/fontawesome:0.6.0": *
#set text(font: "Noto Sans Georgian", size: 10pt)
#show link: set text(blue)

#grid(
columns: (1.1fr, 1fr),
Expand Down Expand Up @@ -93,8 +94,8 @@ Client and gateway components architecture and development for a secure remote a

=== Articles

- #link("https://taping-memory.dev/concurrency-patterns/")[Comparison of patterns for shared mutable memory access in async Rust]
- #link("https://taping-memory.dev/temporaries-rabbit-hole/")[Rust's temporaries deepdive]
- #link("https://taping-memory.dev/writeups/method-resolution/")[Method call resolution in Rust]

=== Repos

Expand Down