Tools

Sauce VPN
We’ve talked about sorting out a VPN connection for Sauce Employees for a long time. The main reason is that creating a AWS Security Group set up for individual employee remote IP addresses is a lot of management.
Read More…
Speeding Up Cypress
By caching and restoring cookies, localStorage, and sessionStorage data using the cy.session() command my Cypress tests now run considerably faster.
Read More…
Karabiner
We spend so much time at our keyboards that it’s important that you feel comfortable when using them. There are certain keys that have always felt uncomfortable to me because I have to stretch my fingers to use them, or I have to put my hand in some weird position to press a combination of keys at once.
Read More…
Filter with grep
Don’t fear the Terminal Learning Unix commands is a really useful for our sanity as developers. It’s often quicker to use terminal than using a GUI.
Read More…
File Manipulation in Vscode
Many devs at Sauce are now using VSCode as their code editor of choice, including me (RIP Atom) I’m always looking for ways to keep my hands at the keyboard and not the mouse/trackpad.
Read More…
VSCode Basics
Here are some basic shortcuts you should learn for highly productive source code editing. 🧙 Multiple Selectors If there’s one shortcut to speed up your coding it’s mastering multiple selectors.
Read More…