StudentResources/Programming.md

34 lines
2.4 KiB
Markdown

![Freeeside Logo](https://camo.githubusercontent.com/8824210474b9586405f0b11e210ea266599c9f83/68747470733a2f2f63646e2e7261776769742e636f6d2f467265657369646548756c6c2f4c6f676f732f6d61737465722f66726565736964655f7371756172655f706174682e737667 "Freeside Logo")
## Contents
1. [Introduction](README.md#introduction)
2. [Contributing](README.md#contributing)
3. [Student Discount/Free Stuff](README.md#freestuff)
4. [Hull University Related](README.md#hulluniversity)
5. [Hull Related](README.md#hull)
6. [Business/Career](README.md#business)
7. [Services](README.md#services)
8. [Software](README.md#software)
9. [Programming](Programming.md)
10. [Law and Standards](README.md#education)
11. [Learning Resources](#education)
12. [Linux Distributions](README.md#linux)
13. [Hypervisors and virtual machines](Virtualisation.md#virtualisation)
14. [Cyber Security Resources](CyberSecurity.md#cyber)
15. [Other Interesting Stuff](README.md#misc)
16. [Andrew Hancock, Department of Computer Science & Technology - Systems](Virtualisation.md#andrewhancock)
# Programming List
1. [Platform.uno](https://platform.uno) - Multi platform applications, one code base.
2. [D Sharp Plus](https://github.com/DSharpPlus/DSharpPlus) - An unofficial .NET wrapper for the Discord API
3. [The Yellow Book](https://www.robmiles.com/s/CSharp-Book-2019-Refresh.pdf) - A fantastic intro to C# from former Hull Lecturer, [Rob Miles](robmiles.com). He also has other publications available [here](https://www.amazon.co.uk/s?i=stripbooks&rh=p_27:Rob%20Miles&s=relevancerank&text=Rob%20Miles&ref=dp_byline_sr_book_1).
4. [Kattis](https://open.kattis.com/) - Programming problems to help you improve your skills. Compete against staff/students.
5. [Code Academy](https://www.codecademy.com/) - Improve your programming knowledge.
6. [DevDocs](https://devdocs.io/) - Searchable developer docs
7. [Aweomesheet](https://zombiefox.github.io/awesomeSheet/) - CSS Generator
8. [Learn CSS](https://web.dev/learn/css/) - Free Google course on CSS
9. [Tailwind CSS](https://tailwindcss.com/) - CSS styling without the pain of writing CSS
10. [Two Decades of C#: A Reference](https://benbowen.blog/post/two_decades_of_csharp_i/) - A reference of which C# version introduced which features. Linked is the first blog; later versions are covered under later blogs.
11. [Refactoring.guru](https://refactoring.guru/) - Learn about design patterns and refactoring.