Published inLevel Up CodingUsing chezmoi to manage dotfilesThere are many options available to manage dotfiles. I have been using chezmoi for a while now and I am quite happy with it.Jan 9Jan 9
Learning Git Internals with RustPart 6: Implementing git write-tree and git commit-treeOct 8, 2024Oct 8, 2024
Could I Possibly Switch from JetBrains IDEs to Neovim?Is Neovim and IDE on par with JetBrains’ IDEs and other GUI IDEs?Sep 2, 20243Sep 2, 20243
Learning Git Internals with RustHave you ever wondered how Git does what it does? What happens when you do a commit? You can read about some of this in the Git Book free…Jul 26, 2024Jul 26, 2024
Text parsing in Rust with NomAs soon as you want to do anything non-trivial with respect to parsing text using Rust (or any language) you should use some kind of parser…Jul 11, 20241Jul 11, 20241
Using thread locals in RustAs I continue my journey learning Rust, I thought I’d share some learning related to multithreading and thread locals.Jun 14, 2024Jun 14, 2024