StudentResources/Programming.md

3.2 KiB

Freeeside Logo

Contents

  1. Introduction
  2. Hull University Resources
  3. Hull Resources (Non University)
  4. Business/Career
  5. Services
  6. Software
  7. Programming
  8. Ethics, Law & Professionalism
  9. Learning Resources
  10. Linux Distributions
  11. Electronics
  12. Hypervisors and virtual machines
  13. Cyber Security Resources
  14. Other Interesting Stuff

Programming

Blazor

  1. Pre-Render Blazor WebAssembly at buildtime to optimise for search engines
  2. Blazor Project Structure
  3. Official Blazor Docs

C#

  1. The Yellow Book - A fantastic intro to C# from former Hull Lecturer, Rob Miles. He also has other publications available here.
  2. Two Decades of C#: A Reference - 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
  2. Tailwind CSS Docs
  3. Aweomesheet - CSS Generator
  4. Learn CSS - Free Google course on CSS

DSharp

  1. D Sharp Plus - An unofficial .NET wrapper for the Discord API

HTML

  1. W3 HTML Introduction

Cross-Platform

  1. Platform.uno - Multi platform applications, one code base.
  2. Flutter
  3. React Native

Documentation

  1. DevDocs - Searchable developer docs
  2. Refactoring.guru - Learn about design patterns and refactoring.

Coding Practice

  1. Kattis - Programming problems to help you improve your skills. Compete against staff/students.
  2. Code Academy - Improve your programming knowledge.