Ray SuliteanuLearning Git Internals with RustPart 6: Implementing git write-tree and git commit-treeOct 8Oct 8
Ray SuliteanuCould I Possibly Switch from JetBrains IDEs to Neovim?Is Neovim and IDE on par with JetBrains’ IDEs and other GUI IDEs?Sep 23Sep 23
Ray SuliteanuLearning 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 26Jul 26
Ray SuliteanuText 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 111Jul 111
Ray SuliteanuUsing thread locals in RustAs I continue my journey learning Rust, I thought I’d share some learning related to multithreading and thread locals.Jun 14Jun 14
Ray SuliteanuCreating a TUI in RustLeveraging Ratatui and Crossterm to create a simple file viewing console app!May 2May 2