djetton6's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
TheAlgorithms/Python
All Algorithms implemented in Python
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
enaqx/awesome-react
A collection of awesome things regarding React ecosystem
tldr-pages/tldr
📚 Collaborative cheatsheets for console commands
Asabeneh/30-Days-Of-JavaScript
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
Asabeneh/30-Days-Of-Python
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
TheAlgorithms/JavaScript
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
Pierian-Data/Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
Asabeneh/30-Days-Of-React
30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
sudheerj/javascript-interview-questions
List of 1000 JavaScript Interview Questions
jonasschmedtmann/complete-javascript-course
Starter files, final projects, and FAQ for my Complete JavaScript course
dpkp/kafka-python
Python client for Apache Kafka
microsoft/tsyringe
Lightweight dependency injection container for JavaScript/TypeScript
Asabeneh/JavaScript-for-Everyone
A step by step guide to learn JavaScript and programming. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
sandoche/Mobile-app-landingpage-template
📱 Free to use static generated website template for your mobile app
bollwarm/DataStructuresAlgorithms
500+ Data Structures and Algorithms practice problems
nodejsera/30daysofnode
30 days of node is a code base tutorial series for node.js which deals with providing a practical project based learning experience instead of talking about its conceptual details.
codepath/compsci_guides
Guides focused on fundamental computer science concepts
btholt/citr-v7-project
Projects for Complete Intro to React v7 and Intermediate v4
OutcoSF/prep_material
A repository of material to help candidates prepare for the program
pythonprocourse/files
ipenywis/react-query-useEffect
Why you should use react-query instead of useEffects for API Calls?
Yelp/yelp_kafka
An extension of the kafka-python package that adds features like multiprocess consumers.
sillsdev/machine.py
Machine is a natural language processing library for Python that is focused on providing tools for processing resource-poor languages.
CodeYourDreams/Develop_Curriculum
This repository contains the Code Your Dreams curriculum content for our Application Development module.
kofigumbs/interviews
Take-home interview assignments
erickang21/stopwatch.py
A simple stopwatch for python
han8909227/data-structures
Implemented a number of classical data structures and sorting algorithms in Python.