Not everything that can be counted counts, and not everything that counts can be counted.
― Albert Einstein
Software Development and Data Consultant
Not everything that can be counted counts, and not everything that counts can be counted.
― Albert Einstein
Very recently I started to use the very nice Karma Test Runner. I really do recommend to check it out. However I wondered why tests ran very slow sometimes (>20s) and sometimes they where very fast (<1s). Quickly I realised the issue was having the Chrome tab in the background: The Chrome tab which was connected to Karma was […]
Sometimes we have to write quite long shell commands, right? And from time to time you have an error in there or want to change a command from the history to do something else, right? If you are a vim user you probably hate to navigate with the cursor keys to the position in the […]