wenjzhu's Stars
kamranahmedse/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
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.
airbnb/javascript
JavaScript Style Guide
sudheerj/reactjs-interview-questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
donnemartin/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
sudheerj/javascript-interview-questions
List of 1000 JavaScript Interview Questions
google/eng-practices
Google's Engineering Practices documentation
rqlite/rqlite
The lightweight, user-friendly, distributed relational database built on SQLite.
grab/front-end-guide
📚 Study guide and introduction to the modern front end stack.
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.
seanprashad/leetcode-patterns
A pattern-based approach for learning technical interview questions
getmoto/moto
A library that allows you to easily mock out tests based on AWS infrastructure.
donnemartin/gitsome
A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
jarun/googler
:mag: Google from the terminal
TarekRaafat/autoComplete.js
Simple autocomplete pure vanilla Javascript library.
khan4019/front-end-Interview-Questions
Help the front End community to rock interview
singgel/Study-Floder
相当不错的图书,例如《数学之美》、《浪潮之巅》、《TCP/IP卷一/卷二/卷三》等;一些大的上传受限制的文件《图解TCP_IP_第5版》、《深入理解Java虚拟机JVM》、《effective java》等在README
azl397985856/fe-interview
宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)
waymo-research/waymo-open-dataset
Waymo Open Dataset
sdcuike/Clean-Code-Collection-Books
Clean Code Collection books-写代码的艺术--但是也不能死读书,照搬理论实践
vvscode/js--interview-questions
:grey_question::question::grey_question: Notes from technical (javascript) interviews. Tasks and quiz for different topics to discuss on interview / check self skills in javascript
ontiyonke/book-1
mapbox/geobuf
A compact binary encoding for geographic data.
Innsmounth/JavaEBooks
This repository is having all Java related EBooks.
IgnaciodeNuevo/frontend-development-interviews
A curated list of lists of frontend interview questions.
learning-zone/d3js-chart-basics
D3.js Chart Basics ( v7.6.x )
Prashant47/distributed-database
Implementation of distributed and parallel databases operations like fragmentation, parallel sort, range query etc.
mkoskinen/aws-dashboard
A small python script for rendering CloudWatch dashboards to an HTML file
lrghust/simple-gossip-database-example
A simple distributed database example based on gossip protocol; Computer Networking project.