Skip to content

Commit 5f47f55

Browse files
committed
update resume colors and links
1 parent a2f0630 commit 5f47f55

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

project.ncl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ organist.OrganistExpression
1616
},
1717

1818
shells.dev = {
19+
packages.typst = organist.import_nix "nixpkgs#typst",
1920
},
2021

2122
services.zola = nix-s%"zola serve"%

resume/main.typ

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#import "@preview/fontawesome:0.6.0": *
22
#set text(font: "Noto Sans Georgian", size: 10pt)
3+
#show link: set text(blue)
34

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

9495
=== Articles
9596

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

99100
=== Repos
100101

0 commit comments

Comments
 (0)