Hello, my name is Justin
These opinions are my own. Not for any employer that I currently work.
All of the posts will be listed below using a timestamp. With the most recent one at the top. If you have any questions, you can message me.
?
Post List
Beginner Testing & Error Handling in NextJS
Creating (rfv) the rg, fzf, nvim and bat collaboration
This is a post that I do not really want to take the credit for. Someone named Junegunn Choi write a blog post called Ripgrep integration, a walkthrough
Justin Bender•Hijacking the right command key (Macbook)
When creating the perfect work environment. You sometimes want to customize a few tools. That you cannot always easily customize without a third party. This was an attempt to circumvent that. While going right to the source.
Justin Bender•June 13, 2024 Converting Next Pages to App Directory
Updating a project that uses the next pages setup to the newer app setup. To slowly learn what is changing and better understand the process.
Justin Bender•October 6, 2023 Jumping back into Rust 🦀 after a break
Rust is one of the most complicated languages for me to learn. It is not extremely hard to really understand what is going on. It just requires a bit more time and effort. For this post we will start on day one of Comprehensive Rust by Google
Justin Bender•September 30, 2023 Beginner Testing & Error Handling in NextJS
When building for production you want the ability to test everything that you do. Why would you want to do this? To allow your team to continue developing, but maintaining that your application is still working as expected. It is a standard of almost every software company. Even if there are no integration tests. There is usually some sort of static testing involving typescript and eslinting.
Justin Bender•August 22, 2023 Beginner Graph Traversals
Graphs are a way to represent data. We use these representations to understand and move around the data. Building up information along the way, but it is not as simple as you might think. Different problems require different solutions.
Justin Bender•August 7, 2023