HHaninhanfak.hashnode.dev·Feb 21, 2022 · 4 min readSoftware Engineering Farley Note 1Here are my notes on the excellent book, Modern Software Engineering: Doing What Works to Build Better Software Faster, written by Dave Farley. Dave Farley describes software engineering as: The application of an empirical, scientific approach to f...00
HHaninhanfak.hashnode.dev·Feb 13, 2022 · 1 min readPart 4: IntelliJ - Learn to NavigateBeing able to navigate the panels is essential and fairly easy to do. Your friend is the alt button Key areas to navigate between the following sections: Editor (this is the default and where you will spend most of your time) Terminal Version Co...00
HHaninhanfak.hashnode.dev·Jan 23, 2022 · 3 min readPart 3: IntelliJ - Navigating within the editorThe editor is where you will write all your code. You will need to get used to moving around it very quickly and without a mouse. The obvious, and yet slow way, is to only use the arrow keys. They are good for moving a couple of positions, but holdin...00
HHaninhanfak.hashnode.dev·Jan 23, 2022 · 1 min readPart 2: IntelliJ - Start smallIntellij can be intimidating. Don't go and try to learn everything or all the shortcuts. Instead, learn a couple of shortcuts at a time. Using the greatest shortcut you can learn by finding out the shortcut and trying it out. Pay attention to your ...00
HHaninhanfak.hashnode.dev·Jan 16, 2022 · 1 min readProductive Programmer Note 1Concentrate on essence, not ceremony Instead of searching via finder or windows explorer for a file, use the command line, and grep to find the file. Instead of typing out a command from scratch that you use all the time, use an alias. Instead of ma...00