Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.46 KB

setup-developer-workstation.md

File metadata and controls

36 lines (24 loc) · 1.46 KB

Setting up a developer workstation

Developer tools:

Git Tools

  • GitFlow - initialize a gitflow repository with defaults git flow init -d

Git Guis

  • Gitkraken - a nice sleek U.I for git repo management
  • SourceTree - one of the earlier git tools that were nice to use
  • SmartGit - another earlier git Gui's
  • TortoiseGit - early git based off TortoiseSVN

Essential Tools for any .NET Developer**

  • Visual Studio Code - a powerhouse of a text editor hidden behind a clean simple U.I, uses Monaco as the core editor engine
  • Visual Studio - .NET, .NET
  • Resharper - for Visual Studio, manage codebases with ease. cleanup, refactor, apply best practices.
  • LinqPad V6+ .NET Core 3.x Scratchpad Swiss Army Utility Tool - Get Pro or better for intellisense, Nuget, and debugging.

Azure

Other Tools

  • Postman - for testing and debugging HTTP requests, with javascript scripting for testing.
  • Fiddler or Charles for lower level HTTP debugging.
  • ConEmu - an enhanced windows command line shell
  • [Slack]

Web Tools

  • BugHerd - The feedback tool for websites
  • Marker.IO - Website bug reporting made easy, with JIRA, Trello integration