DEV Community

Discussion on: What are your biggest performance engineering hacks? Answer to be featured on our podcast 🎧

Collapse
 
2kabhishek profile image
Abhishek Keshri

The command line, create aliases, scripts and bash functions for your most used tools and workflows, automate as much as possible.

For example,
Have a microservice based app with multiple repos and want to run all the containers,db, server, webapp etc. in one go and have a look at their logs as well?

Easy, just setup tmuxp with the correct configs and boom, you have everything ready to go in one go.

And that's just scratching the surface :)