resource: developer-tools
6134 resources, primary matches first, then adoption-weighted; health v2 shown.
| Resource | Health v2 | Stars | Maturity |
|---|---|---|---|
| dorey/JavaScript-Equality-Table An interactive web page visualizing JavaScript's equality comparison (== and ===) behavior across different value types. It serves as a ref… | 32 | 1261 | maintenance |
| handcraftsman/GeneticAlgorithmsWithPython Source code repository accompanying the book 'Genetic Algorithms with Python' by Clinton Sheppard. It provides step-by-step tutorial projec… | 32 | 1260 | maintenance |
| nsriram/lambda-the-terraform-way An introductory tutorial cookbook teaching how to deploy and integrate AWS Lambda functions using Terraform infrastructure-as-code. It walk… | 32 | 1259 | maintenance |
| Ignitetechnologies/Vulnhub-CTF-Writeups A curated cheatsheet of links to Vulnhub CTF and boot-to-root lab writeups published on Hacking Articles. It helps CTF players and beginner… | 32 | 1257 | maintenance |
| tc39/proposal-pattern-matching A TC39 Stage 1 proposal adding structural pattern matching syntax (a match expression) to ECMAScript/JavaScript. The repository hosts the p… | 52 | 5791 | experimental |
| kjw0612/awesome-random-forest A curated list of resources on random forests and tree-based methods, including code libraries, lectures, books, papers, and applications. … | 32 | 1254 | maintenance |
| glepnir/nvim-lua-guide-zh A Chinese translation of the nvim-lua-guide, a tutorial for using Lua as a first-class configuration and plugin language in Neovim 0.5+. It… | 32 | 1254 | maintenance |
| roboryantron/Unite2017 A sample Unity project demonstrating the game architecture patterns presented in the 'Game Architecture with Scriptable Objects' talk at Un… | 32 | 1253 | maintenance |
| blackhat-go/bhg Companion code samples for the No Starch Press book 'Black Hat Go: Go Programming for Hackers and Pentesters'. It contains example Go progr… | 32 | 1252 | maintenance |
| singgel/JAVA_LINE A curated collection of links to advanced Java learning books, covering JVM internals, concurrency, Spring, Netty, Tomcat, MySQL, and distr… | 66 | 1251 | maintenance |
| IRVING-L/Algorithm_fromBilibili A collection of self-study notes and C++ implementations of data structures and algorithms based on Wang Zhuo's data structures course from… | 32 | 1251 | maintenance |
| erdengk/excellent-wheel A curated list of 'reinvent the wheel' and algorithm projects, mainly in Java and Go, linking to hand-built implementations of Redis, messa… | 32 | 1246 | maintenance |
| foxleezh/AOSP A serialized blog series (hosted as GitHub issues) providing in-depth analysis of the Android Open Source Project (AOSP) source code, based… | 32 | 1245 | maintenance |
| AnIdiotsGuide/discordjs-bot-guide A community-maintained beginner-friendly guide to building Discord bots with the Discord.js library (version 13). It teaches JavaScript dev… | 10 | 1245 | maintenance |
| shawlu95/Beyond-LeetCode-SQL A collection of Jupyter Notebook analyses of SQL LeetCode and classic interview questions, covering pitfalls, anti-patterns, optimization t… | 32 | 1243 | maintenance |
| y123456yz/Reading-and-comprehense-linux-Kernel-network-protocol-stack An annotated copy of the Linux kernel (2.6.35) network protocol stack source code with extensive Chinese comments explaining data structure… | 32 | 1243 | maintenance |
| Timvde/UserChrome-Tweaks A community-maintained collection of small userChrome.css tweaks for customizing the Firefox user interface. Each file contains a single sp… | 10 | 1243 | maintenance |
| devunwired/recyclerview-playground A collection of Android sample code demonstrating RecyclerView usage, including custom ItemDecorations and custom LayoutManager implementat… | 32 | 1241 | maintenance |
| wangyuGithub01/Machine_Learning_Resources A curated collection of links and notes for reviewing machine learning concepts for technical interviews, originally written in Chinese. It… | 32 | 1241 | maintenance |
| matplotlib/AnatomyOfMatplotlib A Jupyter notebook tutorial series developed for the SciPy conference that teaches the matplotlib plotting library from NumPy basics throug… | 23 | 1238 | maintenance |
| taniarascia/wp-functions A curated collection of useful WordPress function snippets for developers building their own themes, covering admin customization, asset en… | 32 | 1237 | maintenance |
| dongweiming/web_develop Source code repository for the Chinese book 'Python Web Development in Practice' (《Python Web开发实战》) by Dong Weiming. It contains example co… | 32 | 1236 | maintenance |
| Asabeneh/JavaScript-for-Everyone A step-by-step open-source guide for learning JavaScript and programming fundamentals, structured as a 30-day challenge covering ES5/ES6+, … | 32 | 1233 | maintenance |
| udacity/frontend-nanodegree-resume A starter repository for Udacity's Front-End Web Developer Nanodegree online resume project, where students store resume data in JavaScript… | 10 | 1231 | maintenance |
| landy8530/DesignPatterns A Java-based educational repository explaining classic design patterns with wiki documentation and runnable code examples, including combin… | 23 | 1230 | maintenance |
| jarodHAN/Python-100-Days-master A Chinese-language 100-day Python curriculum ('Python - 100 Days from Novice to Master') by Luo Hao, structured as daily lessons with markd… | 32 | 1228 | maintenance |
| MostlyAdequate/mostly-adequate-guide-ru A Russian translation of the 'Mostly Adequate Guide to Functional Programming', an open-source book teaching functional programming concept… | 23 | 1227 | maintenance |
| kottans/frontend Kottans Frontend is a free, open curriculum for learning front-end web development, covering Git, Linux, HTML, CSS, JavaScript, React, and … | 23 | 1226 | maintenance |
| SangKa/react-in-patterns-cn A free open-source Chinese translation of the 'React in patterns' book, covering React design patterns and techniques like composition, dat… | 23 | 1225 | maintenance |
| jsuarezruiz/awesome-xamarin-forms A curated awesome-list of Xamarin.Forms libraries, plugins, controls, effects, and resources with over 300 entries. It serves as a discover… | 32 | 1223 | maintenance |
| DaRaFF/jsgamewiki A curated wiki of links, tutorials, blogs, talks, and tools for game programming with HTML5, Canvas, and JavaScript. It serves as a learnin… | 32 | 1223 | maintenance |
| osy/HaC-Mini A complete Hackintosh solution and guide for running macOS on the Intel NUC Hades Canyon (NUC8i7HNK/NUC8i7HVK), including custom drivers, A… | 23 | 1223 | maintenance |
| ChristopherGS/ultimate-fastapi-tutorial A companion repository for The Ultimate FastAPI Tutorial, a blog post series teaching FastAPI. It provides example code for engineers learn… | 32 | 1221 | maintenance |
| nali An automatically updated mirror of the QQWry (Chunzhen) IP geolocation database, refreshed daily with the latest .dat file plus historical … | 32 | 1220 | maintenance |
| snailuncle/autojsDemo A collection of demo scripts and examples for Auto.js, an Android automation tool that uses JavaScript and the accessibility service. It ac… | 32 | 1219 | maintenance |
| oldratlee/fucking-java-concurrency A collection of simple, runnable Java demo programs that showcase common concurrency problems such as race conditions, deadlocks, and threa… | 77 | 1217 | maintenance |
| cosmologicon/pywat A curated collection of 'wat' code snippets demonstrating counterintuitive edge cases in Python, inspired by Gary Bernhardt's famous WAT ta… | 32 | 1216 | maintenance |
| logeshpaul/Frontend-Cheat-Sheets A curated collection of cheat sheets for frontend development covering HTML, CSS, JavaScript, jQuery, Git, task runners, and accessibility.… | 32 | 1216 | maintenance |
| evancz/elm-todomvc The canonical TodoMVC example application written in Elm, demonstrating the Elm Architecture with a single Main.elm file and localStorage p… | 32 | 1215 | maintenance |
| feross/awesome-mad-science A curated awesome-list of delightful and unusual npm packages for Node.js and the browser, covering areas like peer-to-peer, browserify, ge… | 32 | 1215 | maintenance |
| lhunath/guide.bash.academy The source for guide.bash.academy, an online educational guide to the Bash shell and shell scripting. It is a static website built in HTML … | 32 | 1215 | maintenance |
| workshopper/how-to-npm how-to-npm is a NodeSchool workshopper that teaches npm through interactive terminal exercises, covering environment setup, installing depe… | 32 | 1210 | maintenance |
| lukakerr/NSWindowStyles A showcase repository demonstrating the many window styles achievable with NSWindow on macOS using Swift and AppKit, with no private APIs. … | 32 | 1209 | maintenance |
| bcoe/awesome-cross-platform-nodejs A curated awesome-list of developer tools, libraries, and resources for writing cross-platform Node.js code. It catalogs applications, CI s… | 32 | 1207 | maintenance |
| crescentpartha/CheatSheets-for-Developers A curated collection of programming cheat sheets in Markdown covering tools like Git, Docker, Linux, VS Code, Chrome DevTools, and language… | 32 | 1206 | maintenance |
| ZhangHanDong/tao-of-rust-codes Companion source code repository for the Chinese book 'The Tao of Rust' (《Rust编程之道》), containing all example code organized by chapter. The… | 32 | 1206 | maintenance |
| guang19/framework-learning A curated collection of Markdown study notes covering Java, JVM, Linux, MySQL, Redis, Netty, Spring, RabbitMQ, networking, data structures,… | 32 | 1204 | maintenance |
| HipByte/RubyMotionSamples A collection of official RubyMotion sample applications demonstrating iOS, OS X, watchOS, tvOS, and Android development in Ruby. Each subdi… | 32 | 1204 | maintenance |
| dashvlas/awesome-ios-interview A curated awesome-list of iOS developer interview questions and answers covering Swift and Objective-C, organized by category. It also link… | 32 | 1204 | maintenance |
| Collapsible Table Section A demo iOS Swift project showing how to implement collapsible table view sections entirely in code, with no storyboards or XIBs. It include… | 23 | 1204 | maintenance |
| harpribot/awesome-information-retrieval A curated awesome-list of information retrieval and web search resources, including books, courses, software, datasets, talks, conferences,… | 32 | 1203 | maintenance |
| saisathvik1/OSCP-Cheatsheet A community-maintained OSCP exam preparation cheatsheet covering penetration testing commands, privilege escalation paths, and important fi… | 27 | 1202 | maintenance |
| bevacqua/promisees Promisees is a browser-based playground for visualizing JavaScript Promise chains and their resolution flows. It helps developers understan… | 32 | 1201 | maintenance |
| pengxurui/AndroidFamily A curated Android learning roadmap and interview preparation guide covering Java, Kotlin, Android framework, JVM, computer science fundamen… | 32 | 1200 | maintenance |
| vkorbes/aprendago A complete Portuguese-language course on the Go programming language, taking learners from beginner to advanced ('zero to ninja') level. Th… | 32 | 1200 | maintenance |
| yifengyou/The-design-and-implementation-of-a-64-bit-os A collection of study notes and accompanying source code for the Chinese book 'The Design and Implementation of a 64-bit Operating System'.… | 32 | 1199 | maintenance |
| Naphier/unity-design-patterns A collection of example implementations of classic software design patterns written in C# for Unity3D. Each pattern includes a structural r… | 42 | 1198 | maintenance |
| codingforentrepreneurs/Guides A collection of Markdown guides by Coding for Entrepreneurs covering Django setup, deployment, and related web development topics. It inclu… | 32 | 1197 | maintenance |
| Lockstep Engine A Chinese-language tutorial series teaching lockstep synchronization for multiplayer games, covering basic lockstep and prediction/rollback… | 23 | 1197 | maintenance |
| EmbraceAGI/Awesome-AI-GPTs A curated awesome-list cataloging OpenAI GPTs resources, including popular GPTs, prompt collections, plugins, knowledge bases, and prompt a… | 71 | 1193 | maintenance |
| ITDragonBlog/daydayup A curated collection of Java backend learning notes and example code covering MongoDB, Netty, Nginx, MySQL, Redis, Shiro, Solr, SpringBoot,… | 32 | 1192 | maintenance |
| bmkmanoj/js-by-examples A collection of JavaScript code samples with question/answer/explanation markdown files for learning the language. It covers functions, clo… | 32 | 1191 | maintenance |
| xinghongfei/awesome-view A curated awesome-list of tutorials and articles for learning Android custom View development, covering the drawing pipeline (onMeasure/onL… | 32 | 1191 | maintenance |
| FEGuideTeam/FEGuide A Chinese-language open-source collection of frontend interview questions and study guides covering HTML, CSS, JavaScript, networking, and … | 32 | 1190 | maintenance |
| llohellohe/zookeeper A Chinese-language learning resource documenting one developer's journey studying Apache ZooKeeper, including notes on the O'Reilly ZooKeep… | 32 | 1190 | maintenance |
| 0xisk/awesome-solidity-gas-optimization A curated awesome-list of resources for optimizing gas costs in Solidity smart contracts on Ethereum and EVM-compatible chains. It collects… | 32 | 1189 | maintenance |
| upekkha/AppleHardwareTest A curated collection of download links to Apple Hardware Test disk images for older Intel-based Macs, gathered from forums and by scraping … | 32 | 1189 | maintenance |
| in28minutes/spring-master-class A companion code repository for an in28Minutes Udemy course teaching the Spring Framework 5 from beginner to expert, covering dependency in… | 32 | 1189 | maintenance |
| SecYouth/sec-jobs A community-curated Chinese repository collecting information-security internship and campus-recruitment materials, including interview exp… | 32 | 1189 | maintenance |
| lartpang/PyTorchTricks A curated collection of PyTorch tips and tricks covering training speedup, data loading optimization, memory savings, and inference acceler… | 32 | 1188 | maintenance |
| udacity/course-collaboration-travel-plans A simple travel destination tracking app used as the starter project for Udacity's 'Version Control with Git' course. It serves as practice… | 57 | 1187 | maintenance |
| rachelandrew/gridbugs A community-curated list of CSS Grid Layout browser bugs, incomplete implementations, and interoperability issues, inspired by Flexbugs. It… | 32 | 1185 | maintenance |
| windelicato/dotfiles A collection of Arch Linux configuration files (dotfiles) for programs and the BSPWM window manager, written mostly in Shell. It includes a… | 32 | 1182 | maintenance |
| XLsn0w/Cydiapps A collection of iOS jailbreak tweak development resources and Cydia repos by XLsn0w, focused on reverse engineering iOS apps using Logos, T… | 32 | 1181 | maintenance |
| Troland/how-javascript-works A Chinese translation of the 'How JavaScript Works' tutorial series explaining JavaScript internals such as the event loop, V8 engine, memo… | 32 | 1180 | maintenance |
| AvdLee/CombineSwiftPlayground A paged Swift Playground that teaches Apple's Combine reactive programming framework through interactive chapters covering publishers, subs… | 32 | 1178 | maintenance |
| rocketseat-education/bootcamp-gostack-desafios A collection of all the module challenges from Rocketseat's GoStack Bootcamp, covering Node.js, ReactJS, and React Native concepts and fund… | 32 | 1177 | maintenance |
| murtazahassan/OpenCV-Python-Tutorials-and-Projects A beginner-friendly OpenCV course in Python with accompanying example code and video tutorials. It covers basics like reading images/video/… | 32 | 1177 | maintenance |
| ponkans/F2E A Chinese-language curated knowledge series (大前端进阶) covering advanced frontend and full-stack topics such as JavaScript internals, Vue/Reac… | 32 | 1176 | maintenance |
| Yonet/Angular-Interview-Questions A curated collection of Angular interview questions organized by topic, covering components, RxJS, architecture, testing, TypeScript, and m… | 32 | 1176 | maintenance |
| you-dont-need/You-Dont-Need-Loops An educational guide explaining why imperative loops (for, while, forEach) can be replaced with recursion and higher-order functions in Jav… | 32 | 1174 | maintenance |
| xianyunyh/PHP-Interview A curated collection of study notes for PHP developer interviews, covering PHP internals, MySQL, Linux, networking, data structures, algori… | 32 | 1173 | maintenance |
| Gabriella439/haskell-nix A guide documenting how to use Nix for Haskell development in production, covering two workflows: Nix-provisioned development environments … | 32 | 1168 | maintenance |
| docker-library/openjdk The Docker Official Image packaging repository for OpenJDK, providing container images of the Java Development Kit. The general-purpose ima… | 77 | 1167 | maintenance |
| AlbertSlam/Lee-SLAM-source A curated awesome-list of SLAM (Simultaneous Localization and Mapping) learning resources, including tutorials, books, video courses, blogs… | 32 | 1167 | maintenance |
| malrev/ABD Course materials for Advanced Binary Deobfuscation taught by NTT Secure Platform Laboratories at GCC Tokyo 2020. It covers obfuscation prin… | 32 | 1166 | maintenance |
| ZhaoKaiQiang/AndroidDifficultAnalysis A curated collection of notes and explanations covering difficult and important topics in Android development, including reading notes, kno… | 32 | 1166 | maintenance |
| wudi/PHP-Interview-Best-Practices-in-China A curated Chinese-language collection of PHP interview knowledge points and questions commonly asked in China, with links to reference mate… | 10 | 1166 | maintenance |
| addyosmani/critical-path-css-tools A curated awesome-list of tools for generating, inlining, and reporting on critical-path (above-the-fold) CSS to improve page load performa… | 32 | 1165 | maintenance |
| tdamdouni/Pythonista A curated collection of Python scripts written for the Pythonista iOS app, gathered from GitHub forks, the omz:forum, and other coding comm… | 32 | 1164 | maintenance |
| E869120/math-algorithm-book Companion repository for the Japanese book 'Algorithms x Math' (published December 2021), containing source code in C++, Python, Java, and … | 32 | 1162 | maintenance |
| airuikun/front-core A collection of JavaScript implementations and source-code walkthroughs of popular frontend and Node.js technologies, including a mini bund… | 32 | 1162 | maintenance |
| Dev-XYS/Algorithms A comprehensive collection of algorithm and data structure implementations written in C++, covering graph algorithms, sorting, number theor… | 32 | 1161 | maintenance |
| taowen/modularization-examples A Chinese-language educational resource (book/course '业务逻辑拆分模式' / autonomy.design) with example code teaching practical techniques for prev… | 32 | 1159 | maintenance |
| codeinthedark/awesome-power-mode A curated awesome-list of 'power mode' plugins that add particle and screen-shake effects to text editors, popularized by the Code in the D… | 32 | 1157 | maintenance |
| OmkarPathak/Python-Programs A curated collection of standalone Python programs covering classic sorting and searching algorithms, data structures like linked lists and… | 32 | 1157 | maintenance |
| dotnet/try-samples A collection of interactive C# tutorials and samples that run with the dotnet try global tool, runnable locally or via Binder. It includes … | 10 | 1157 | maintenance |
| ferrous-systems/elements-of-rust A collection of software engineering techniques and idioms for writing clear, effective Rust code, covering style, ergonomics, and philosop… | 32 | 1156 | maintenance |
| sxei/vscode-plugin-demo A companion demo repository for a Chinese-language tutorial series on developing VSCode extensions. It contains example code covering comma… | 32 | 1155 | maintenance |
| jondot/rust-how-do-i-start A hand-curated GitHub repository of advice, articles, videos, and exercises for getting started with the Rust programming language. It lays… | 32 | 1155 | maintenance |