Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.41 KB

My Dev Notes

This repo contains tips, tricks, and notes that I have found useful.

short URL: https://git.io/valFH

💨 my short scripts

My Most Used Notes

  • unix-tips.md -- this file contains lots of Unix commands that I never memorized but got tired of looking up constantly.
  • git-commands.md -- local and remote git commands as well as some Github tips and tricks :octocat:
  • markdown.md -- Markdown cheatsheet
  • cs-notes.md -- general purpose Computer Science notes (data structures, algorithms, cryptography, etc)
  • java-tips.md -- Java/JVM notes including libraries, debugging info, useful resources
  • python-notes.md -- Python tips, tricks, libraries - obviously

Wiki Links

Editors

  • IntelliJ -- keyboard shortcuts that make IntelliJ the most productive IDE ever!
  • VSCode -- wiki page for VS Code
  • vim -- keyboard shortcuts and tricks for VIM (or better yet neovim)

📔 more notes and getting started guides are available in the wiki