Table of Contents
- yangshun / tech-interview-handbook - Materials to help you rock your next coding interview
- MahdiMashrur / Awesome-Coding-Interview-Question-Patterns - The most common question-patterns for any coding-interview
- jwasham / coding-interview-university - A complete computer science study plan to become a software engineer.
- connor11528 / cs-fundamentals - Data structures and algorithms
- mtdvio / every-programmer-should-know - A collection of (mostly) technical things every software developer should know about
- bagder / http2-explained - A detailed document explaining and documenting HTTP/2, the successor to the widely popular HTTP/1.1 protocol
- heykarimoff / solid.python - SOLID Principles explained in Python with examples.
- donnemartin / coding-interview-university - A complete computer science study plan to become a software engineer.
- maxlivinci / software-engineer-career-prep - Get ready for your next software engineer job interview!
- kamranahmedse / design-patterns-for-humans - An ultra-simplified explanation to design patterns
- omonimus1 / competitive-programming - My competitive programming guide,reading materials, link to system and design interview preparation and my own coding solutions from Codechef, Leetcode,Geeks for Geeks, HackerRank , spoj, codesigna…
- twowaits / SDE-Interview-Questions - Most comprehensive list of tech interview questions of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
- teivah / algodeck - An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
- kdn251 / interviews - Everything you need to know to get the job.
- arialdomartini / Back-End-Developer-Interview-Questions - A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore
- kaisellgren / Concurrency-concepts - A guide to concurrency, multi-threading and parallel programming concepts. Explains the differences between every concept, their advantages and disadvantages in detail.
- pramalhe / ConcurrencyFreaks - A library of concurrent data structures and synchronization mechanisms.
- anilallewar / microservices-basics-spring-boot - Basic architecture framework to create complete microservices using Spring boot and Spring cloud
- learning-zone / spring-interview-questions - 500+ Spring-Boot Interview Questions
- in28minutes / spring-interview-guide - 200+ Questions and Answers on Spring, Spring Boot and Spring MVC
- TechPrimers / learning-path-spring-boot-microservices - Curated path for learning Spring Boot & Microservices based on published videos in TechPrimers
- donnemartin / awesome-aws - A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
- donnemartin / system-design-primer - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
- checkcheckzz / system-design-interview - System design interview for IT companies
- alex / what-happens-when - An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"
- OpesanyaAdebayo / systems-design - All things systems design. Resources, Interview questions, e.t.c
- prasadgujar / low-level-design-primer - Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
- plantuml-stdlib / C4-PlantUML - C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
- shashank88 / system_design - Preparation links and resources for system design questions
- puncsky / system-design-and-architecture - Learn how to design large-scale systems. Prep for the system design interview.
- NikAshanin / Software-Architect-Cheat-Sheet - System design cheat sheet
- NikAshanin / Solution-Architect-Road-Map - his is a Skills map and roles and responsibilities of Solution Architects
- Developer-Y / Scalable-Software-Architecture - Collection of tech talks, papers and web links on Distributed Systems, Scalability and System Design.
- mfornos / awesome-microservices - A curated list of Microservice Architecture related principles and technologies.
- theanalyst / awesome-distributed-systems - A curated list to learn about distributed systems
- binhnguyennus / awesome-scalability - The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
- DreamOfTheRedChamber / behavior-questions-answers - My behavior question answers
- tlbootcamp / tlroadmap - [RU] Тимлид – это ❄️, потому что в каждой компании он уникален и неповторим.
- guipsamora / pandas_exercises - Practice your pandas skills!
- dformoso / machine-learning-mindmap - A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
- madewithml / basics - Learn ML with clean code, simplified math and illustrative visuals.
- zotroneneis / machine_learning_basics - Plain python implementations of basic machine learning algorithms
- ageron / handson-ml - A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
- ageron / handson-ml2 - A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
- amitkaps / hackermath - Introduction to Statistics and Basics of Mathematics for Data Science - The Hacker's Way
- the-deep-learners / deep-learning-illustrated - Deep Learning Illustrated (2020)
- omar-florez / scratch_mlp - Explaining the Math of how neural networks learn
- Kyubyong / nlp_made_easy - Explains nlp building blocks in a simple manner.
- amzn / computer-vision-basics-in-microsoft-excel - Computer Vision Basics in Microsoft Excel (using just formulas
- shashankvemuri / Finance - Here you can find all the quantitative finance algorithms that I've worked on and refined over the past year!
- erdewit / ib_insync - Python sync/async framework for Interactive Brokers API
- t1user / ib_tools - tools for interactive brokers
- airalcorn2 / Solr-LTR - From Zero to Learning to Rank in Apache Solr
- leandrotk / functional-programming-learning-path - A Learning Path for Functional Programming
- caiorss / Functional-Programming - Functional Programming concepts, examples and patterns illustrated in Haskell, Ocaml and Python