Here are some of my projects that I have undertaken lately
Gerrit Tools
Gerrit Tools is a Visual Studio Code extension that I made to make using the Gerrit Code Review tool in VS Code. One of the hardest part about using Gerrit with VS Code is that there is no built in mechanism for pushing in the way you have to push to gerrit. This is because instead of just being able to do git push origin main you have to do git push origin HEAD:refs/for/main....