Skip to content

Nicxro

  • Privacy Policy
  • About

Developer Tools

Regex, diffs, QR codes, timestamps, cURL, and the rest of the everyday drawer.

How to Convert Unix Timestamps Without Landing on the Wrong Day

September 2, 2026September 2, 2026 by infiniteframes.dev@gmail.com

A Unix timestamp looks harmless. It is just a number. Then you convert it, the meeting invite lands on Tuesday instead of Wednesday, and a user in Tokyo swears they never booked 11 p.m. Time can be mathematically correct and still wrong for a person.

Categories Developer Tools Leave a comment

How to Replay an API Request From a Copied cURL Command

September 2, 2026September 2, 2026 by infiniteframes.dev@gmail.com

You copy a cURL command from Chrome DevTools. You paste it into a terminal. It fails. The browser request worked. Your replay does not. Now you are debugging a command instead of the API.

Categories Developer Tools Leave a comment

The Everyday Developer Tools Worth Bookmarking

September 2, 2026August 20, 2026 by infiniteframes.dev@gmail.com

You already have an editor, a browser, and too many tabs. The extra pain is the once-an-hour job that should take thirty seconds: format this JSON, see why the phone layout died, decode a token, shrink an image before you upload it. That is what a tools site is for. Not a new identity. A … Read more

Categories Developer Tools Leave a comment

How to Create QR Codes That Scan on the First Try

September 2, 2026August 20, 2026 by infiniteframes.dev@gmail.com

A QR code that does not scan is a paperweight. It sits on a poster, a menu, a booth, a business card, and people pretend they tried. They did try. The code was too small, too stylized, too shiny, or pointed at a URL that redirects through three trackers and dies on mobile. Nicxro’s QR … Read more

Categories Developer Tools Leave a comment

How to Compare Two Versions of Text and Catch What Changed

September 2, 2026August 20, 2026 by infiniteframes.dev@gmail.com

Someone says “I only changed a little.” The config no longer loads. The legal page has a new clause. The JSON fixture silently dropped a field. Your eyes are bad at spotting a missing comma in 400 lines. A diff tool shows insertions and deletions. Nicxro’s text comparer is for that moment when git is … Read more

Categories Developer Tools Leave a comment

How to Test Regular Expressions Before They Hit Production

September 2, 2026August 20, 2026 by infiniteframes.dev@gmail.com

A regular expression is a sharp tool. It can validate an email field, extract an invoice number from a log line, or rewrite a thousand URLs. It can also freeze a browser, reject valid users, and let invalid data into a database because the pattern looked fine on one example. The mistake is not using … Read more

Categories Developer Tools Leave a comment
© 2026 Nicxro • Built with GeneratePress