ankur-anand's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
golang/go
The Go programming language
goldbergyoni/nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024)
ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
prakhar1989/awesome-courses
:books: List of awesome university courses for learning Computer Science!
kamranahmedse/design-patterns-for-humans
An ultra-simplified explanation to design patterns
kelseyhightower/kubernetes-the-hard-way
Bootstrap Kubernetes the hard way. No scripts.
quii/learn-go-with-tests
Learn Go with test-driven development
apache/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
dgryski/go-perfbook
Thoughts on Go performance optimization
ruanyf/webpack-demos
a collection of simple demos of Webpack
nswbmw/node-in-debugging
《Node.js 调试指南》
sigalor/whatsapp-web-reveng
Reverse engineering WhatsApp Web.
xairy/linux-kernel-exploitation
A collection of links related to Linux kernel security and exploitation
angrave/SystemProgramming
Angrave's Crowd-Sourced System Programming Book used at UIUC
reactjs/react-basic
A description of the conceptual model of React without implementation burden.
the-road-to-learn-react/the-road-to-learn-react
📓The Road to learn React: Your journey to master plain yet pragmatic React.js
wycats/javascript-decorators
thlorenz/v8-perf
⏱️ Notes and resources related to v8 and thus Node.js performance
yortus/asyncawait
Callback heaven for Node.js with async/await
crizstian/cinema-microservice
Example of a cinema microservice
emluque/golang-internals-resources
A collection of articles and videos to understand Golang internals.
davecheney/gophercon2018-performance-tuning-workshop
GopherCon 2018 Performance Tuning Workshop
onedesign/express-socketio-tutorial
A simple express socket.io tutorial using express generators.
NathanaelA/v8-Natives
Access v8 Engine Natives easily in Chrome & Node
asseco-pst/watch-your-language
A course about JavaScript fundamentals, based on "You don’t know JS" book series from Kyle Simpson where we’ll take a practical and interactive approach so you don’t get bored and really learn what JavaScript is made of.
RuntimeTools/appmetrics-statsd
A connector that collects data using 'appmetrics' and sends it to a configured StatsD server using 'node-statsd'.