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
APIs and data

How to debug API JSON responses

Format the response, confirm the HTTP status, validate the schema, and compare payload changes before changing application code.

Read guide
Technical SEO

How to check redirects before an SEO migration

A migration checklist for confirming old URLs redirect cleanly, final pages are indexable, and sitemap and robots.txt signals agree.

Read guide
Domains and security

How to validate a domain before launch

A launch workflow for confirming DNS records, domain ownership signals, SSL coverage, and security headers on the public endpoint.

Read guide
Analytics

How to prepare UTM links for campaigns

A campaign workflow for creating readable UTM links, checking query parameters, testing redirects, and preparing shareable URLs.

Read guide
Auth and security

How to inspect JWT auth issues

A JWT troubleshooting flow for checking token claims, time values, permissions, and signing assumptions without treating decoding as verification.

Read guide
CSV and data

How to clean CSV data before import

A CSV cleanup workflow for reviewing imported data, deduplicating rows, filtering records, and extracting the columns that matter.

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.