6 Aralık 2016 Salı

MacOs Friendly Intellij IDEA Shortcuts

Shortcuts help developers to be more productive and prevent distraction caused by mouse. Unfortunately, there are subtle shortcut differences between different platforms. Following Intellij IDEA shortcuts will increase productivity in MacOs environment:

VCS
Intellij IDEA does not provide preconfigured VCS shortcuts. To make it easy to remember, all shortcuts are assigned to ALT button and all shortcuts denote the first letter of assigned action (except Commit/Check In).

Alt+A                        Annotate
Alt+U                        Update
Alt+R                        Rollback
Alt+H                        History

Alt+C                        Commit/Check In
Alt+P                        Push

The reason why 'I' character is selected as shortcut of "Commit/Check In" is, because Intellij IDEA already used this character in "Commit Changes" dialog for "Commit/Check In" action .



Intellij IDEA already provides a shortcut for Push action which is SHIFT+COMMAND+K. This shortcut is not easy to remember. It is suggested to use ALT+P for Push action.

22 Haziran 2016 Çarşamba

Learn Docker

10 things to avoid in docker containers
http://developers.redhat.com/blog/2016/02/24/10-things-to-avoid-in-docker-containers

18 Haziran 2016 Cumartesi

Learn Git

Are you having trouble using Git? Don't worry, you are on the same side with Hitler:
Hitler uses git

Knowledge is Power: Getting out of trouble by understanding Git by Steve Smith
https://www.youtube.com/watch?v=sevc6668cQ0

You can view presentation slides here.