Try pair programming

Reading Time: 5 minutes Pair programming is great for getting started on a code base and an excellent way to get to know your teammates…

The power of Git subtree

Reading Time: 4 minutes Git subtree allows you to insert any repository as a sub-directory of another one. It is one of several ways Git projects…

The secret life of ngrok

Reading Time: 2 minutes ngrok is a handy tool and service that allows you tunnel requests from the wide open Internet to your local machine…