chiranz's Stars
CSSEGISandData/COVID-19
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
mathdroid/covid-19-api
COVID-19 global data (from JHU CSSE for now) as-a-service
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
lydiahallie/javascript-questions
A long list of (advanced) JavaScript questions, and their explanations :sparkles:
clementmihailescu/Sorting-Visualizer-Tutorial
Tutorial for my original Sorting Visualizer project.
clementmihailescu/Pathfinding-Visualizer-Tutorial
Tutorial for my original Pathfinding Visualizer project.
MTrajK/coding-problems
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
TheOdinProject/curriculum
The open curriculum for learning web development
trekhleb/nano-neuron
🤖 NanoNeuron is 7 simple JavaScript functions that will give you a feeling of how machines can actually "learn"
proshoumma/organigram
A JSON based tree structure with drag and drop functionally to re-arrange the tree. Show-cases some useful tree operations for deeply nested JSON data and webpack configuration for reducing bundle sizes.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
Xtremilicious/projectlearn-project-based-learning
A curated list of project tutorials for project-based learning.
lnbook/lnbook
Mastering the Lightning Network (LN)
BlockchainCommons/Gordian
An entire architecture focused on user agency and security.
zero-to-mastery/resources
Here is a list of best resources to get you started with learning how to code (mostly related to Web Development). Feel free to add your favorite resources as well and help others in their journey of learning.
bitcoin/bips
Bitcoin Improvement Proposals
petertodd/python-bitcoinlib
Python3 library providing an easy interface to the Bitcoin data structures and protocol.
cubiclesoft/email_sms_mms_gateways
A simple repo containing a list of known e-mail to SMS, MMS, and Rich Messaging carrier gateways in JSON format under a MIT or LGPL license.
no-stack-dub-sack/cs-playground-react
In-Browser Algorithm and Data Structures Practice
chaincodelabs/lightning-curriculum
Lightning Network Protocol Development Curriculum
jcjohnson/sorting.js
Visualize sorting algorithms in Javascript
clementmihailescu/Sorting-Visualizer
Visualization Tool for Sorting Algorithms
eriklindernoren/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
satoshilabs/slips
SatoshiLabs Improvement Proposals
clintonwoo/hackernews-react-graphql
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
enaqx/awesome-react
A collection of awesome things regarding React ecosystem
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
jazzband/django-rest-knox
Authentication Module for django rest auth
gothinkster/django-realworld-example-app
ryanmcdermott/clean-code-javascript
Clean Code concepts adapted for JavaScript