![Freeeside Logo](https://camo.githubusercontent.com/8824210474b9586405f0b11e210ea266599c9f83/68747470733a2f2f63646e2e7261776769742e636f6d2f467265657369646548756c6c2f4c6f676f732f6d61737465722f66726565736964655f7371756172655f706174682e737667 "Freeside Logo") ## Contents 1. [Introduction](README.md#introduction) - [Contributing](README.md#contributing) 2. [Hull University Resources](README.md#hulluniversity) - [Student Discount/Free Stuff](README.md#freestuff) 3. [Hull Resources (Non University)](README.md#hull) 4. [Business/Career](README.md#business) 5. [Services](README.md#services) 6. [Software](README.md#software) 7. [Programming](Programming.md) 8. [Ethics, Law & Professionalism](Ethics_Law_Professionalism.md) - [Ethics](Ethics_Law_Professionalism.md#ethics) - [Professionalism & Standards](Ethics_Law_Professionalism.md#standards) - [Law](Ethics_Law_Professionalism.md#law) 9. [Learning Resources](README.md#education) 10. [Linux Distributions](README.md#linux) 11. [Electronics](Electronics.md) 12. [Hypervisors and virtual machines](Virtualisation.md#virtualisation) - [Andrew Hancock, VMware Expert](Virtualisation.md#andrewhancock) 13. [Cyber Security Resources](CyberSecurity.md) 14. [Other Interesting Stuff](README.md#misc) # Programming ### Blazor 1. [Pre-Render Blazor WebAssembly at buildtime to optimise for search engines](https://swimburger.net/blog/dotnet/pre-render-blazor-webassembly-at-build-time-to-optimize-for-search-engines) 2. [Blazor Project Structure](https://www.pragimtech.com/blog/blazor/blazor-project-structure/) 3. [Official Blazor Docs](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) ### C# 1. [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). 2. [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. ### CSS 1. [Awesome TailwindCSS](https://github.com/aniftyco/awesome-tailwindcss) 2. [Tailwind CSS Docs](https://tailwindcss.com/docs/) 3. [Aweomesheet](https://zombiefox.github.io/awesomeSheet/) - CSS Generator 4. [Learn CSS](https://web.dev/learn/css/) - Free Google course on CSS ### DSharp 1. [D Sharp Plus](https://github.com/DSharpPlus/DSharpPlus) - An unofficial .NET wrapper for the Discord API ### HTML 1. [W3 HTML Introduction](https://www.w3schools.com/html/) ### Cross-Platform 1. [Platform.uno](https://platform.uno) - Multi platform applications, one code base. 2. [Flutter](https://flutter.dev/) 3. [React Native](https://reactnative.dev/) ### Documentation 1. [DevDocs](https://devdocs.io/) - Searchable developer docs 2. [Refactoring.guru](https://refactoring.guru/) - Learn about design patterns and refactoring. ### Coding Practice 1. [Kattis](https://open.kattis.com/) - Programming problems to help you improve your skills. Compete against staff/students. 2. [Code Academy](https://www.codecademy.com/) - Improve your programming knowledge. ### Competitive Programming 1. [Codechef](https://www.codechef.com/) - A platform for participating in coding contests and also learn new Algorithms and Data Structures. They have a set of challenges every month for competitive coding. 2. [Codeforces](https://codeforces.com/) - A widely used platform where top programmers compete. There are various contests every week. 3. [HackerRank](https://www.hackerrank.com/) - A good learning resource with paths and problems to get into the world of programming. 4. [Interview Bit](https://www.interviewbit.com/practice/) - A platform to learn and practice coding interview questions. Has learning paths for various roles as well. 5. [Leetcode](https://leetcode.com/) - A great platform for mastering Data Structures and Algorithms. An essential part of the preparation for SDE interviews. 6. [DMOJ](https://dmoj.ca/) - An Archive of great coding problems. Also there are contest on this site. 7. [CSES](https://cses.fi/problemset/) - A problem set reknowned to be a one set package for getting ready for competitive programming. 8. [CP Algorithms](https://cp-algorithms.com/) - A collection of important algorithms written in C++.