This repository will be used for sharing code, projects and notes
- Slack
- We will use this channel for instant messaging for training
- 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
- Git Cheat Sheet
- Git Basics
- Git Team Basics
- learn about md files
- It's always good to read and manage markdowns. You can also make a pull request to training-code repo to contribute notes
- Also markdown cheatsheet The most common laptops are Windows PCs. Where MacOS and Linux systems can use package managers, Windows prefers its own GUI wizards.
- 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.