- Visual Studio Code Hot Keys
Search Search for file in your space Windows CTRL + P Mac command + P
- Docker Guide
What is docker? Getting Started Download docker and install it on your computer Link to developer guide – https://docs.docker.com/ee/ Select the docker option based on your operation system. In my case, I selected Docker for desktop mac. Then from there should be a link to download the docker…
- Terminate process(PID) command
If you ever run multiple java projects (microservices) on eclipse. Most of the time you want to start them up all at the same time and luckily eclipse has this feature. Unfortunately what Eclipse doesn’t have is a way to stop or kill all of you java projects(processes) all at the same time. This […]
- Intellij Hot Keys
Reformat Code For Mac ⌥ ⌘ L command + option + l View Structure/Outline of Class command + 7