Editorial guides

Practical guides for common developer workflows

Toolinix guides explain the decisions behind everyday web, data, and debugging tasks. Use them together with the tools when you need context, not only a quick result.

HTTP debugging

How to debug redirects and HTTP status codes

A practical workflow for checking redirect chains, understanding 301 vs 302, diagnosing 404 and 500 responses, and confirming the final URL.

Read guide
DNS and domains

How to troubleshoot DNS records for a domain

A practical DNS checklist for website hosting, email records, domain verification, nameserver changes, SSL certificates, and reverse DNS.

Read guide
Analytics

How to build clean UTM campaign URLs

A simple naming workflow for utm_source, utm_medium, utm_campaign, utm_content, and utm_term that keeps analytics reports readable.

Read guide
Networks

IP subnet basics for developers

A practical subnetting guide for reading CIDR notation, checking network ranges, planning private networks, and avoiding address conflicts.

Read guide
Technical SEO

Technical SEO checks before submitting a site

A focused checklist for making sure search engines can discover, crawl, understand, and index important pages.

Read guide
APIs and data

How to debug JSON API payloads

A practical workflow for formatting JSON, finding syntax errors, validating payload shape, and checking response status when API data looks wrong.

Read guide
API debugging

How to debug an API JSON response step by step

A repeatable workflow for separating transport errors, JSON syntax problems, and data-contract failures in API responses.

Read guide
Technical SEO

Redirect checks for a safe SEO migration

A practical migration workflow that protects users and search signals while domains, protocols, paths, or platforms change.

Read guide
Domains and infrastructure

Domain launch validation checklist

A layered domain launch check that catches DNS, certificate, routing, mail, and SEO mistakes before users find them.

Read guide
Analytics and campaigns

How to build reliable UTM links for campaigns

A naming and validation workflow for campaign links that remain readable, comparable, and useful in analytics reports.

Read guide
Authentication debugging

How to debug JWT authentication safely

A security-aware workflow for separating token structure, claim validation, signature verification, and authorization decisions.

Read guide
CSV data workflows

How to clean CSV data before import

A safe CSV cleanup workflow that preserves the original file and turns import assumptions into explicit checks.

Read guide
Web security

How to review security headers, CSP, and HSTS

A rollout workflow for understanding which layer sets each header, testing real browser behavior, and avoiding lockouts or false confidence.

Read guide
Identifiers and databases

UUID v4 vs v7 for application identifiers

A practical identifier decision that separates uniqueness from secrecy and avoids database or compatibility surprises.

Read guide
Scheduling and time

Cron schedules, time zones, and DST without surprises

A scheduling workflow that documents the cron dialect and time zone and tests calendar boundaries before production.

Read guide
API contracts

JSON Schema for reliable API contracts

A schema workflow that treats successful and failing payloads as executable documentation rather than relying on one ideal sample.

Read guide
Data conversion

Safe conversion between JSON, YAML, and XML

A round-trip workflow that compares parsed structures and documents information that cannot be represented in the destination format.

Read guide
Encoding and tokens

Base64, Base64URL, and JWT encoding explained

An encoding workflow that prevents alphabet and byte mistakes and never confuses readable JWT claims with verified identity.

Read guide

Why these guides exist

Less guesswork

Understand which records, headers, status codes, or URL parameters matter before changing production settings.

Tool-first workflows

Each guide links to focused tools so you can inspect real inputs while reading the explanation.

Evergreen reference

The topics are common developer tasks that remain useful across frameworks, hosts, and analytics platforms.