All tools

Blog

Technical articles, tutorials and guides about JSON, TypeScript, Base64, JWT, and the tools you use every day.

DevOps & APIs

· 7
DevOps & APIs 7 min read

Five fields or six? Cron syntax across GitHub Actions, Kubernetes, AWS and Quartz

The same cron line means different things on four of the schedulers people use most. The fields agree; the day numbering, the time zone and the overlap policy do not.

DevOps & APIs 7 min read

The crontab file: PATH, MAILTO and the `%` that becomes a newline

A crontab is not a shell script. It runs with a different PATH, mails its output to somewhere you are not looking, and turns an unescaped % into a newline.

DevOps & APIs 7 min read

What Is a Cron Expression? The Five Fields, Explained

A cron expression is five fields that describe a time. What each field matches, why */7 gives you nine runs an hour, and when the first of the month fires on a Monday too.

DevOps & APIs 3 min read

SQL Formatting: The 10-Second Habit That Saves Hours

SQL formatting takes ten seconds per query and saves hours of debugging. Here's what it catches, why your IDE's formatter isn't enough, and how to make it a habit.

DevOps & APIs 4 min read

Cron Expressions: Writing Schedules That Actually Run When You Expect

Stop guessing why your cron jobs run at 3 AM instead of 3 PM. Learn how cron evaluates time, handles timezones, and why concurrency breaks silently.

DevOps & APIs 6 min read

Timestamp Conversion: Why UTC Isn't Optional

A Unix timestamp is just a number. Whether that number means what you think depends on three things the docs assume you already know.

DevOps & APIs 7 min read

HTTP Status Codes You Should Actually Know

Most developers know 200, 404, and 500. The real debugging starts with the other codes that nobody memorizes.

Security

· 4

JSON & Data

· 3
OCMA Tools

Free developer tools. Most features run client-side, your data stays in your browser. Optional accounts unlock extra features.

Most tools run client-side

© 2026 OCMA Tools — Free developer tools

built for developers, by developers