diff --git a/project.ncl b/project.ncl index 3d32708..688189c 100644 --- a/project.ncl +++ b/project.ncl @@ -16,6 +16,7 @@ organist.OrganistExpression }, shells.dev = { + packages.typst = organist.import_nix "nixpkgs#typst", }, services.zola = nix-s%"zola serve"% diff --git a/resume/main.typ b/resume/main.typ index caaff37..2402998 100644 --- a/resume/main.typ +++ b/resume/main.typ @@ -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), @@ -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