-
Guide: How to get 1Password working with WSL2, Ubuntu 22.04 and SSH
One of the notable features of 1Password is the ability for the service to act as an SSH agent, replacing local storage of private keys. At work, I use Ubuntu 22.04 inside of WSL2 for all of my development tasks, which has been a huge boon to my productivity. However, the documentation provided by 1Password…
-
How we manage a massive React project at Minsilo
I rarely ever talk about lines of code when referring to a project. It’s usually a poor measure of productivity and substance. But it does say a lot about the potential complexity of a project. At Minsilo, our core React application contains the following: This does not account for any other code that we may…