OpenAPI Specification
spec.openapis.org
The industry-standard specification for describing HTTP APIs, enabling code generation and documentation.
Topic
Development, infrastructure, cloud, databases, DevOps, and operational resources.
it
Curated resources grouped by category.
spec.openapis.org
The industry-standard specification for describing HTTP APIs, enabling code generation and documentation.
hoppscotch.io
Open-source, lightweight API development ecosystem — REST, GraphQL, WebSocket, and SSE client.
graphql.org
Query language and runtime for APIs enabling clients to request exactly the data they need.
grpc.io
High-performance, open-source RPC framework using Protocol Buffers, with multi-language support.
asyncapi.com
Open standard for defining event-driven and message-driven APIs — the OpenAPI equivalent for async systems.
kafka.apache.org
Distributed event streaming platform used for high-throughput data pipelines, event sourcing, and messaging.
rabbitmq.com
Reliable open-source message broker supporting AMQP, MQTT, and STOMP with flexible routing patterns.
nats.io
Lightweight, high-performance cloud-native messaging system for microservices, edge, and IoT.
redpanda.com
Kafka-compatible event streaming platform with a single-binary architecture and self-managed or cloud deployment options.
swagger.io
Tooling for OpenAPI — Swagger Editor, Swagger UI for documentation, and Codegen for API stubs.
json-schema.org
Open specification and documentation for describing, validating, and annotating JSON data.
protobuf.dev
Official documentation for Google Protocol Buffers, a language-neutral binary serialization format.
www.postman.com
API platform for designing, sending, testing, documenting, and monitoring API requests.
insomnia.rest
Open-source desktop client for testing and debugging REST, GraphQL, gRPC, and WebSocket APIs.
aws.amazon.com
The world's most comprehensive cloud platform with 200+ services from compute to AI and edge.
cloud.google.com
Google's cloud platform with strengths in data analytics, ML infrastructure, Kubernetes, and global networking.
azure.microsoft.com
Microsoft's enterprise cloud platform with tight Active Directory integration and hybrid cloud capabilities.
digitalocean.com
Developer-friendly cloud with simple pricing, managed Kubernetes, databases, and an excellent tutorials library.
hetzner.com
German cloud and dedicated server provider with excellent price-to-performance, popular in the European tech community.
fly.io
Platform for running full-stack apps and databases close to users with WireGuard-based private networking.
workers.cloudflare.com
Serverless compute platform running JavaScript/WASM at the network edge in 300+ cities globally.
ovhcloud.com
European cloud and hosting provider with bare-metal, VPS, managed Kubernetes, and object storage.
render.com
Unified cloud for web services, static sites, cron jobs, and databases with Git-based deployments.
www.linode.com
Akamai cloud compute services for virtual machines, Kubernetes, storage, databases, and networking.
www.scaleway.com
European cloud provider offering compute, managed Kubernetes, databases, serverless services, and object storage.
vercel.com
Managed deployment platform for web applications with preview environments, serverless functions, and edge delivery.
docs.docker.com
Official Docker documentation for containerisation — engine, Compose, build, and registry.
podman.io
Daemonless, rootless container engine compatible with Docker CLI and Compose, from Red Hat.
kubernetes.io
Open-source container orchestration system for automated deployment, scaling, and management of containerised workloads.
k3s.io
Lightweight, certified Kubernetes distribution from Rancher/SUSE optimised for edge and resource-constrained environments.
helm.sh
The package manager for Kubernetes, managing application lifecycle through charts and templating.
kustomize.io
Kubernetes-native configuration management that customises YAML manifests without templating.
argoproj.github.io
Declarative, GitOps continuous delivery tool for Kubernetes syncing cluster state from Git repositories.
fluxcd.io
CNCF GitOps toolkit for keeping Kubernetes clusters in sync with configuration sources automatically.
containerd.io
CNCF-graduated container runtime used as the standard OCI runtime inside Docker, Kubernetes, and other platforms.
cncf.io
Cloud Native Computing Foundation hosting Kubernetes, Prometheus, and 100+ projects shaping cloud-native infrastructure.
opencontainers.org
Linux Foundation project maintaining open image, runtime, and distribution specifications for containers.
cri-o.io
OCI-compatible container runtime implementing the Kubernetes Container Runtime Interface.
kind.sigs.k8s.io
Kubernetes SIG-maintained tool for running local Kubernetes clusters using container nodes.
postgresql.org
The world's most advanced open-source relational database with strong ACID compliance and extensibility.
sqlite.org
Self-contained, serverless SQL database engine — the most widely deployed database in the world.
duckdb.org
In-process analytical SQL database with columnar storage, designed for fast OLAP queries on local files.
clickhouse.com
Column-oriented database for real-time analytics capable of processing billions of rows per second.
redis.io
In-memory data structure store used as cache, message broker, and session store with persistence options.
mongodb.com
Leading document-oriented NoSQL database with flexible schema, rich query language, and Atlas cloud service.
min.io
High-performance, S3-compatible object storage for on-premises and cloud environments.
cassandra.apache.org
Highly scalable, distributed NoSQL database designed for high-availability with no single point of failure.
cockroachlabs.com
Distributed SQL database with geo-partitioning, horizontal scaling, and PostgreSQL wire compatibility.
elastic.co
Distributed search and analytics engine at the core of the Elastic Stack, used for full-text search and log analysis.
mariadb.org
Official home of the MariaDB open-source relational database server and its documentation.
ceph.io
Open-source distributed storage platform providing object, block, and file interfaces from one cluster.
openzfs.org
Open-source storage platform combining a filesystem and volume manager with checksums, snapshots, and replication.
www.foundationdb.org
Open-source distributed key-value database designed for strict serializable transactions and composable data models.
code.visualstudio.com
Microsoft's open-source code editor with a vast extension marketplace and deep language server protocol support.
jetbrains.com
Suite of professional IDEs for Python, Java, Kotlin, Go, Rust, PHP, and web development.
neovim.io
Hyperextensible Vim-based text editor with Lua-based configuration and a rich plugin ecosystem.
zed.dev
High-performance, multiplayer code editor built in Rust with AI assistance and real-time collaboration.
git-scm.com
The distributed version control system — official documentation, reference manual, and Pro Git book.
gitlab.com
Complete DevSecOps platform with self-hosted and SaaS options for code, CI/CD, and project management.
gitea.com
Lightweight, self-hosted Git service with GitHub-compatible interface and low resource requirements.
github.com
Terminal multiplexer for managing multiple terminal sessions, panes, and windows in a single connection.
devenv.sh
Nix-based tool for declarative, reproducible development environments with direnv integration.
microsoft.github.io
Official protocol specification for language features shared between editors and language servers.
editorconfig.org
File format and editor plugin ecosystem for sharing basic coding-style settings across tools.
direnv.net
Shell extension that loads and unloads project-specific environment variables when changing directories.
cli.github.com
Official command-line interface for GitHub repositories, issues, pull requests, releases, and workflows.
docs.github.com
CI/CD automation platform built into GitHub with a large marketplace of reusable actions.
docs.github.com
Documentation for hosting static sites from GitHub repositories with Jekyll or custom workflows.
docs.gitlab.com
Official GitLab CI/CD documentation for pipelines, runners, jobs, environments, and deployment workflows.
dagger.io
Portable CI/CD engine that runs pipelines as code in containers, locally and on any cloud.
earthly.dev
Build automation tool combining Makefile and Dockerfile concepts for reproducible, container-based builds.
tekton.dev
CNCF cloud-native CI/CD framework running pipelines as Kubernetes-native resources.
buildkite.com
Scalable CI/CD platform using your own infrastructure as agents, with fast pipelines and a clean interface.
argoproj.github.io
Kubernetes-native workflow orchestration engine for running parallel jobs, DAGs, and data pipelines.
jenkins.io
The most widely-used open-source automation server with a vast plugin ecosystem for CI/CD pipelines.
www.gnu.org
GNU build automation tool for expressing file dependencies and reproducible command workflows.
bazel.build
Open-source build and test tool supporting large, multi-language repositories with hermetic and incremental builds.
woodpecker-ci.org
Open-source CI engine using container-based pipeline steps and common Git forge integrations.
terraform.io
HashiCorp's infrastructure-as-code tool for provisioning and managing cloud resources across 1,500+ providers.
opentofu.org
Open-source, community-driven fork of Terraform under the Linux Foundation, API-compatible with Terraform.
ansible.com
Red Hat's agentless automation platform for configuration management, application deployment, and orchestration.
pulumi.com
Infrastructure as code using general-purpose languages (Python, TypeScript, Go) rather than DSLs.
nixos.org
Linux distribution built on the Nix package manager enabling reproducible, declarative system configuration.
crossplane.io
CNCF project extending Kubernetes to manage cloud infrastructure as Kubernetes custom resources.
packer.io
HashiCorp tool for building identical machine images across multiple platforms from a single configuration.
saltproject.io
Event-driven infrastructure automation and configuration management tool for large-scale systems.
cloud-init.io
Cross-platform standard and tool for initializing cloud instances from provider metadata and user data.
developer.hashicorp.com
Official documentation for defining and managing reproducible virtual-machine development environments.
www.puppet.com
Official documentation for Puppet declarative configuration management and infrastructure automation.
docs.chef.io
Official documentation for Chef Infra configuration management, resources, cookbooks, and clients.
nginx.org
High-performance web server, reverse proxy, and load balancer widely used for serving and proxying HTTP traffic.
haproxy.org
Industry-standard open-source TCP/HTTP load balancer and proxy server known for reliability and performance.
caddyserver.com
Modern web server with automatic HTTPS, simple configuration syntax, and a powerful plugin ecosystem.
iana.org
Internet Assigned Numbers Authority maintaining root DNS, IP address allocations, and protocol parameter registries.
ripe.net
Regional Internet Registry for Europe, the Middle East, and Central Asia — IP allocation, routing data, and RPKI.
bgp.tools
Real-time BGP routing table, AS path lookup, and prefix visibility tool used by network engineers.
bgp.he.net
Network lookup tools covering BGP prefixes, ASNs, peering, and route origin for internet infrastructure analysis.
wireshark.org
The world's most widely-used network protocol analyser for packet capture, filtering, and deep inspection.
tailscale.com
Zero-config WireGuard-based mesh VPN for securely connecting devices across any network.
envoyproxy.io
High-performance, cloud-native L7 proxy and service mesh data plane used in Istio and as a standalone edge proxy.
software.es.net
ESnet-maintained tool for active measurement of TCP, UDP, and SCTP network throughput.
frrouting.org
Open-source routing suite implementing BGP, OSPF, IS-IS, and other protocols for Linux and Unix systems.
openwrt.org
Linux operating system for embedded network devices with package management and extensive routing features.
datatracker.ietf.org
Internet Standards Track specification defining Internet Protocol version 6.
news.ycombinator.com
Y Combinator's technology and startup discussion board — fast-moving, high signal, from devs and founders.
lobste.rs
Technology-focused link aggregator with invitation-only membership and tagging — higher signal-to-noise than HN.
theregister.com
British tech news site with sharp, sceptical commentary on industry, security, and enterprise technology.
infoq.com
Practitioner-focused coverage of software architecture, engineering culture, and emerging technology trends.
tldr.tech
Daily email digest of the most interesting tech, programming, and AI news — 5-minute read format.
changelog.com
Podcasts, newsletters, and articles for developers covering open-source, software development, and tech culture.
sreweekly.com
Weekly newsletter curating the best SRE, reliability, and on-call engineering content from around the web.
stackoverflow.com
The world's largest Q&A platform for programming questions across all languages and frameworks.
lwn.net
Independent publication covering the Linux kernel, free software, and open-source development in technical depth.
queue.acm.org
Practitioner magazine from ACM publishing long-form articles on software and systems engineering.
www.usenix.org
Technical association publishing open systems research, conference proceedings, and practitioner materials.
prometheus.io
Open-source monitoring and alerting toolkit with a pull-based model and a powerful query language (PromQL).
grafana.com
Open-source analytics and visualization platform for metrics, logs, and traces with 100+ data source plugins.
opentelemetry.io
CNCF standard for collecting telemetry — traces, metrics, and logs — with vendor-neutral SDKs and collectors.
jaegertracing.io
CNCF distributed tracing platform for monitoring microservice transactions and diagnosing latency problems.
grafana.com
Horizontally scalable log aggregation system inspired by Prometheus, designed to store logs efficiently.
sentry.io
Error tracking and performance monitoring for frontend, backend, and mobile applications with detailed stack traces.
victoriametrics.com
Fast, cost-effective, and scalable time series database and monitoring solution, Prometheus-compatible.
vector.dev
High-performance observability data pipeline for collecting, transforming, and routing logs and metrics.
netdata.cloud
Real-time performance monitoring for systems, containers, and applications with a 1-second resolution.
www.zabbix.com
Open-source monitoring platform for servers, networks, applications, services, and synthetic checks.
signoz.io
Open-source observability platform for traces, metrics, and logs built around OpenTelemetry.
openmetrics.io
CNCF specification for transmitting cloud-native metrics at scale.
grafana.com
Open-source distributed tracing backend designed for high-scale storage and OpenTelemetry ingestion.
python.org
General-purpose, high-level language dominant in data science, AI/ML, scripting, and backend development.
go.dev
Statically typed, compiled language from Google with fast compile times, garbage collection, and built-in concurrency.
rust-lang.org
Systems programming language focused on memory safety without garbage collection, with a modern toolchain.
typescriptlang.org
Strongly typed superset of JavaScript that compiles to plain JS, developed and maintained by Microsoft.
deno.com
Secure JavaScript and TypeScript runtime with built-in tooling, native Web APIs, and npm compatibility.
elixir-lang.org
Functional language running on the Erlang VM, optimised for building fault-tolerant, distributed, real-time systems.
ziglang.org
Low-level systems language focused on simplicity, explicit control, and C interoperability without a preprocessor.
ruby-lang.org
Dynamic, object-oriented language known for developer ergonomics and the Rails web framework.
kotlinlang.org
Modern, statically typed JVM language from JetBrains, the preferred language for Android and a growing server-side choice.
dev.java
Official Java learning and reference portal covering the language, JVM, tools, and current JDK releases.
nodejs.org
Open-source JavaScript runtime for servers, command-line tools, and network applications.
www.php.net
Official PHP language site with documentation, release information, and extension references.
learn.microsoft.com
Official Microsoft documentation for the C# language and its .NET development tools.
www.swift.org
Official home and documentation for the open-source Swift programming language.
ietf.org
Internet Engineering Task Force producing open internet standards including TCP/IP, HTTP, DNS, and TLS.
rfc-editor.org
Authoritative archive of Request for Comments documents defining Internet protocols and standards.
w3.org
World Wide Web Consortium developing open web standards for HTML, CSS, SVG, WebAssembly, and Linked Data.
ecma-international.org
Standards body responsible for ECMAScript (JavaScript), the language spec behind every browser and runtime.
linuxfoundation.org
Non-profit hosting Linux, Kubernetes, CNCF, OpenSSF, and hundreds of other critical open-source projects.
apache.org
Non-profit hosting Apache Kafka, HTTP Server, Spark, Airflow, and 200+ critical open-source projects.
openssf.org
Open Source Security Foundation improving security across the open-source ecosystem through tools and standards.
oasis-open.org
Standards consortium advancing open standards for cybersecurity, IoT, and cloud including STIX and ODATA.
standards.ieee.org
IEEE standards for networking (802.11 Wi-Fi, 802.3 Ethernet), software engineering, and power systems.
whatwg.org
Standards community maintaining the HTML and DOM Living Standards and related web platform specifications.
www.unicode.org
Organization maintaining the Unicode Standard, character database, and internationalization specifications.
pubs.opengroup.org
The Open Group Base Specifications defining portable operating-system interfaces, shells, and utilities.
wiki.archlinux.org
The most comprehensive Linux reference wiki — accurate, detailed, and useful beyond Arch Linux.
man7.org
Online Linux manual pages — comprehensive reference for system calls, commands, and libraries.
tldr.sh
Community-maintained simplified man pages with practical examples for common command-line tools.
explainshell.com
Parses any shell command and visually explains each argument and flag from the relevant man pages.
shellcheck.net
Static analysis tool for shell scripts that detects common bugs, pitfalls, and portability issues.
mywiki.wooledge.org
Thorough, opinionated guide to writing correct Bash scripts, covering quoting, arrays, and common pitfalls.
systemd.io
Init system and service manager for Linux with comprehensive documentation for services, timers, and units.
digitalocean.com
High-quality tutorials covering Linux server administration, databases, web servers, and security hardening.
ssh.com
SSH.com's reference guide covering SSH protocol, key management, tunnelling, and secure file transfer.
cron.help
Plain-English cron expression builder and validator with examples for common scheduling patterns.
debian-handbook.info
Free reference covering Debian installation, package management, networking, services, and administration.
documentation.ubuntu.com
Official Ubuntu Server guides for installation, networking, storage, security, and common services.
docs.freebsd.org
Official handbook for installing, configuring, securing, and administering FreeBSD systems.
docs.redhat.com
Official administration and deployment documentation for Red Hat Enterprise Linux and related infrastructure products.
developer.mozilla.org
Reference for HTML, CSS, JavaScript, browser APIs, and web platform behaviour — the definitive source.
web.dev
Google's resource for modern web development — performance, Core Web Vitals, PWAs, and best practices.
caniuse.com
Browser compatibility tables for HTML, CSS, SVG, and JavaScript APIs across all major browsers.
react.dev
Meta's declarative UI library for building component-based web and native interfaces.
vuejs.org
Progressive JavaScript framework for building user interfaces with an approachable, performant, and versatile design.
svelte.dev
Compiler-based frontend framework that shifts work to build time, producing small, fast vanilla JS output.
tailwindcss.com
Utility-first CSS framework for rapidly building custom designs without leaving HTML.
vite.dev
Official documentation for the Vite frontend build tool and development server.
astro.build
Web framework for content-heavy sites that ships zero JavaScript by default and supports all major UI frameworks.
nextjs.org
React meta-framework from Vercel with hybrid SSR/SSG, App Router, server components, and edge runtime support.
angular.dev
Official documentation for the Angular web application framework, CLI, libraries, and tooling.
nuxt.com
Vue-based full-stack web framework with server rendering, routing, data fetching, and deployment integrations.
webassembly.org
Open web standard and portable binary instruction format for running compiled code in browsers and other runtimes.
web-platform-tests.org
Cross-browser conformance test suite for web platform specifications, maintained by browser vendors and contributors.
IT
Generated digest items for this topic.
No items for this topic on the selected date.
Trump memo is first time gov't has authorized private sector to perform cyberattacks.
npm 12 introduces significant security-related changes, making certain installation behaviors opt-in. Notably, script allowances are now off by default, which requires explicit approval for running scripts, including implicit builds. The update also restricts
Meta AI Research has introduced Muse Glimmer, a 30-billion-parameter open-weight model under the Apache 2.0 license, designed for local workflows. It enables autonomous agents and complex task execution on consumer GPUs without relying on cloud APIs. The model
The GitHub Universe session catalog is live. Explore interactive workshops, community talks, demos, and panels. Plus, register before August 19 to save $300. The post Your guide to GitHub Universe 2026 is here: The schedule just launched! appeared first on The
See how the open source projects in Session 4 of the GitHub Secure Open Source Fund combined AI-assisted workflows, maintainer expertise, GitHub security tools, expert guidance, and funding to improve project security. The post What 50 open source projects tau
Vercel has made the v0 API generally available, enabling developers and AI agents to programmatically generate, iterate on, preview, and deploy applications through API calls. By Daniel Dominguez
AI is disrupting career progression by eliminating the learning opportunities at each rung while simultaneously enabling people to perform above their experience level, Alasdair Allan explained in his talk Engineering Progression When AI Ate the Middle at QCon
Anthropic conducted an audit of 141006 evaluation runs after OpenAI's sandbox escape disclosure. The review identified three incidents where Claude models accessed the internet due to misconfigurations. These incidents involved unauthorised attacks on live tar
Connecting a single power cord turned into a lucrative all-nighter
Comments
Got $10 and a gig of storage space? Marlin lets you weight your crawl toward the parts of the web you actually care about