Awesome List Updates on Jun 05 - Jun 11, 2023
56 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Linux Containers
Containers
- footloose (⭐1.6k)
Containers that look like Virtual Machines.
2. Awesome Yew
Crates / Utils
- turf (⭐43) - Macro based compile-time SCSS transpilation, CSS minification, and class name uniquification toolchain inspired by CSS modules.
3. Awesome Falsehood
Dates and Time
- “I'm going to a commune in Vermont and will deal with no unit of time shorter than a season.” - Is the note left on his terminal by a quitting engineer in the 70s, after too much effort toiling away on sub-second timing concerns. Source: The Soul of a New Machine.
4. Awesome Typescript
Awesome TypeScript Essential Resources
- 🐙 Codebook (⭐7) read and run small code snippets to progressively learn TypeScript from the basic to advanced concepts.
5. Awesome Engineering Team Management
Engineering to Management Transition
- On being an Engineering Manager - Some of these points needs nuance, but others are a good taste of things to come for first-time managers.
- The One Minute Manager Meets the Monkey - The author use a parable in which problems are monkeys. Unexperienced managers let monkeys being transferred to them, accumulates on their back and compounds. From this, the book teach you how to change from taking on responsibilities to delegating them so you don't become a bottleneck.
Roles / Executives
- US Air Force's Strategic Leadership Studies - A reference of leadership's competencies and skills.
Recruitment / Coding Challenge
- How to Freaking Find Great Developers By Having Them Read Code - “Instead of writing code, consider having the candidate read existing code and talk about how it works. 1) Reading code is 95% of what a developer does as part of their job. 2) A candidate can tell you a lot about their programming skill in the first five minutes of reading. 3) Stress is your enemy because it raises adrenaline which lowers IQ by several points, causing you to miss good candidates.”
- The Horrifically Dystopian World of Software Engineering Interviews - The dark side on relying too much on algorithm challenges.
- FizzBuzz 2.0: Pragmatic Programming Questions for Software Engineers - Five multiple-choice questions to easily separate the real software engineers from the rest.
Recruitment / Negotiation
- How to answer the “What's your current salary?” job interview question - This article explain the dynamic of that sneaky question and how to defuse it.
Motivation / Happiness
- First, Break All the Rules: What the World's Greatest Managers Do Differently - We learn in this book that employee happiness was not correlated to company success. A comment on HN details the questions that were highly correlated to company success.
Cognitive Tools / Behavioral
- Intellectual Humility Cheat Sheet - “is about being open and able to change your mind about important things, and being able to discern when you should.”
Team Dynamics / Behavioral
- Symptoms of Groupthink - Overconfidence, tunnel vision and conformity pressure can led a group astray.
Engineering / Systems Complexity
- Living with Complexity, by Donald A. Norman - In which we learn that, based on Tesler's law of the conservation of complexity, “the total complexity of a system is a constant: as you make the person's interaction simpler, the hidden complexity behind the scenes increases. Make one part of the system simpler, said Tesler, and the rest of the system gets more complex.”
- The Efficiency-Destroying Magic of Tidying Up - “Efficiency tends to look messy, and good looks tend to be inefficient.” A reminder that sometimes we should just accept the messiness of the world (⭐23k).
Engineering / Engineering Practices
- How to Misuse Code Coverage - “If a part of your test suite is weak in a way that coverage can detect, it's likely also weak in a way coverage can't detect.” I.e. the great benefit of a coverage report is that it tells you what you forgot to think about when you wrote the test suite itself (source).
Engineering / Technical Debt
- The Framing of the Developer - Default framing is around the backlog, which leads to an asymmetry in which failure is blamed on lacks of developer performance, and success is celebrated as the full realization of the PM's vision. But “technology is the bank that gave credit”, and technical debt should be called product debt “because product took the credit to get a feature faster and must pay back by investing the time to clean up.” The alternative? “Companies today need a frame of impact. In this world-view success is defined by impact.”
Meetings / Standups
- Your daily standups should be async. Here's why - “Daily, real-time meetings aren't practical for remote teams” might be the best practical reason.
Product Management / Product Strategy
- Reverse Engineering A Successful Lifestyle Business - Targets lifestyle entrepreneur, but still full of fantastic quotes from reference books on customer relation, pricing and marketing a product.
Product Management / User-Centered Design
- Kasparov's Law - Weak human + Machine > Machine > Strong Human.
Project Management / Specifications
- “Walking on water and developing software from a specification are easy if both are frozen.” Edward V. Berard - Essays on object-oriented software engineering.
- The art of destroying software - Greg Young described a good way to deal with requirements volatility: optimize from the beginning to be able to delete your code, and structure your code so that any part of it is no bigger than 1 week's worth of coding. So that any part can be re-written in 1 week.
Project Management / Estimations
- Who are you trying to impress with your deadlines? - “There are companies where those deadlines are set in stone, and a missed deadline is next to fire. That's when the problem starts.”
Key Performance Indicator (KPI) / Tickets
- “Numerical goals set for other people, without a road map to reach the goal, have effects opposite to the effects sought.” - W. Edwards Deming
Communication / Reading
- How to Read a Paper - Outlines a practical and efficient three-pass method for reading research papers.
Communication / Style
- JStylo & Anonymouth (⭐10) - Authorship attribution analysis tool and evasion (anonymization) framework.
Communication / Presentations
- Presentation Rules - A set of 16 rules to avoid boring and ineffective presentations, and have your message reach your audience.
Politics / Equity
- The 48 Laws of Power - By Robert Greene. Can teach you how to cover your ass and be effective in a highly political org.
Health / Burnout
- Burnout Stage Analysis - Better understand where you land on the spectrum of burnout.
6. Awesome Iam
Multi-factor auth / Identifiers
- A Comparative Long-Term Study of Fallback Authentication - Key take-away: “schemes based on email and SMS are more usable. Mechanisms based on designated trustees and personal knowledge questions, on the other hand, fall short, both in terms of convenience and efficiency.”
Authorization / AWS policy tools
- IAMbic (⭐279) - GitOps for IAM. The Terraform of Cloud IAM. IAMbic is a multi-cloud identity and access management (IAM) control plane that centralizes and simplifies cloud access and permissions. It maintains an eventually consistent, human-readable, bi-directional representation of IAM in version control.
Authorization / Macaroons
- Google's Macaroons in Five Minutes or Less - If I'm given a Macaroon that authorizes me to perform some action(s) under certain restrictions, I can non-interactively build a second Macaroon with stricter restrictions that I can then give to you.
OAuth2 & OpenID / Other tools
- PKCE Explained - “PKCE is used to provide one more security layer to the authorization code flow in OAuth and OpenID Connect.”
- OAuth 2.0 and the Road to Hell - The resignation letter from the lead author and editor of the Oauth 2.0 specification.
Privacy / Profanity
- Privacy Enhancing Technologies Decision Tree - A flowchart to select the right tool depending on data type and context.
Privacy / Anonymization
- Diffix: High-Utility Database Anonymization - Diffix try to provide anonymization, avoid pseudonymization and preserve data quality. Written in Elixir at Aircloak, it acts as an SQL proxy between the analyst and an unmodified live database.
7. Awesome Docker
Monitoring Services / Other
- Docker Blog - regular updates about Docker, the community and tools
8. Awesome Github Wiki
Useful Stack Overflow questions & answers
9. Awesome Remote Job
Job boards
- Dev Employ Hand-picked developer jobs
10. Awesome Billing
Marketplace / Cloud Resources
- Incentive Engineering for Computational Resource Management - Paper exploring the “mechanisms for the allocation of processor time and storage that are compatible both with programming practice and with market mechanisms.”
- Usage Patterns and the Economics of the Public Cloud - “We examine the economics of demand and supply in cloud computing. (…) These results explain why fixed prices currently prevail despite the seeming need for time-varying dynamics. Examining the actual CPU utilization provides a lens into the future. (…) demand fluctuations would be on par with the three classic industries where dynamic pricing is important (hotels, electricity, airlines) and dynamic prices would be essential for efficiency.”
Accounting / Bookkeeping
- So, you want to learn Bookkeeping! - Focus on the daily operations of recording and maintaining the transactions of a business.
Finance / Currencies
- Accounts Demystified: The Astonishingly Simple Guide To Accounting - Helps you learn how to analyse and monitor your company's financial performance.
- Financial Intelligence for Entrepreneurs: What You Really Need to Know About the Numbers - Allows you to fully understand how to use financial data to make better decisions for your business.
- Algebraic Models for Accounting Systems - Advanced abstract algebra applied to the analysis of accounting systems.
Payments / Electronic invoices
- EU's Late Payment Directive - European rules on applicable fees for late payments.
Payments / Credit Cards
- pci-blackbox (⭐4) - PCI-DSS compliant card system built on PostgreSQL and PL/pgSQL.
UX/UI / Billing
- Apple In-app purchase Human Interface Guidelines - Guide and recommendation on how to make auto-renewable subscriptions user-friendly.
Business Intelligence / Metrics
- The SaaS Financial Model You'll Actually Use - A complete tour of the financials of a startup, which gives you extra-context on how the metrics you produce fit into the larger picture.
Business Intelligence / Data Engineering
- European Spreadsheet Risks Interest Group - Horror Stories - A collection of cases in which uncontrolled and untested spreadsheet models led to lost revenue, mispricing, poor decision making, fraud and systemic financial failure.
Competitive Analysis / Cloud providers
- AWS reserved instances vs saving plan - A feature matrix of the different scheme and their average dicounts.
- Orbitera - GCP's billing subsidiary.
Humour / Cloud providers
- Detax - A site mockup of an tax avoidance product for small businesses.
11. Awesome Electron
For Electron / Other
- Hydraulic Conveyor - CLI tool that deploys apps without needing any special update servers, multi-platform CI, or code changes.
12. Awesome Wardley Maps
Maps in the Wild
- What do I use maps for? - Simon Wardley lists a range of examples. Jun 08, 2023.
13. Awesome Polars
Resources / Blog posts
- Pandas vs Polars – Speed Comparison - A blog post that compares the performance of Polars, Pandas and Pandas 2.0 by @StuffbyYuki. Code used is available on Github here (⭐21).
- LazyFrame vs DataFrame in Polars – Performance Comparison - A blog post that introduces what LazyFrame is in Polars and its performance gain compared to DataFrame by @StuffbyYuki. Code used is available on Github here (⭐21).
14. Awesome Langchain
Open Source Projects / Knowledge Management
- Anything LLM (⭐19k): A full-stack application that turns any documents into an intelligent chatbot with a sleek UI and easier way to manage your workspaces.
Open Source Projects / Other / Chatbots
- Cheshire Cat (⭐2.2k): Custom AGI boT with ready-to-use chat integration and plugins development platform.
- Got Chaat Bot (⭐11): Repo for creating GoT Chatbots (ex: talk with Tyrion Lannister)
Other LLM Frameworks / Videos Playlists
- ReLLM (⭐497): Regular Expressions for Language Model Completions.
- OpenDAN (⭐1.6k): open source Personal AI OS , which consolidates various AI modules in one place for your personal use.
15. Awesome Eslint
Plugins / Style
- perfectionist sorting (⭐1.7k) - Sort objects, imports, TypeScript types, enums, JSX props, etc.
16. Awesome Ansible
Playbooks, Roles and Collections / French
- redhat-cop - Repositories with ansible topic of the Red Hat Communities of Practice project.
17. Awesome Product Management
Articles / Obsidian
18. Awesome V
Interpreters/Compilers
- vfuck (⭐0) - A brainfuck interpreter written in V.
19. Awesome Rust
Applications / Blockchain
- artemis (⭐2.2k) - A simple, modular, and fast framework for writing MEV bots.
- svm-rs (⭐246) - Solidity-Compiler Version Manager.
Applications / Database
- Neon (⭐14k) - Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.
Applications / Utilities
- nix-community/nix-melt (⭐213) - A ranger-like flake.lock viewer
Development tools / Deployment
- MarcoIeni/release-plz (⭐749) [release-plz] - Release crates from CI, with changelog generation and semver check.
20. Awesome Nix
Command-Line Tools / Discovery
- nix-melt (⭐213) - A ranger-like flake.lock viewer.
21. Awesome Generative Deep Art
Generative AI history, timelines, maps, and definitions
- A survey of Generative AI Applications | arxiv: "this survey aims to serve as a valuable resource for researchers and practitioners to navigate the rapidly expanding landscape of generative AI"
Large Language Models (LLMs)
- Falcon LLM - Home: a foundational large language model (LLM) with 40 billion parameters trained on one trillion tokens shared by Technology Innovation Institute from Abu Dhabi
Hypertechniques / Deforum
- [🔥🔥🔥] Parseq: parameter sequencer for Stable Diffusion [Youtube Tutorials]
- deforum-art/sd-webui-deforum (⭐2.6k): Deforum extension for AUTOMATIC1111's Stable Diffusion webui [wiki docs] (⭐2.6k)
22. Awesome Cpp
Scripting
- pocketpy (⭐1.5k) - C++17 header-only Python interpreter for game scripting. [MIT] website
23. Awesome Webxr
Monetization / Other
- Zesty Market - A marketplace for rentable banner spaces in XR. Offers integrations with most major WebXR creation tools.
Web3XR / Realms
- Voxels - A virtual world powered by Ethereum where players can buy land, build stores, display art, and more.
- Ozone Metaverse - A spatial computing cloud platform offering world creation tools with Web3 integrations and monetization.
24. Awesome Game Remakes
Action
- re3 (⭐2.1k) - Reversed source code for GTA III and GTA: Vice City.
25. Awesome Blazor
Others
- BlazorSSR (⭐7) - Server-side rendering (SSR) with Blazor components, by Steve Sanderson.
Articles / Others
- 8 Free and Open Source Blazor UI Libraries - May 25, 2023 - List of available free and open-source user interface libraries for Blazor development.
26. Awesome Shell
Multimedia and File Formats / Directory Navigation
- jc (⭐7.4k) - Convert command output, file-types, and common strings to JSON or YAML for easier use in scripts.
27. Awesome Vala
Apps / Productivity
- Annotator (⭐176) - Annotate images for better communication.
- Minder (⭐885) - Mind-mapping application.
- Outliner (⭐56) - Write outlines easily.
- TextShine (⭐16) - Convert and manipulate text.
28. Awesome Mac
Utilities / Menu Bar Tools
- TextSniper - Simple yet powerful OCR app in your Menu Bar. Instantly copy and paste text from anywhere.
29. Awesome Vite
Framework-agnostic Plugins / Transformers
- vite-plugin-generate-html (⭐8) - Define separate output files for JavaScript and CSS bundles.
Vue / Integrations
- @vitejs/plugin-vue-jsx (⭐460) - Official Vue 3 JSX support.
- @vitejs/plugin-vue2 (⭐543) - Official Vue 2 support.
- @vitejs/plugin-vue2-jsx (⭐58) - Official Vue 2 JSX support.
React / Official
- @vitejs/plugin-react (⭐565) - Official React support that uses Babel.
- @vitejs/plugin-react-swc (⭐811) - Official React support that uses SWC.
30. Awesome Osint
General Search
- Aol - The web for America.
- Ask - Ask something and get a answer.
- Bing - Microsoft´s search engine.
- Goodsearch - a search engine for shopping deals online.
- Google Search - Most popular search engine.
- Instya - You can searching shopping sites, dictionaries, answer sites, news, images, videos and much more.
- Lycos - A search engine for pictures, videos, news and products.
- Search.com - Search the Web by searching the best engines from one place.
- SurfCanyon - a real-time contextual search technology that observes user behavior in order to disambiguate intent "on the fly," and then automatically bring forward to page one relevant results that might otherwise have remain buried.
- Wolfram Alpha - Wolfram Alpha is a computational knowledge engine (answer engine) developed by Wolfram Alpha. It will compute expert-level answers using Wolfram’s breakthrough algorithms, knowledgebase and AI technology.
- Yahoo! Search - The search engine that helps you find exactly what you're looking for.
- YOU - AI search engine.
Visual Search and Clustering Search Engines
- Carrot2 - Organizes your search results into topics.
Language Tools / Telegram
- see the Awesome Translations list (⭐126)
Image Search / Telegram
- PimEyes - an online face search engine that goes through the Internet to find pictures containing given faces.
31. Awesome Dos
Development tools
- Small-C Toolkit - A self-hosting Small-C Compiler Toolkit for DOS(8086) with: K&R C Compiler, Make, Linker, Assembler. First released in 1982 by Jim E. Hendrix.
32. Awesome Transit
GTFS Libraries / Python
- gtfs-segments (⭐29) - Python package that represents GTFS data for buses in a concise tabular manner using segments.
GTFS Timetable Publishing Tools / Ruby
- Timetable Kit (⭐36) - An open source Python 3.10 module and scripts depending on GTFS Kit (⭐36), designed to create complex printed/PDF timetables with flexible layouts. Currently only working out of the box for Amtrak's GTFS, but under active development.
33. Alternative Internet
Collaborative Web Editors
- CryptPad CryptPad is a collaborative office suite that is end-to-end encrypted and open-source. It provides a full-fledged office suite with all the tools necessary for productive collaboration. Applications include: Rich Text, Spreadsheets, Code/Markdown, Kanban, Slides, Whiteboard and Forms.
34. Awesome Sitecore
Item Resource Files
- Sitecore IAR Management (⭐1) - PowerShell script for managing Items as resources.
- Sitecore Item as Resource Explorer (⭐4) - WPF application which allows you to browse the Sitecore static databases files (.dat)
35. Awesome Jmeter
Tools / Extending JMeter
- Hello JMeter plugin (⭐19) - A brief, clear & fast guide to create your first JMeter plugin.
36. Awesome D
Tutorials
- Let's learn D programming Game Dev! - A video series on learning game development with D from Ki Rill. His channel also posts other videos related to D programming.
37. Awesome Go
Web Frameworks
- Don (⭐50) - A highly performant and simple to use API framework.
- Pnutmux - Pnutmux is a powerful Go web framework that uses regex for matching and handling HTTP requests. It offers features such as CORS handling, structured logging, URL parameters extraction, middlewares, and concurrency limiting.
38. Awesome Prometheus
Exporters / Databases
- Consul exporter (⭐438) - The exporter for Consul metrics.
39. Awesome Decentralized
Applications
- Ferment ☠️ ☠️: P2P audio publishing and streaming application. Like SoundCloud but decentralized. Built using SSB + Webtorrent.
40. Awesome Blockchain Ai
Blockchains for AI algorithms / Blockchain, AI and Machine Learning
- Alethea AI - A research and development studio building at the intersection of Generative AI and Blockchain.
Blockchains for computation / Blockchain projects for AI algorithms
- Phala Network - A decentralized off-chain compute infrastructure for Web3 development.
41. Machine Learning with Ruby
Machine Learning Libraries / Clustering
- kmeans-clusterer (⭐93) - k-means clustering in Ruby.
- k_means (⭐115) - Attempting to build a fast, memory efficient K-Means program.
- knn (⭐37) - Simple K Nearest Neighbour Algorithm.
Machine Learning Libraries / Vector search
- flann (⭐2.1k) - Ruby bindings for the FLANN (⭐2.1k) (Fast Library for Approximate Nearest Neighbors). [flann]
- annoy-rb (⭐28) - Ruby bindings for the Annoy (⭐12k) (Approximate Nearest Neighbors Oh Yeah).
- hnswlib.rb (⭐12) - Ruby bindings for the Hnswlib (⭐3.7k) that implements approximate nearest neighbor search with Hierarchical Navigable Small World graphs.
- ngt-ruby (⭐44) - Ruby bindings for the NGT (⭐1.1k) (Neighborhood Graph and Tree for Indexing High-dimensional data).
42. Awesome Zig
C/C++ libraries packaged for Zig / C
- kassane/wolfssl (⭐4) - wolfssl library.
C/C++ libraries packaged for Zig / C++
- kassane/intrusive (⭐0) - (boost-intrusive) intrusive containers (header-only, C++03/11/14).
- kassane/range-v3 (⭐0) - modern range library (C++14/17/20).
43. Awesome Ios
Messaging
- ExyteChat (⭐795) - SwiftUI Chat UI framework with fully customizable message cells, input view, and a built-in media picker.
44. Awesome Ironsworn
Hacks and homebrew / Ironsworn
- Vaults & Vows - Classic fantasy roleplaying supplement
45. Awesome Vue
Projects Using Vue.js / Open Source
- Sneat Free Vuetify VueJS Admin Template - The Ultimate Free VueJS Admin Template for building responsive web apps
Projects Using Vue.js / Commercial Products
- Sneat Vuetify VueJS Admin Template - The Ultimate VueJS Admin Template for responsive web apps.
Components & Libraries / UI Components
- vue3-form-wizard (⭐29) - Vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management.
Components & Libraries / Integrations
- hugoVueSFC (⭐6) - Vue Single-File Components (SFC) in Hugo.
46. Awesome Streaming
Table of Contents / Streaming Application
- Zilla (⭐518) [Java] - Cross-platform, API gateway built for event-driven architectures and streaming that supports standard protocols such as HTTP, SSE, gRPC, MQTT and the native Kafka protocol.
47. Awesome Elixir
Validations
- goal (⭐68) - A parameter validation library for LiveViews and JSON/HTML controllers - based on Ecto.
Editors
- Jetbrains (⭐1.8k) - Elixir for IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, 0xDBE.
48. Awesome Developer First
Authentication & Identity
- Corbado - Passkey-first authentication as a service.
Messaging
- Ably - Pub/sub, real-time messaging, notifications, chat, multiplayer and data synchronization.
49. Awesome Chatgpt
Using ChatGPT in other apps
ChatGPT client-side tools
Other
50. Awesome Javascript
Editors / Runner
- Everright-formEditor (⭐422) - A visual drag-and-drop low-code form editor
51. Awesome Selfhosted
Software / Miscellaneous
- Jellyseerr (⭐3.4k) - Manage requests for your media library, supports Plex, Jellyfin and Emby media servers (fork of Overseerr).
MIT
Docker/Nodejs
- penpot - A web based design and prototyping platform meant for cross-domain teams. (Source Code (⭐32k))
MPL-2.0
Docker
Software / Money, Budgeting & Management
- Bitcart - A self-hosted cryptocurrencies payment processor and development platform. (Demo, Source Code (⭐518))
MIT
Docker/Python/Nodejs
- Kill Bill - Open-Source Subscription Billing & Payments Platform. Have access to real-time analytics and financial reports. (Source Code (⭐4.5k))
Apache-2.0
Java/Docker
- SolidInvoice - Open source invoicing and quote application. (Source Code (⭐566))
MIT
PHP
Software / Pastebins
- Pastefy - Beautiful, simple and easy to deploy Pastebin with optional Client-Encryption, Multitab-Pastes, an API, a highlighted Editor and more. (Source Code (⭐240), Clients)
MIT
Docker/K8S/Java
Software / Photo and Video Galleries
- Nextcloud Memories - Fast, modern and advanced photo management suite. Runs as a Nextcloud app. (Demo, Source Code (⭐3k))
AGPL-3.0
PHP
Software / Software Development - Project Management
- Rukovoditel - Configurable open source project management, web-based application. (Source Code)
GPL-2.0
PHP
Software / URL Shorteners
- Lynx - URL shortener with many functions such as multiple accounts, ShareX support and an attractive but simple interface. (Demo, Source Code (⭐180))
MIT
Nodejs/Docker
Software / Wikis
- AmuseWiki - Amusewiki is based on the Emacs Muse markup, remaining mostly compatible with the original implementation. It can work as a read-only site, as a moderated wiki, or as a fully open wiki or even as a private site. (Demo, Source Code (⭐172))
GPL-1.0
Perl/Docker
List of Licenses / Wikis
GPL-1.0
- GNU General Public License 1.0
52. Web Development Resources
Online Tools:
Website: tablebackend.com
Description: A backend for your simple projects using oowerful canvas-based data grid for handling millions of rows.
53. Awesome Neovim
Code Runner / Diagnostics
- milanglacier/yarepl.nvim (⭐89) - Yet Another REPL, flexible, supporting multiple paradigms to interact with REPLs, and native dot repeat without other dependencies.
54. Awesome Sysadmin
Software / Distributed Filesystems
- JuiceFS - Distributed POSIX file system built on top of Redis and S3. (Source Code (⭐10k))
Apache-2.0
Go
Software / Metrics & Metric Collection
- Beats - Single-purpose data shippers that send data from hundreds or thousands of machines and systems to Logstash or Elasticsearch. (Source Code (⭐12k))
Apache-2.0
Go
- Collectd - System statistics collection daemon. (Source Code (⭐3k))
MIT
C
- Diamond (⭐1.7k) - Daemon that collects system metrics and publishes them to Graphite (and others).
MIT
Python
- Grafana - A Graphite & InfluxDB Dashboard and Graph Editor. (Source Code (⭐62k))
AGPL-3.0
Go
- Graphite - Scalable graphing server. (Source Code (⭐5.9k))
Apache-2.0
Python
- RRDtool - Industry standard, high performance data logging and graphing system for time series data. (Source Code (⭐995))
GPL-2.0
C
- Statsd (⭐18k) - Daemon that listens for statistics like counters and timers, sent over UDP or TCP, and sends aggregates to one or more pluggable backend services.
MIT
Nodejs
- tcollector - Gathers data from local collectors and pushes the data to OpenTSDB. (Source Code (⭐512))
LGPL-3.0/GPL-3.0
Python
- Telegraf (⭐14k) - Plugin-driven server agent for collecting, processing, aggregating, and writing metrics.
MIT
Go
Software / Monitoring
- Prometheus - Service monitoring system and time series database. (Source Code (⭐54k))
Apache-2.0
Go
55. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- fast-alias-tips (⭐9) - Helps remember the aliases you defined and forgot about. Ported from djui/alias-tips (⭐779). Active fork of sei40kr/zsh-fast-alias-tips (⭐60).
- iterm2-shell-integration (⭐49) - Shell integration and utilities for iTerm2.
- show-git-user (⭐3) - When you need to work with multiple
git
users on the same machine this plugin will show whichgit
user name is active in your prompt.
- wsl (⭐2) - Adds helper functions to make it easier to work in ZSH when running inside WSL.
- zsh-watch (⭐5) - Simple
watch
that supports alias and completion.
56. Awesome Mongodb
Libraries / D
- vibe.d - D web framework shipping with a MongoDB driver
Libraries / Dart
- mongo_dart (⭐442) - Community Dart driver
Libraries / Delphi
- Alcinoe (⭐966) - Library for Delphi that includes a MongoDB client
Libraries / Elixir
- elixir-mongodb-driver (⭐240) - Community Elixir driver
Libraries / Fantom
- afMongo (⭐0) - Community Fantom driver
Libraries / JavaScript
- deno_mongo (⭐508) - Community Deno driver
Libraries / OCaml
- Mongo.ml - Community OCaml driver
Libraries / PHP
- mongo-php-adapter (⭐464) - Adapter for applications using
ext-mongo
Libraries / PowerShell
- Mdbc (⭐139) - MongoDB cmdlets for PowerShell
Libraries / Python
- TxMongo (⭐338) - Twisted's MongoDB driver
Libraries / Smalltalk
- MongoTalk (⭐19) - Community Smalltalk driver
Libraries / Swift
- MongoKitten (⭐708) - Community asynchronous Swift driver
- Prev: Jun 12 - Jun 18, 2023
- Next: May 29 - Jun 04, 2023