This post collects productivity tools used in my daily worklife.

Documenting

  1. Excalidraw: Draw a diagram
  2. DokuWiki: a Wiki for yourself

Programming

  1. Visual Studio Code: Code editor
  2. SourceGraph: Search the code in Github
  3. OpenGrok: Search any code, host your own
  4. git: Distributed version control system
  5. github.com: Well known code repository
  6. Review Board: Code review tool
  7. Gerrit Code Review: Another code review tool: Another code review tool
  8. Jenkins: CI/CD tools
  9. JIRA: an enterprise bug tracking system
  10. Bugzilla: an open source bug tracking system
  11. remark: A simple, in-browser, markdown-driven slideshow tool.

Linux Kernel

  1. Linux Kernel Cross Reference
  2. Linux Kernel CVEs