Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.92 KB

File metadata and controls

37 lines (33 loc) · 1.92 KB

training-code

This repository will be used for sharing code, projects and notes

Environment Setup and tools

  • Slack
    • We will use this channel for instant messaging for training

tools:

  • Git
    • Create an account and share with us for project submissions.
    • We will use this tool for version control, class examples, and submission of your assignments
  • git for windows + git bash
    • installs linux-like bash environment (terminal)
    • also installs git, for version control
  • Visual Studio Code
  • Visual Studio
    • from week 2 onwards
  • Postgres
    • from week 2 onwards. Have it installed by Mon of week 2 training
  • .Net Core SDK
    • lets us compile c# code.
    • included with visual studio workload
    • gives us "dotnet" command

Useful Links

Extra fun learning for acing client interviews

  • Hacker Rank
    • Good source of practice. Use it often for practice. Of course, if you still have assigned work to do, that work takes precedence.