Development

Create a local unsigned apk
REQUIRED VERSION > 0.58 If you’re in the early stages of developing a react native app or just want a quick and easy way to share an apk with your QA or a client who has an android phone, you can easily generate a debug apk file which is unsigned.
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…
What is tailwind just in time mode?
Tailwind comes with a bunch of variations of utilities out the box for example we can use w-2, h-8, left-0.5, rounded-sm and so on to style an elements dimensions, position and appearance.
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…