resource: developer-tools
6134 resources, primary matches first, then adoption-weighted; health v2 shown.
| Resource | Health v2 | Stars | Maturity |
|---|---|---|---|
| diekmann/wasm-fizzbuzz A four-part tutorial series exploring WebAssembly from scratch, from hand-written WAT FizzBuzz to compiling Rust and porting 1997 DooM to t… | 32 | 1557 | maintenance |
| corkami/pocs A collection of Proof of Concepts demonstrating unusual and edge-case constructs in file formats such as PE executables and PDF documents. … | 32 | 1557 | maintenance |
| hackerkid/bots A curated awesome-list of resources for building chatbots, including platform documentation, building tools, analytics, libraries, bot stor… | 32 | 1556 | maintenance |
| giswqs/earthengine-py-notebooks A collection of 360+ Jupyter Python notebook examples demonstrating how to use Google Earth Engine with interactive mapping via geemap, fol… | 32 | 1556 | maintenance |
| kangjianwei/LearningJDK A repository of annotated JDK (Oracle/OpenJDK 11) source code with the author's reading notes written directly as comments in the source fi… | 32 | 1554 | maintenance |
| fossasia/neurolab-hardware The Neurolab Hardware repository holds the open-source PCB schematics and layouts for a neuroheadset headband that measures brainwave elect… | 10 | 1553 | maintenance |
| lzl124631x/LeetCode A personal collection of C++ solutions to LeetCode online judge problems, organized by problem number with links to explanations. It serves… | 32 | 1552 | maintenance |
| yeungon/In-JavaScript-we-trust A collection of JavaScript coding challenges and quizzes with detailed explanations, designed to help learners master tricky language conce… | 32 | 1548 | maintenance |
| FazeelUsmani/Amazon-SDE-Preparation A curated collection of solved interview preparation questions for the Amazon SDE role, organized by data structures and algorithms topics … | 32 | 1547 | maintenance |
| JinjunHan/iOSDeviceSupport A collection of downloadable iOS Device Support files for all iOS versions up to 16.7, intended to be placed into Xcode's DeviceSupport dir… | 23 | 1547 | maintenance |
| joggerplus/awesome-weex A curated list of Weex guides, articles, sites, tools, projects, and resources. Weex is a framework for building cross-platform mobile UIs,… | 32 | 1546 | maintenance |
| HarshCasper/Rotten-Scripts A curated collection of small utility scripts written in Python, JavaScript, Bash, PowerShell, and Go, contributed by the open-source commu… | 32 | 1545 | maintenance |
| Rafase282/My-FreeCodeCamp-Code A personal journal and wiki documenting one developer's solutions and explanations for FreeCodeCamp bootcamp challenges, with code organize… | 32 | 1545 | maintenance |
| diwu/LeetCode-Solutions-in-Swift A curated collection of LeetCode problem solutions written in Swift 5, with optimal time/space complexity and comprehensive test cases runn… | 32 | 1544 | maintenance |
| miracleyoo/pytorch-lightning-template A PyTorch Lightning project template that lets developers adapt existing PyTorch code to Lightning with minimal changes while keeping full … | 32 | 1542 | maintenance |
| lessfish/leetcode A curated collection of LeetCode problem solutions written primarily in JavaScript, covering hundreds of problems with difficulty ratings a… | 32 | 1540 | maintenance |
| GantMan/ReactStateMuseum A showcase repository implementing the same packing list app across many React and React Native state management libraries (Redux, MobX, Co… | 32 | 1539 | maintenance |
| godweiyang/NN-CUDA-Example A collection of simple example projects showing how to write custom CUDA operators and call them from PyTorch and TensorFlow. It demonstrat… | 32 | 1539 | maintenance |
| btholt/intro-to-web-dev-v2 The source code and course website for 'Complete Introduction to Web Development v2', a Frontend Masters course by Brian Holt. It provides … | 32 | 1539 | maintenance |
| easychen/openai-gpt-dev-notes-for-cn-developer A Chinese-language developer guide/notes explaining how to quickly build OpenAI/GPT applications, covering the chat completions API, stream… | 30 | 1539 | maintenance |
| fossasia/pslab-case A repository of laser-cut case designs for the Pocket Science Lab (PSLab) open-hardware device, shared by FOSSASIA. It contains design file… | 32 | 1537 | maintenance |
| wupeixuan/JDKSourceCode1.8 An annotated copy of the JDK 1.8 source code with Chinese-language commentary explaining core classes like String, HashMap, ConcurrentHashM… | 32 | 1537 | maintenance |
| luohaha/Chinese-uvbook A Chinese translation of 'An Introduction to libuv' (uvbook), a tutorial covering libuv's asynchronous I/O library including filesystem, ne… | 32 | 1535 | maintenance |
| wtsxDev/Machine-Learning-for-Cyber-Security A curated awesome-list of tools, datasets, papers, books, tutorials, and courses on applying machine learning to cyber security. It is a re… | 32 | 1534 | maintenance |
| zenozeng/Free-Chinese-Fonts A curated catalog of free-to-use Chinese fonts, presented as a GitHub Pages website. It organizes fonts with licensing information so users… | 32 | 1534 | maintenance |
| BrightXiaoHan/CMakeTutorial A Chinese-language practical CMake tutorial that teaches build system usage through real code examples. It covers core topics like find_pac… | 32 | 1533 | maintenance |
| airbus-seclab/qemu_blog A series of technical blog posts by Airbus SECLab explaining QEMU internals, covering topics like machine creation, memory regions, devices… | 32 | 1533 | maintenance |
| XD-DENG/SQL-exercise A collection of SQL practice exercises with database schemas, questions, and solutions, largely derived from the Wikibooks SQL Exercises pl… | 32 | 1530 | maintenance |
| HerXayah/road-to-yuzu-without-switch A community-maintained step-by-step guide explaining how to install and configure the Yuzu (and Suyu) Nintendo Switch emulators on a Window… | 32 | 1527 | maintenance |
| ryanmcdermott/code-review-tips A curated guide of common problems to look for during code reviews, with JavaScript examples covering readability, side effects, security, … | 32 | 1526 | maintenance |
| snipcart/learn-vanilla-js An open-source curated list of paid and free resources for learning vanilla JavaScript, including books, courses, communities, and evergree… | 32 | 1525 | maintenance |
| tailec/ios-architecture A collection of sample iOS apps demonstrating different architectural patterns such as MVC, MVVM, MVP, VIPER, RIBs, and Redux, each in its … | 32 | 1524 | maintenance |
| thephpleague/skeleton A skeleton repository template for creating new PHP packages under the League of Extraordinary Packages. It provides a preconfigured struct… | 32 | 1522 | maintenance |
| sigp/solidity-security-blog A comprehensive reference documenting known Solidity smart contract attack vectors and common anti-patterns, hosted on GitHub as the basis … | 32 | 1521 | maintenance |
| androiddevnotes/awesome-jetpack-compose-android-apps A curated list of open-source Android apps built with Jetpack Compose, organized by architecture pattern (MVVM, MVI) and tech stack. It ser… | 32 | 1521 | maintenance |
| 0voice/dpdk_engineer_manual A curated Chinese-language knowledge base for DPDK (Data Plane Development Kit) engineers, collecting official docs, books, videos, confere… | 32 | 1521 | maintenance |
| wuduhren/leetcode-python A collection of Python solutions to LeetCode problems with explanations, which has grown into a guide for preparing for software engineer i… | 32 | 1517 | maintenance |
| jzplp/Computer-Network-A-Top-Down-Approach-Answer A collection of answers to review questions, problems, Wireshark labs, and Python socket programming assignments from the textbook 'Compute… | 32 | 1515 | maintenance |
| svaksha/Julia.jl A curated awesome-list of knowledge resources, packages, and tools for the Julia programming language, organized by domain (AI, biology, ch… | 32 | 1515 | maintenance |
| Juude/Awesome-Android-Architecture A curated awesome-list of Android app architecture resources, collecting articles, talks, and demos on patterns like Clean Architecture, MV… | 32 | 1513 | maintenance |
| stemmlerjs/white-label An unfinished enterprise-style vinyl-trading application built with Node.js and TypeScript to demonstrate Domain-Driven Design patterns. It… | 32 | 1512 | maintenance |
| garimasingh128/awesome-python-projects A curated collection of small beginner-friendly Python projects such as a tic-tac-toe game, password manager, weather app, and air quality … | 32 | 1511 | maintenance |
| mishamosher/CentOS-WSL A project that converts CentOS QCOW2 cloud images into RootFS tarballs for use with Windows Subsystem for Linux (WSL). Builds are automated… | 23 | 1511 | maintenance |
| SalGnt/cscs A curated list of coding style conventions and standards covering many programming languages, from Arduino to C++ to Elixir. It is a refere… | 32 | 1508 | maintenance |
| hyper0x/awesome-go-China A curated list of Go frameworks, libraries, and software created by ethnic Chinese developers, inspired by awesome-go. It serves as a disco… | 32 | 1508 | maintenance |
| DreamAndDead/CSAPP-3e-Solutions A collection of solutions to the labs and exercises from Computer Systems: A Programmer's Perspective, Third Edition, written primarily in … | 32 | 1508 | maintenance |
| kentcdodds/advanced-react-patterns-v2 A workshop repository by Kent C. Dodds teaching advanced React component patterns through hands-on exercises. It accompanies a Frontend Mas… | 10 | 1500 | maintenance |
| netgloo/spring-boot-samples A collection of Spring Boot sample projects by Netgloo, each demonstrating a specific feature or integration such as database access, web c… | 32 | 1499 | maintenance |
| DavadDi/bpf_study A Chinese-language eBPF learning repository with introductory articles, examples, and notes on BPF/eBPF technology, including classic BPF v… | 32 | 1499 | maintenance |
| austin-taylor/code-vault A curated collection of useful Jupyter notebooks and code snippets covering data science and general Python tasks. It serves as a reference… | 32 | 1498 | maintenance |
| stackgl/webgl-workshop A NodeSchool-style interactive workshop that teaches the WebGL API through small, hands-on lessons. It is the sequel to shader-school and r… | 32 | 1498 | maintenance |
| ivyreese/visual-programming-codex A curated knowledge repository cataloging the history, implementations, concepts, and criticisms of visual programming languages and enviro… | 70 | 1496 | maintenance |
| turkenh/ansible-interactive-tutorial An interactive Ansible tutorial that runs entirely in Docker containers, adapted from the leucos/ansible-tuto lessons. A single shell scrip… | 32 | 1496 | maintenance |
| miziomon/awesome-wordpress A curated list of WordPress resources, themes, plugins, tools, and learning materials, inspired by the awesome-* list format. It organizes … | 32 | 1494 | maintenance |
| darbyluv2code/spring-boot-3-spring-6-hibernate-for-beginners Source code repository accompanying the Udemy course 'Spring Boot 3, Spring 6 and Hibernate for Beginners' by luv2code. It contains hands-o… | 64 | 1492 | maintenance |
| rafaballerini/10ProjetosHTMLeCSS A curated collection of ten HTML and CSS project ideas (landing pages, login pages, forms, product catalogs, news pages) meant to be built … | 32 | 1491 | maintenance |
| yehongzhi/learningSummary A curated collection of Java learning notes and articles covering advanced topics such as microservices, middleware, caching, database opti… | 32 | 1491 | maintenance |
| Bhupesh-V/30-seconds-of-cpp A collection of short, digestible snippets covering the C++ Standard Template Library (STL), including algorithms and containers like vecto… | 10 | 1490 | maintenance |
| YUUXIAO/webProject A collection of small front-end demos built while learning web development, implemented entirely with vanilla JavaScript and CSS3. It inclu… | 32 | 1488 | maintenance |
| hi-dhl/AndroidX-Jetpack-Practice A collection of practice projects and companion analysis articles covering AndroidX Jetpack components such as Splashscreen, App Startup, P… | 32 | 1487 | maintenance |
| cs109/2015 Public repository of course materials for Harvard's CS109 Data Science course (2015 edition), containing lecture slides and links to labs a… | 32 | 1484 | maintenance |
| Kotlin/coroutines-examples A collection of example code illustrating the design of Kotlin coroutines, tied to the coroutines KEEP proposal and the official coroutine … | 10 | 1484 | maintenance |
| andrealmar/sre-university A curated study plan and resource list for becoming a Site Reliability Engineer, collecting books, courses, and tutorials across SRE, opera… | 32 | 1480 | maintenance |
| luliyucoordinate/Leetcode A curated collection of LeetCode problem solutions implemented in multiple programming languages including C++, Python, Go, Java, JavaScrip… | 32 | 1478 | maintenance |
| xiaoweiChen/CMake-Cookbook A Chinese translation of the book 'CMake Cookbook' by Radovan Bast and Roberto Di Remigio, covering building, testing, and packaging projec… | 10 | 1478 | maintenance |
| ericdouglas/traduz-ai A curated collection of software development and engineering articles translated into Brazilian Portuguese (pt-BR). It is a community-drive… | 32 | 1477 | maintenance |
| cod3rcursos/curso-java The companion code repository for the Cod3r 'Java 13 COMPLETO: Do Zero ao Profissional' online course, containing example code and real pro… | 32 | 1477 | maintenance |
| su37josephxia/wheel-awesome A Chinese-language educational repository where a frontend engineer reimplements common interview-relevant library internals ('wheels') in … | 32 | 1476 | maintenance |
| GeekLiB/Lee-VR-Source A curated awesome-list of VR development resources, primarily in Chinese, covering video tutorials, platform setup guides (HTC Vive, Oculus… | 32 | 1476 | maintenance |
| tal-tech/electron-playground An interactive Electron playground application for quickly experimenting with and learning Electron APIs. It combines categorized documenta… | 23 | 1476 | maintenance |
| ryanoasis/powerline-extra-symbols A collection of extra Powerline separator glyphs (rounded, angled, flame, blocky, etc.) provided as Unicode codepoints and font assets. The… | 32 | 1475 | maintenance |
| 18F Guides A published guide of software engineering best practices and guidelines maintained by the 18F/TTS Engineering Practices Guild, written in M… | 10 | 1475 | maintenance |
| vkostyukov/scalacaster Scalacaster is a collection of purely functional algorithms and data structures implemented in Scala, meant to be read rather than executed… | 32 | 1474 | maintenance |
| Hawstein/cracking-the-coding-interview A collection of C++ solutions to the 150 exercises from the book 'Cracking the Coding Interview' (V4), with accompanying written explanatio… | 32 | 1472 | maintenance |
| kkdai/project52 A collection of 52 small Go projects written one per week over a year as a personal learning challenge. It serves as example code covering … | 32 | 1470 | maintenance |
| ityouknow/awesome-spring-cloud A curated awesome-list of Spring Cloud learning resources, including blogs, open-source example projects, websites, and tutorials, primaril… | 32 | 1468 | maintenance |
| ddzy/fe-necessary-book A curated collection of PDF books and links for frontend developers, covering JavaScript, CSS, HTML, HTTP, Node, databases, computer fundam… | 32 | 1467 | maintenance |
| zhangyikaii/NJUCS-Course-Material A community-shared collection of course materials, homework, code, and lab reports for Nanjing University's Computer Science (NJU-CS) progr… | 32 | 1466 | maintenance |
| cursoemvideo/cursoemvideo-python The official repository for Curso em Video's Python course, containing course materials and exercise code for a free video-based Python cur… | 32 | 1466 | maintenance |
| monochromegane/go_design_pattern A collection of classic GoF design pattern implementations written in Go, covering creational, structural, and behavioral patterns. It serv… | 32 | 1462 | maintenance |
| Alexintosh/Awesome-Ionic A curated awesome-list of Ionic framework libraries, resources, boilerplates, and solutions covering Ionic 1 through the latest versions, p… | 32 | 1461 | maintenance |
| MuddledBox/FlipperZeroSub-GHz A collection of Sub-GHz signal files (including deBruijn sequences) for the Flipper Zero multi-tool device. The files are meant to be copie… | 32 | 1461 | maintenance |
| sisterAn/blog A Chinese-language frontend development blog maintained as a GitHub repository, with articles on JavaScript, CSS, algorithms, and interview… | 32 | 1460 | maintenance |
| harvestlamb/Cpp_houjie A collection of slides (PPT) and companion C++ code from Hou Jie's (侯捷) well-known C++ course, covering topics like copy semantics, operato… | 32 | 1460 | maintenance |
| fossasia/pslab-artwork A repository of artwork assets (logos, stickers, banners) for the FOSSASIA Pocket Science Lab (PSLab) open-hardware project. It serves as t… | 32 | 1457 | maintenance |
| yunwei37/ZJU-CS-GIS-ClassNotes A knowledge base of undergraduate computer science and GIS course notes, assignments, and projects from Zhejiang University, covering topic… | 32 | 1457 | maintenance |
| budaLi/-Learning-materials- A curated collection of links to various programming and IT learning materials, including Baidu cloud video links and PDF resources coverin… | 39 | 1456 | maintenance |
| walbourn/directx-sdk-samples-reworked A collection of legacy DirectX SDK C++ samples for Direct3D 11, XInput, and XAudio2, reworked to build with the Windows 10 SDK without the … | 10 | 1456 | maintenance |
| JSBox A collection of example scripts and demos for JSBox, a JavaScript IDE app for iOS. The repository showcases what can be built with JSBox, s… | 32 | 1455 | maintenance |
| sftrabbit/CppPatterns-Patterns A community-curated repository of modern, idiomatic C++ code patterns, each stored as a self-contained .cpp example with intent and descrip… | 32 | 1455 | maintenance |
| app-developers/top A curated monthly list of top mobile app developers and development agencies, organized by language (Swift, Java, Kotlin) with links to the… | 32 | 1454 | maintenance |
| demidovakatya/vvedenie-mashinnoe-obuchenie A continuously updated curated collection of machine learning resources, maintained in Russian. It organizes links to books, online courses… | 32 | 1453 | maintenance |
| mtdvio/going-to-production A curated reference checklist covering topics to address before deploying a project to production, with separate checklists for server-side… | 32 | 1452 | maintenance |
| geerlingguy/pi-webcam An Ansible playbook that automates configuring a Raspberry Pi as a USB OTG webcam using the UVC gadget kernel module. Once configured, the … | 32 | 1450 | maintenance |
| in28minutes/java-best-practices A curated guide of coding, design, and architecture best practices for Java applications, written by an experienced instructor. It covers t… | 32 | 1450 | maintenance |
| dastergon/postmortem-templates A curated collection of postmortem and incident report templates drawn from sources like the Google SRE book and real-world cloud outage re… | 32 | 1450 | maintenance |
| zhedahht/ChineseCodingInterviewAppendix Source code for the appendix of the Chinese edition of the book 'Coding Interviews', written in C++. It provides reference implementations … | 32 | 1448 | maintenance |
| Rust Training Materials A companion code repository for the author's Geek Time 'Rust First Lesson' course, updated alongside the course content. It contains Rust e… | 32 | 1447 | maintenance |
| kennyn510/wpa2-wordlists A collection of password wordlists and dictionaries compiled from public breach data, intended for dictionary attacks against WPA2 and othe… | 77 | 1446 | maintenance |
| in28minutes/JavaInterviewQuestionsAndAnswers A curated collection of 200+ Java interview questions and answers covering core Java topics like OOP, strings, collections, and the Java pl… | 32 | 1444 | maintenance |