Skip to content

Latest commit

 

History

History
164 lines (128 loc) · 9.1 KB

Programming.md

File metadata and controls

164 lines (128 loc) · 9.1 KB

Contents

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

Programming

Standards

  1. ISO 4217 - Currency Codes
  2. ISO 8601 - Date and Time Format
  3. ISO 31000 - Risk Management
  4. ISO/IEC 27001 - Information Security Management

Blazor

  1. Pre-Render Blazor WebAssembly at buildtime to optimise for search engines
  2. Blazor Project Structure
  3. Official Blazor Docs
  4. GPS Tracking in Blazor Web Assembly
  5. Consuming REST APIs

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.
  3. 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!
  4. Learn C# - English Guide - Youtube playlist to learn C# (narrated in English)
  5. Learn C# - Arabic Guide - Youtube playlist to learn C# (narrated in Arabic)
  6. Write your own .NET RSS feed in C#

JS

  1. Discord JS
  2. Intro to JS
  3. HTMX

CSS

  1. Awesome TailwindCSS
  2. Tailwind CSS Docs
  3. Aweomesheet - CSS Generator
  4. Learn CSS - Free Google course on CSS
  5. CSS Units
  6. Defensive CSS

DSharp

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

HTML

  1. W3 HTML Introduction
  2. GFG HTML Basics
  3. MDN HTML Docs
  4. HTML Basics by Microsoft

Java

  1. w3 schools Java Info
  2. GeeksForGeeks Java documentation
  3. Java Bootcamp by Kunal Kushwaha on Github
  4. Official Java Docs

Python

  1. Intro to Python
  2. Install Python
  3. Basics
  4. Decision Making
  5. Loops
  6. List
  7. Tuples
  8. Dictionary
  9. Functions

Static site generators

  1. Jekyll
  2. GitHub Pages
  3. Netlify - Starter is free for personal use
  4. Hugo
  5. Eleventy
  6. Pelican
  7. WP2Static
  8. Nikola
  9. Gatsby
  10. Statiq Web - Still under development, use if you want to get involved with the community to help develop
  1. Publii - Desktop app rather than CLI

Cross-Platform

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

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.

Competitive Programming

  1. 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.
  2. Codeforces - A widely used platform where top programmers compete. There are various contests every week.
  3. HackerRank - A good learning resource with paths and problems to get into the world of programming.
  4. Interview Bit - A platform to learn and practice coding interview questions. Has learning paths for various roles as well.
  5. Leetcode - A great platform for mastering Data Structures and Algorithms. An essential part of the preparation for SDE interviews.
  6. DMOJ - An Archive of great coding problems. Also there are contest on this site.
  7. CSES - A problem set reknowned to be a one set package for getting ready for competitive programming.
  8. CP Algorithms - A collection of important algorithms written in C++.
  9. Atcoder - AtCoder is a programming contest site for anyone from beginners to experts.
  10. Clist.by - Get updates of upcoming competetive programming contests.
  11. TopCoder - All in one site for CP , ML/AI , Developement
  12. SPOJ - Beginner friendly website for CP
  13. HackerEarth - Great free-site for Developement and Coding
  14. Codedrills - Best site for ACM-ICPC Mock Rounds (Indian Regionals and Prelims)
  15. USACO - American Website for CP

Mathematics and Programming

  1. ProjectEuler - Best site for Maths Problems which are easily solved using programming.
  2. Erdos - IIT Roorkee's Maths Practice site.
  3. Maths-Stackexchange - Ask and Answer maths questions
  4. Mathometer - Maths Website from an IIT Bombay senior
  5. MathBlog - Good Reading blog for Maths.

Useful Codeforces Blogs

  1. C++Tricks - Many Tricks are explained well.
  2. DSA - Best blog for resources like Data Structures and Algorithms.
  3. Way-To-Practice-CP - Guide to Improve Ratings
  4. YouTube-Tutorial-For-CP - Nicee YT Tutorials
  5. Almost-all-Algo-and-Practice-Problems - Best Blog to learn and practice simultaneously