One of the best things you could do to improve as a software developer is constantly investing in your terminal setup and skills.
How to provide environment variables stored in a .env file as an input for a command execution without having to export then, with a deep look at the shell commands used.
When typing a shell command it is possible to reuse the last argument of the previous call without having to type it. Let's see how.