- A listing of all programming related resources
Languages
Tools
- GitHub - an online version control system. Use GitHub Desktop when working with desktop applications. Much more convenient.
- Visual Studio - a powerful IDE for C++ and C# development.
- Visual Studio Code - a lightweight IDE with a lot of extensions available in the marketplace.
Links
- Theory of Computation - the foundation for programming languages.
- Software Engineering and especially Clean Code Principles