Skip to content

Instantly share code, notes, and snippets.

@kdugue
Last active April 28, 2022 23:33
Show Gist options
  • Save kdugue/5c2dcf5e0acd8852d0c45b3c5a6dbed2 to your computer and use it in GitHub Desktop.
Save kdugue/5c2dcf5e0acd8852d0c45b3c5a6dbed2 to your computer and use it in GitHub Desktop.
Development Tools

Tools I use

  • Code Editor: VS Code
    • Dark Theme: One Monakai
    • Extensions:
      1. auto import:
      2. prettier:
      3. ESLint:
      4. Markdown Preview Enhanced:
    • Workspace settings:
      1. Minimap disabled - editor.minimap.enabled: false
      2. Tab Size - editor.tabSize: 2
      3. Format on Save - editor.formatOnSave: true
  • Architecture Design / Diagrams Tool:
    1. Draw.io (Desktop App)
    2. Microsoft Visio
  • Documentation Site
  • Viewing/Extracting Logs: Notepad++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment