Tuesday, April 4, 2017

GitHub Keyboard shortcuts

Site wide shortcuts
sFocus search bar
g nGo to Notifications
g dGo to Dashboard
?Bring up this help dialog
jMove selection down
kMove selection up
xToggle selection
o / enterOpen selection
Repositories
g cGo to Code
g iGo to Issues
g pGo to Pull Requests
g wGo to Wiki
Source code browsing
tActivates the file finder
lJump to line
wSwitch branch/tag
yExpand URL to its canonical form
iShow/hide all inline notes

Monday, April 3, 2017

Desktop Software


  1. 7-zip
  2. AutoHotKey
  3. BlueJ
  4. BootRacer
  5. DiskBoss
  6. DiskSavvy
  7. Everything Search
  8. FileZilla
  9. Google Chrome
  10. GrepWin
  11. HeidiSQL
  12. Hipchat
  13. Jabber
  14. Microsoft Office
  15. Mozilla Firefox
  16. Notepad++
  17. Opera
  18. Poderosa
  19. RLogin
  20. Sakura
  21. SourceTree
  22. Spotify
  23. Sublime
  24. Telegram
  25. TortoiseGit
  26. Viber
  27. Visual Studio Code
  28. WinDirStat
  29. WinMerge
  30. WinSCP

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...