Medium's API Documentation
Medium's API is a JSON-based OAuth2 API that requires secure HTTPS requests to endpoints beginning with `https://api.medium.com/v1`. To publish on behalf of a user, developers need an access token, which can be obtained …
Full-text search across 810 articles. Combine with topic and date filters; results sorted by relevance.
Medium's API is a JSON-based OAuth2 API that requires secure HTTPS requests to endpoints beginning with `https://api.medium.com/v1`. To publish on behalf of a user, developers need an access token, which can be obtained …
This article describes Tier 8 of the 14-tier Engine Optimization stack, which focuses on closing the loop between website visibility and revenue through data, analytics, and conversion tools. It explains that in Google's…
Autonomous multi-agent workflow for OpenCode that takes a Linear issue ID and automatically plans, implements, tests, and opens a draft pull request without user interaction. The workflow uses five specialized agents—inc…
Gunnar Morling, a technologist at Confluent and Java Champion, discussed building high-performance Java applications in the data space, including his work on Hardwood, a zero-dependency Java parser for Apache Parquet dev…
GitHub announced a new GitHub App designed for agent-first workflows, joining a growing ecosystem of coding tools converging on a similar "conductor" form factor. The move validates Conductor, which pioneered the approac…
IBM has released two new multilingual embedding models under the Apache 2.0 license, built on ModernBERT: a compact 97M-parameter model and a full-size 311M-parameter model. Both support over 200 languages, handle contex…
The article discusses the author's defense of Contributor License Agreements (CLAs) and the Affero GPL (AGPL) in open source projects, arguing that CLAs serve an important role by requiring contributors to attest they ha…
The article describes **DiffWhisperer**, a Python CLI tool built with **Gemma 4 31B Dense** that transforms raw git diffs into high-level architectural narratives instead of simple summaries. The author chose the 31B Den…
SaaS founders using Claude Code should expand their CLAUDE.md files beyond just engineering instructions (like "use pnpm" or "run tests") to include "product memory." This product memory should define the product's reali…
SPEC has released SPEC CPU2026, an updated version of its industry-standard CPU benchmark suite, which now includes 52 workloads (up from 43 in SPEC CPU2017) with larger code sizes. The new suite uses an Ampere eMAG 8180…
At Google I/O 2026, the most significant but overlooked update was the introduction of native, ephemeral, and air-gapped Linux sandboxes directly integrated into Google's SDK, solving the critical security challenge of u…
The article provides a curated list of the best Memorial Day 2026 sales across categories like mattresses, bedding, home furniture, and kitchen appliances, compiled by an NBC Select editor with years of sales-tracking ex…
At Google I/O 2026, the company announced Gemini 3.5 Flash is now generally available, positioning it as its strongest model for agentic and coding workloads with 1M-token context and four thinking levels. Google also in…
The article explains Go's built-in testing package, which provides a minimalist framework for writing unit tests without external dependencies, emphasizing that tests should live alongside production code using a clear n…
The article describes how RepoSignal, a static analysis tool, scanned the highly scrutinized React repository and returned 20 findings (16 high severity, 4 medium severity) within 24 seconds. It explains that automated s…
CodeArchy is an open-source tool that uses an AST engine (Tree-sitter) to parse codebases and build a typed dependency graph, which is then analyzed by the Gemma 4 model. The model acts as a senior architect, grouping lo…
The article describes the author's launch of "bsBB," a new forum software built as a free, nostalgic homage to early internet forums for their data-focused community. The author reflects on using AI coding tools to handl…
Ailog**, a file-based work log tool designed to capture and preserve the reasoning behind AI agents' coding decisions. It addresses the problem of stateless AI agents losing context across sessions, resulting in opaque d…
In April 2026, GitHub experienced 10 incidents that caused degraded performance across its services, including a full outage of the code search service on April 1 that lasted over eight hours. The company released a blog…
This article summarizes an exploration of Kevin Gosse's Silhouette library, which enables developers to build .NET CLR profilers using C# and NativeAOT instead of traditional C/C++ code. The author creates a basic profil…