FastMinify Blog

Guides and tutorials for browser-based developer tools — minification, conversion, validation, SVG, DevOps and performance.

GitLab CI: Format and Validate Your .gitlab-ci.yml Online

GitLab CI: Format and Validate Your .gitlab-ci.yml Online

Stages, includes, `rules:`: structurally validate a .gitlab-ci.yml before the pipeline runs — not a GitLab runner, not official CI Lint.

29.08.2026
9 min read
GitLab CI
YAML
CI/CD
+1
GitHub Actions: Lint and Fix Your Workflow YAML

GitHub Actions: Lint and Fix Your Workflow YAML

Broken YAML, missing `on` or `jobs`, empty steps: structurally validate workflows before you push — and keep actionlint in CI.

27.08.2026
7 min read
GitHub Actions
CI/CD
DevOps
+4
GraphQL SDL: Validate and Format a Schema Online

GraphQL SDL: Validate and Format a Schema Online

SDL syntax errors, schema review and formatting before merge — extends the existing GraphQL beautifier.

25.08.2026
8 min read
GraphQL
SDL
Schema
+3
LLM API Cost: Batch API, Prompt Caching and Monthly Projection

LLM API Cost: Batch API, Prompt Caching and Monthly Projection

Lower your OpenAI/Anthropic/Gemini bill: estimate input/output, model batch and caching in your calculations — verified rates, 100% local.

21.08.2026
10 min read
llm
pricing
batch-api
+4
LLM Context Window: Size Your Prompts for GPT, Claude and Gemini

LLM Context Window: Size Your Prompts for GPT, Claude and Gemini

RAG, multi-turn agents, system prompts: calculate context-window usage and remaining headroom before calling the API.

19.08.2026
7 min read
llm
context-window
prompt
+4
When TOON Beats JSON for LLM Prompts (and When It Doesn't)

When TOON Beats JSON for LLM Prompts (and When It Doesn't)

Honest guide: uniform tabular data, convert → count → price → context workflow; not a JSON/YAML replacement manifesto.

16.08.2026
8 min read
toon
JSON
llm
+4
Count LLM Tokens and Estimate API Cost Locally (OpenAI, Claude, Gemini)

Count LLM Tokens and Estimate API Cost Locally (OpenAI, Claude, Gemini)

Before calling an LLM API: count tokens, estimate USD cost and check context-window fit — 100% in the browser without sending your prompt.

14.08.2026
7 min read
llm
tokens
pricing
+5
JSON Schema: Validate Data Online (Draft 2020-12)

JSON Schema: Validate Data Online (Draft 2020-12)

Test API payloads and config files against JSON Schema Draft 2020-12 — errors pinpointed by JSON Pointer path, in the browser.

12.08.2026
7 min read
json-schema
validation
API
+2
OpenAPI: Lint, Format and Structure a Maintainable API

OpenAPI: Lint, Format and Structure a Maintainable API

operationId, tags, error responses: practical rules that prevent spec debt when you lint and format OpenAPI files online.

09.08.2026
8 min read
openapi
lint
format
+3
FastMinify Blog — Developer Tools, Minification &…