Chapter 5. Developers' Treasure
In this very chapter, we will kick start by building a web server using Python. We will then see how to process all our images automatically using ImageMagick. Then, we will look at the git flow branching model and how it will help you. Furthermore, we will see how meld command line can help merge our git conflicts. We will then focus on the working of ngrok tool and see how it saves the day by proxying requests coming from the internet to our laptop. We will also explore the versatile query capabilities of jq, the Swiss army knife of JSON! Towards the end, we will explore ways in which one can manage and kill Linux processes.
In this chapter, we will cover the following:
- Shrinking spells and other ImageMagick
- Understanding the work of git flow branching models
- Using ngrok to secure tunnels to localhost
- Getting yourself acquainted with jq