Contents
- Introduction
- Communities
- Business/Career
- Services
- Software
- Programming
- Ethics, Law & Professionalism
- Learning Resources
- Linux Distributions
- Sysadmin
- Electronics
- Hypervisors and virtual machines
- Cyber Security Resources
- Other Interesting Stuff
Programming
- 54 C# Interview Questions and Answers
- How to create .NET Custom Guard Clause
- Health Checks in .NET 8
- MediatR Pipeline Behaviour
- Getting Started with PLINQ
- .NET January 2024 Updates
- Awesome Scalability
Patterns
๐๐ข๐ง๐ ๐ฅ๐๐ญ๐จ๐ง ๐๐๐ญ๐ญ๐๐ซ๐ง
Ensures a class has only one instance and provides a global point of access to it.
๐ ๐๐๐ญ๐จ๐ซ๐ฒ ๐๐๐ญ๐ก๐จ๐ ๐๐๐ญ๐ญ๐๐ซ๐ง
Defines an interface for creating an object, but leaves the choice of its type to the subclasses, creating an instance of it.
๐๐๐ฌ๐ญ๐ซ๐๐๐ญ ๐ ๐๐๐ญ๐จ๐ซ๐ฒ ๐๐๐ญ๐ญ๐๐ซ๐ง
Provides an interface for creating families of related or dependent objects without specifying their concrete classes.
๐๐ฎ๐ข๐ฅ๐๐๐ซ ๐๐๐ญ๐ญ๐๐ซ๐ง
Separates the construction of a complex object from its representation, allowing the same construction process to create different representations.
๐๐ซ๐จ๐ญ๐จ๐ญ๐ฒ๐ฉ๐ ๐๐๐ญ๐ญ๐๐ซ๐ง
Creates new objects by copying an existing object, known as the prototype.
๐๐๐๐ฉ๐ญ๐๐ซ ๐๐๐ญ๐ญ๐๐ซ๐ง
Allows the interface of an existing class to be used as another interface.
๐๐๐๐จ๐ซ๐๐ญ๐จ๐ซ ๐๐๐ญ๐ญ๐๐ซ๐ง
Attaches additional responsibilities to an object dynamically. Decorators provide a flexible alternative to sub classing for extending functionality.
๐๐๐ฌ๐๐ซ๐ฏ๐๐ซ ๐๐๐ญ๐ญ๐๐ซ๐ง
Defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.
๐๐ญ๐ซ๐๐ญ๐๐ ๐ฒ ๐๐๐ญ๐ญ๐๐ซ๐ง
Defines a family of algorithms, encapsulates each algorithm, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.
๐๐จ๐ฆ๐ฆ๐๐ง๐ ๐๐๐ญ๐ญ๐๐ซ๐ง
Encapsulates a request as an object, thereby allowing for parameterization of clients with different requests, queuing of requests, and logging of the parameters.
Standards
- ISO 4217 - Currency Codes
- ISO 8601 - Date and Time Format
- ISO 31000 - Risk Management
- ISO/IEC 27001 - Information Security Management
- GraphQL Spec
- Open Source Security Foundation (OpenSSF) Github - Useful tooling and standards for security available on the OpenSSF github.
- Can I Email - Useful tool for checking compatibility of html/css/other features across email.
Blazor
- Pre-Render Blazor WebAssembly at buildtime to optimise for search engines
- Blazor Project Structure
- Official Blazor Docs
- GPS Tracking in Blazor Web Assembly
- Consuming REST APIs
C#
- The Yellow Book - A fantastic intro to C# from former Hull Lecturer, Rob Miles. He also has other publications available here.
- 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.
- C# Playerโs Guide - The ultimate way to learn C# by gamifying the learning journey. Link includes the first 60 pages of the book as a sample!
- Learn C# - English Guide - Youtube playlist to learn C# (narrated in English)
- Learn C# - Arabic Guide - Youtube playlist to learn C# (narrated in Arabic)
- Write your own .NET RSS feed in C#
- Generics and Arrays - Microsoft
- Learn C# - Microsoft
- Building GraphQL APIs in C#
- 9.1 Resources from the talk
- 9.2 HotChocolateGraphQL
- 9.3 GraphQL Workshop
- 9.4 Awesome GraphQL
JS
- Discord JS
- Intro to JS
- HTMX
- Mozilla PDF.js
- GraphQL JS
- CSS for JS Dev Notes
- Javascript Questions
- Regex
CSS
- Awesome TailwindCSS
- Tailwind CSS Docs
- Aweomesheet - CSS Generator
- Learn CSS - Free Google course on CSS
- CSS Units
- Defensive CSS
DSharp
- D Sharp Plus - An unofficial .NET wrapper for the Discord API
HTML
Java
- w3 schools Java Info
- GeeksForGeeks Java documentation
- Java Bootcamp by Kunal Kushwaha on Github
- Official Java Docs
Python
- Intro to Python
- Install Python
- Basics
- Decision Making
- Loops
- List
- Tuples
- Dictionary
- Functions
- GraphQL Python
Amber Lang
Static site generators
- Jekyll
- GitHub Pages
- Netlify - Starter is free for personal use
- Hugo
- Eleventy
- 5.1. 11Straps
- Pelican
- WP2Static
- Nikola
- Gatsby
- Statiq Web - Still under development, use if you want to get involved with the community to help develop
- Publii - Desktop app rather than CLI
- Zola
Cross-Platform
- Platform.uno - Multi platform applications, one code base.
- Flutter
- React Native
- Introducing .NET Maui
- Maui Samples
- Razor pages with EF Core
- Microsoft Training - Build a Web App with Blazor
- Blazor with an RSS Feed
- RssReader sample
- Start .NET MAUI Development in 2024
Documentation
- DevDocs - Searchable developer docs
- Refactoring.guru - Learn about design patterns and refactoring.
Coding Practice
- Kattis - Programming problems to help you improve your skills. Compete against staff/students.
- Code Academy - Improve your programming knowledge.
Competitive Programming
- Codechef - 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.
- Codeforces - A widely used platform where top programmers compete. There are various contests every week.
- HackerRank - A good learning resource with paths and problems to get into the world of programming.
- Interview Bit - A platform to learn and practice coding interview questions. Has learning paths for various roles as well.
- Leetcode - A great platform for mastering Data Structures and Algorithms. An essential part of the preparation for SDE interviews.
- DMOJ - An Archive of great coding problems. Also there are contest on this site.
- CSES - A problem set reknowned to be a one set package for getting ready for competitive programming.
- CP Algorithms - A collection of important algorithms written in C++.
- Atcoder - AtCoder is a programming contest site for anyone from beginners to experts.
- Clist.by - Get updates of upcoming competetive programming contests.
- TopCoder - All in one site for CP , ML/AI , Developement
- SPOJ - Beginner friendly website for CP
- HackerEarth - Great free-site for Developement and Coding
- Codedrills - Best site for ACM-ICPC Mock Rounds (Indian Regionals and Prelims)
- USACO - American Website for CP
Mathematics and Programming
- ProjectEuler - Best site for Maths Problems which are easily solved using programming.
- Erdos - IIT Roorkeeโs Maths Practice site.
- Maths-Stackexchange - Ask and Answer maths questions
- Mathometer - Maths Website from an IIT Bombay senior
- MathBlog - Good Reading blog for Maths.
Useful Codeforces Blogs
- C++Tricks - Many Tricks are explained well.
- DSA - Best blog for resources like Data Structures and Algorithms.
- Way-To-Practice-CP - Guide to Improve Ratings
- YouTube-Tutorial-For-CP - Nicee YT Tutorials
- Almost-all-Algo-and-Practice-Problems - Best Blog to learn and practice simultaneously