Once upon a time, CPO asked me what my current activities are and I did not have an exact answer. It was so unusual for me because I really like to structure everything and know all the detailed answers. On a position of a technical coordinator / VP Engineering (or you can call it CTO), I have so many different types of activities that are difficult to structure.
Six Degrees of Wikipedia – find the shortest path
Six Degrees of Wikipedia shows you the shortest path from one definition to another.
For example, to get from Cat to Singularity it took only 4 steps and 8 seconds!
ngEurope2018. brief review.
Just to have less confusion I would like to say that there were no ngEurope2017, it was ngEurope2016 in October and next one was ngEurope2018 in February.
ngx-wig: 1.0.0
Do Not just copy paste the code!
var aᅠ = 1; var a = 2; var ᅠa = 3; if(aᅠ==1 && a== 2 &&ᅠa==3) { console.log("Why hello there!") }
swaggymnia => insomnia + swagger
If you are still not familiar with insomnia, let me recommend you to have a look.
But that’s not all! Now there is an addon for swagger for easy API endpoints import – swaggymnia:
MacOs: Don’t show specific app icon on Dock
I have a hotkey for the terminal that why I decided to hide the terminal icon from Dock, but it appeared to be not so easy.
You need to go to app contents (by doing right click -> “Show Package Contents“) and change Info.plist file – add special key:
<key>LSUIElement</key>
<true/>
(it could be added to the end of the file):