Scalable, Open Source, Logs DB & Logging Solution.
Related contents:
The ultimate ssh powered services for developers.
Our mission is to enable developers with services that help them rapidly prototype on the web. We want to make it easier than ever for developers to share their projects with the world.
Actually Run Javascript Everywhere.
Small and modular JavaScript runtime for desktop and mobile.
Fast, Lightweight Runtime for Modular JavaScript Apps.
Small and modular JavaScript runtime for desktop and mobile. Like Node.js, it provides an asynchronous, event-driven architecture for writing applications in the lingua franca of modern software. Unlike Node.js, it makes embedding and cross-device support core use cases, aiming to run just as well on your phone as on your laptop. The result is a runtime ideal for networked, peer-to-peer applications that can run on a wide selection of hardware.
Turn any GitHub repository into a comprehensive AI-powered documentation hub.
Generate beautiful, world-class documentation from any GitHub repository — instantly.
Just replace hub with summarize in any GitHub URL to generate a live, interactive documentation hub.
pod that scales down to zero.
Zeropod is a Kubernetes runtime (more specifically a containerd shim) that automatically checkpoints containers to disk after a certain amount of time of the last TCP connection. While in scaled down state, it will listen on the same port the application inside the container was listening on and will restore the container on the first incoming connection.
OpenChoreo is an open-source internal developer platform (IDP)
SSLyze is a fast and powerful SSL/TLS scanning tool and Python library.
SSLyze can analyze the SSL/TLS configuration of a server by connecting to it, in order to ensure that it uses strong encryption settings (certificate, cipher suites, elliptic curves, etc.), and that it is not vulnerable to known TLS attacks (Heartbleed, ROBOT, OpenSSL CCS injection, etc.).
Keep builds green with a highly customizable merge queue
Deploy more PRs while cutting CI runtimes. Easily merge changes into a massive monorepo, and run custom CI validations without breaking builds.
Related contents:
Next Generation Frontend Tooling.
Vite (French word for "quick", pronounced /vit/, like "veet") is a new breed of frontend build tooling that significantly improves the frontend development experience.
Related contents:
Graft is an open-source transactional storage engine optimized for lazy, partial, and strongly consistent replication—perfect for edge, offline-first, and distributed applications.
Related contents:
A feature-rich Python text case conversion library.
The GPOddity project, aiming at automating GPO attack vectors through NTLM relaying (and more).
Related contents:
Documentation of how to use Meshtastic serial and MQTT functionality to automation custom hardware.
Related contents:
Your proofreading assistant.
Eloquent is a proofreading software for English, Spanish, French, German, Portuguese, Polish, Dutch, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect.
Related contents:
Patterns and techniques for writing high-performance applications with Go.
Turn any GitHub repository into an interactive diagram for visualization.
This is useful for quickly visualizing projects.
You can also replace 'hub' with 'diagram' in any Github URL.
An SDK for working with LLMs and AI Agents from Apache Airflow, based on Pydantic AI.
It allows users to call LLMs and orchestrate agent calls directly within their Airflow pipelines using decorator-based tasks. The SDK leverages the familiar Airflow @task syntax with extensions like @task.llm, @task.llm_branch, and @task.agent.