Awesome List Updates on Nov 03 - Nov 09, 2025
23 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Mongodb
Applications / Web
- Errbit (⭐4.3k) - A Ruby on Rails based tool for collecting and managing errors from other applications.
2. PlacesToPostYourStartup
Websites
- Emoji Launch - https://emojilaunch.com/
- PitchWall - https://pitchwall.co/
3. Awesome Data Engineering
Stream Processing
- Pathway (⭐49k): Performant open-source Python ETL framework with Rust runtime, supporting 300+ data sources.
Testing / Data Profiler
- GreatExpectation - Open Source data validation framework to manage data quality. Users can define and document “expectations” rules about how data should look and behave.
4. Awesome Zig
Tools / Utility
- xcaeser/zig-dotenv (⭐17) : ⚡️ A powerful Zig library for loading, parsing, and managing environment variables from .env files.
File format processing / Linker
- xcaeser/glob.zig (⭐3) : Fast and reliable glob pattern matching in pure zig.
5. Awesome Preact
Contents / Libraries
- Formisch - A form library for Preact with focus on performance, type safety and bundle size.
6. Awesome Cakephp
Auditing / Logging
- AuditStash plugin (⭐1) - Flexible and rock solid audit log tracking.
7. Awesome Mac
Developer Tools / Databases
- bdash-app/bdash (⭐1.5k) — Simple SQL Client for lightweight data analysis. ☆
1,515
Utilities / Menu Bar Tools
- jamieweavis/streaker (⭐189) — Cross-platform GitHub contribution streak and statistic tracking menu bar application with reminder notification ☆
189
Utilities / Productivity
- niw/HapticKey (⭐1.7k) — A simple utility application to trigger haptic feedback when tapping Touch Bar. ☆
1,665
8. Awesome Ai
Agents
- seahyinghang8/blinky (⭐79) — An open-source debugging agent in VSCode ☆
79
Testing / Laravel
- codeintegrity-ai/mutahunter (⭐284) — Open Source, Language Agnostic Mutation Testing ☆
284
9. Awesome Newsletters
General Web Development
- Marko Denic Tech. Weekly web dev newsletter with snippets and tutorials.
JavaScript / React
- React Native Rewind. A Dev Newsletter That Doesn't Suck.
10. Awesome Docker
Registry / Other
- nscr (⭐0) - A light-weight, self-contained container registry that's easy to run and maintain.
11. Awesome Zsh Plugins
- 🚀 Simple setup
- Install with a single curl line
- Just add one eval line in .zshrc to start using it
- ⚙️ Configurable and reproducible
- Simple TOML-based configuration
- Automatic plugin load order control
- 🐙 GitHub integration
- Fetches plugins from GitHub repositories
- Supports branches, tags, and commits
- Handles Git submodules automatically
- ⚡️ Lightweight and fast
- Parallel plugin sync
- Built in Rust 🦀
- 🔄 Seamless updates
- Self-upgrade -Plugin sync
Oh-My-Zsh
- Speeding Up My ZSH Shell - A quick guide to speeding up ZSH with OMZ
Plugins / superconsole - Windows-only
- fishysave (⭐0) - Save and update functions and aliases directly from your terminal session.
- pycalc (alalik) (⭐0) - Turns the
=key into a powerful, Python‑backed calculator in your ZSH shell.
- pycalc (peibozhao) (⭐0) - ZSH calculator that uses Python syntax.
- smart-command-not-found (⭐0) - Shows all available options when a command is not found.
- ssh-warrior (⭐0) - Automatically changes your terminal background color based on the host you are
ssh-ing into. Requires a terminal that supports OSC 11 / OSC 111 escape sequences (Kitty, iTerm2, Alacritty, GNOME Terminal, etc. all work great).
Themes / superconsole - Windows-only
- rio (⭐0) - Minimalist theme with decorators for
gitstatus and current directory.
- zenith (husniadil) (⭐0) - A clean, modern Zsh theme designed for efficiency and aesthetics. Featuring a cool-toned color palette with intuitive Git status indicators, it keeps your terminal workflow smooth and distraction-free. Includes decorators for color-coded
gitstatus, exit status of last command and compact directory display.
- zenith (waki285) (⭐0) - Minimalist. Includes decorators for username, current directory and
gitstatus.
12. Awesome Cli Apps
Utilities / Shell Utilities
- intelli-shell - Manage command templates/snippets.
13. Awesome Machine Learning
Python / General-Purpose Machine Learning
- TopFreePrompts by LucyBrain -> 10,000+ professional AI prompts across 23 categories with systematic training for automating ML workflows and analysis.
14. Awesome Datascience
MOOC's
- Google Advanced Data Analytics Certificate – Professional courses in data analysis, statistics, and machine learning fundamentals.
Intensive Programs
YouTube Videos & Channels / Book Deals (Affiliated)
15. Awesome Neovim
LSP
- barreiroleo/ltex_extra.nvim (⭐182) - LTeX LSP extension providing external file handling (rules and dictionaries).
AI / Diagnostics
- you-n-g/simplegpt.nvim (⭐31) - Provide a simple yet flexible way to construct and send questions to ChatGPT.
Note Taking / Cursorline
- lfilho/note2cal.nvim (⭐25) - Create calendar events from Markdown notes (macOS only).
Utility / Cursorline
- josephburgess/nvumi (⭐52) - Natural language calculator in a scratch buffer.
- johannww/tts.nvim (⭐16) - Text to speech tool based on the Microsoft Edge online services.
- doctorfree/cheatsheet.nvim (⭐64) - Searchable cheatsheet.
Code Runner / Quickfix
- EthanJWright/vs-tasks.nvim (⭐205) - Run and manage project jobs, supporting VSCode's
tasks.jsonspec.
Git / Quickfix
- wsdjeg/git.nvim (⭐7) - An asynchronous git command wrapper plugin, using
:Gitcommand instead of:!git.
Editing Support / Scrollbar
- XXiaoA/atone.nvim (⭐105) - Undo tree for visualizing and managing undo history.
16. Awesome Fastapi
Dependency Injection / Other Tools
- Wireup (⭐223) - Inject dependencies with zero runtime overhead in FastAPI; Share dependencies across web, cli or other interfaces.
Tutorials / Other Tools
- Introducing FARM Stack - FastAPI, React, and MongoDB - Getting started with a complete FastAPI web application stack.
Best Practices / Other Tools
- FastAPI-Dishka-FastStream (⭐166) - Combines FastAPI, dishka, faststream, sqlalchemy, pydantic.
Open Source Projects / Other Tools
- OSBot-Fast-API (⭐0) - Type-safe FastAPI wrapper that provides middleware, HTTP event tracking, AWS Lambda integration, test utilities, and auto-conversion between Type_Safe, Pydantic, and dataclasses.
17. Awesome Terraform
Tutorials and Blog Posts / How-To
- Easily Deploy A Seneca Microservice to ECS with Wercker and Terraform: Part I, II & III - Illustrates how Terraform can be incorporated into a microservice deployment pipeline.
Tutorials and Blog Posts / Multi-Environment Configuration
- Terraform Design Patterns: the Terrafile - Managing Terraform modules and their versions within Terraform projects with Terrafile.
18. Awesome Flask
Data Validation and Serialization / OAuth
- Flask-Pydantic (⭐406) - Pydantic (⭐26k) support.
Developer Tools / Logging
- Rollbar - Flask error logging with Rollbar.
Developer Tools / Monitoring
- Elastic APM Agent - Elastic APM Flask integration.
Utils / Testing
- Apitally (⭐120) - API monitoring, analytics, and request logging for Flask.
PaaS / Testing
IaaS / Testing
Serverless / Testing
19. Awesome Lit
Tutorials
Examples
- Lit 3D Piano (⭐21) - 3D Piano built with Lit, Three.js and Tone.js.
Standalone Components
<responsive-image>- Web component for rendering responsive images.
20. Awesome Go
Authentication and OAuth
- cristalhq/jwt (⭐688) — Safe, simple and fast JSON Web Tokens for Go ☆
688
Bot Building
- innogames/slack-bot (⭐203) — Ready to use Slack bot for lazy developers: start Jenkins jobs, watch Jira tickets, watch pull requests with AI support... ☆
203
Code Analysis
- sashamelentyev/usestdlibvars (⭐46) — A linter that detect the possibility to use variables/constants from the Go standard library. ☆
46
Command Line / Advanced Console UIs
- mattn/go-colorable (⭐803) — ☆
803
Command Line / Standard CLI
- jxskiss/mcli (⭐42) — A minimal but powerful cli library for Go ☆
42
Configuration / Standard CLI
- kkyr/fig (⭐385) — A minimalist Go configuration library ☆
385
- greencoda/confiq (⭐39) — Structured data format to config struct decoder library for Go ☆
39
Database Drivers / NoSQL Database Drivers
- qiniu/qmgo (⭐1.3k) — Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo. ☆
1,340
Database Drivers / Relational Database Drivers
- denisenkom/go-mssqldb (⭐1.9k) — Microsoft SQL server driver written in go language ☆
1,867
Date and Time / Search and Analytic Databases
- bykof/gostradamus (⭐211) — Gostradamus: Better DateTimes for Go ☆
211
Distributed Systems / Search and Analytic Databases
- gmsec/micro (⭐25) — A Go distributed systems development framework ☆
25
Error Handling / Search and Analytic Databases
- ztrue/tracerr (⭐1.1k) — Golang errors with stack trace and source fragments. ☆
1,101
Generators / Search and Analytic Databases
- awalterschulze/goderive (⭐1.3k) — Derives and generates mundane golang functions that you do not want to maintain yourself ☆
1,272
Go Generate Tools / Search and Analytic Databases
- kazhuravlev/options-gen (⭐103) — Codegen for functional options in go projects ☆
103
Logging / Search and Analytic Databases
- simukti/sqldb-logger (⭐383) — A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage. ☆
383
Machine Learning / Search and Analytic Databases
- c-bata/goptuna (⭐272) — A hyperparameter optimization framework, inspired by Optuna. ☆
272
Miscellaneous / Dependency Injection
- goioc/di (⭐374) — Simple and yet powerful Dependency Injection for Go ☆
374
- d3fvxl/di (⭐239) — A full-featured dependency injection container for go programming language. ☆
239
- go-kod/kod (⭐197) — A generics based dependency injection application framework for Go, supporting aspect oriented programming based on interceptors ☆
197
Miscellaneous / Project Layout
- golang-templates/seed (⭐546) — Go application GitHub repository template. ☆
546
Networking / Transliteration
- fish-tennis/gnet (⭐25) — high performance net library for game server ☆
25
Routers / HTTP Clients
- bmf-san/goblin (⭐81) — A golang http router based on trie tree. ☆
81
Security / HTTP Clients
- hillu/go-yara (⭐380) — Go bindings for YARA ☆
380
Serialization / HTTP Clients
- ghostiam/binstruct (⭐110) — Golang binary decoder for mapping data into the structure ☆
110
Software Packages / DevOps Tools
- rogerwelin/cassowary (⭐810) — Modern cross-platform HTTP load-testing tool written in Go ☆
810
- xitonix/trubka (⭐337) — A CLI tool for Kafka ☆
337
Software Packages / Other Software
- goccmack/gocc (⭐651) — Parser / Scanner Generator ☆
651
Text Processing / Parsers/Encoders/Decoders
- adrianmo/go-nmea (⭐251) — A NMEA parser library in pure Go ☆
251
Third-party APIs / Utility/Miscellaneous
- onrik/ethrpc (⭐277) — Golang client for ethereum json rpc api ☆
277
Utilities / Utility/Miscellaneous
- ikeikeikeike/go-sitemap-generator (⭐226) — go-sitemap-generator is the easiest way to generate Sitemaps in Go ☆
226
UUID / Utility/Miscellaneous
- sdrapkin/guid (⭐73) — Fast cryptographically safe Guid generator for Go ☆
73
Video / Utility/Miscellaneous
- korandiz/v4l (⭐88) — Facade to the Video4Linux video capture interface. ☆
88
Web Frameworks / Utility/Miscellaneous
- uadmin/uadmin (⭐355) — The web framework for Golang ☆
355
- abemedia/go-don (⭐57) — API framework written in Golang. ☆
57
21. Awesome Sysadmin
Software / Monitoring
- Uptime Kuma - Modern, self-hosted monitoring tool with a clean UI and rich notification support. (Source Code (⭐77k))
MITNodeJS
22. Free Programming Books (English, By Subjects)
Algorithms & Data Structures
- A Common-Sense Guide to Data Structures & Algorithms (⭐1.5k) - Jay Wengrow (PDF)
- Algorithms and Data Structures - Jürg Nievergelt, Klaus Hinrichs (PDF)
- An Open Guide to Data Structures and Algorithms - Paul W. Bible, Lucas Moser (PDF)
Cellular Automata
- Cellular Automata Machines - Norman Margolus, Tommaso Toffoli (PDF)
IDE and editors
- A Byte of Vim - Swaroop Chitlur, Nofrak, Fuzzymonk, Karmadude, Yesyo, Hbvit7, Leochingkwake (PDF) (CC BY-SA)
- The Craft of Text Editing or Emacs for the Modern World - Craig A. Finseth (HTML, PDF, ePUB, Kindle, PostScript, LaTeX)
- Visual Studio Code - The Essentials - Yohan Lasorsa, Christopher Maneu (HTML) (CC BY-SA) ( 🚧 in process)
Open Source Ecosystem / Mathematics For Computer Science
- Open Source Essentials - by Linux Professional Institute (PDF)
Programming / Mathematics For Computer Science
- Programming Languages: Application and Interpretation (3rd Edition) - Shiriram Krishnamurthi (PDF) (CC BY-NC-SA)
Security & Privacy / Mathematics For Computer Science
- Security Essentials - by Linux Professional Institute (PDF)
23. Awesome Rails
DevTools / Other external resources
- Dash - Offline API documentation browser for macOS with instant search for Rails docs and 200+ other frameworks.
- Prev: Nov 10 - Nov 16, 2025
- Next: Oct 27 - Nov 02, 2025