Skip to content
Fast & Lightweight

Articles and tools for faster development

Practical articles and browser-based tools in one place. Learn faster, verify quickly, and keep your development flow moving without setup.

Introduction

View all

Use Case

View all
Use Case
DevToolKits.app

curl Options Cheat Sheet: What -X, -H and -d Actually Do

A reference for the curl options you meet in real API work: why -d already implies POST, how -d differs from --data-raw, the @ prefix that silently reads a file, single vs double quotes, and why -k and -L deserve more caution than they usually get.

Use Case
DevToolKits.app

SQL Clause Order Reference: Why WHERE Can't See Your SELECT Alias

The order you write SQL clauses is not the order the database runs them. A reference for the logical execution order (FROM → WHERE → GROUP BY → HAVING → SELECT → ORDER BY → LIMIT), why aliases fail in WHERE, when to use WHERE vs HAVING, and the MySQL/PostgreSQL differences that bite.

Use Case
DevToolKits.app

Unified Diff Format Reference: Reading @@ Hunks in git diff Output

How to read the unified diff format git produces: what the four numbers in @@ -12,7 +12,9 @@ mean, why a one-character edit shows as a whole-line replacement, the whitespace and line-ending traps, \ No newline at end of file, combined @@@ diffs on merges, and rename detection via similarity index.

Use Case
DevToolKits.app

UTC to JST Reference: The 9-Hour Offset, Cheat Sheet & Timezone Pitfalls

Convert between UTC and JST (Japan Standard Time) with a cheat sheet. Covers what Z and +09:00 mean in ISO 8601, when JavaScript date parsing silently shifts by 9 hours, MySQL/PostgreSQL timezone behavior, and why GitHub Actions cron always runs in UTC.

Purpose of this site

We gather technical knowledge and handy tools in one place so developers can shorten research time and focus on implementation.

Who is it for?

For engineers, developers, and technical leads who want quick verification tools and practical reference material.

Why is it useful?

Articles and tools are paired so you can understand a topic, then immediately try it in the browser.

Privacy-conscious tools

Tool input is processed locally whenever possible, helping you work with development data more safely.

Tools

AI & LLM
3 items
Development & DevOps
9 items
Data Conversion & Schemas
6 items
Security & Cryptography
5 items
Text & Code Helpers
5 items
URL, QR & Network
5 items
Design & UI
2 items
Date & Time
3 items