JsonKit
  • Menu ▾
    • About
    • Home
    • Tool Tutorials
  • About
  • Home
  • Tool Tutorials

Regex Explainer: Building a Parser from String to Visual Breakdown

2026-04-27
#regex 

Published: April 29, 2026, 22:40

[Read more]

Regex Cheatsheet: From Syntax Classification to Search Filtering

2026-04-27
#json  #regex  #http 

Regular expressions are essential for developers, but the syntax is complex and hard to memorize. A well-designed regex cheatsheet helps you find t…

[Read more]

Redis Cheatsheet Implementation: From Data Structures to Category Filtering

2026-04-26
#tutorial 

Our team recently added Redis to a new project. A few junior devs kept forgetting commands. The docs are too long, CLI help is too brief. So I buil…

[Read more]

From Template Strings to Standard Practices: Building a README Generator

2026-04-26
#json  #generator  #format 

Project is done. Now, how to write the README? Many developers (including myself) have been there: the code is solid, but the README is an aftertho…

[Read more]

Random Data Generator: Mock Data Best Practices and Implementation Details

2026-04-25
#api  #generator  #test 

Creating test data manually is fine for a few records, but generating 100 test entries? That’s torture. During a recent project, I hit a wall: the …

[Read more]

Understanding Radix Conversion: From Binary to Hexadecimal Algorithms

2026-04-25
#javascript  #converter 

While building a radix converter tool, I revisited the fundamentals of number base conversion. Although parseInt and toString handle most cases…

[Read more]

QR Code Decoding: From Finder Patterns to Data Extraction

2026-04-24
#decoding 

Building a mobile QR scanner got me curious about the underlying decoding algorithm. It’s way more sophisticated than I expected—here’s how it actu…

[Read more]

From Reed-Solomon to Canvas: Building a High-Quality QR Code Generator

2026-04-24
#canvas  #generator 

A recent project required “nicer looking” QR codes. Most tools I found just produced black-and-white squares or slapped a logo on top. I wanted som…

[Read more]

From PX to REM: Unit Conversion in Responsive Design

2026-04-23
#converter  #http  #css 

I inherited a legacy project with hardcoded px values everywhere. The product team wanted user-customizable font sizes. I opened the CSS files—2,…

[Read more]

From Variable Extraction to Smart Filling: Building a Prompt Template Manager

2026-04-23
#tutorial 

Recently, while using AI tools like ChatGPT and Claude, I noticed many prompts are reusable. For scenarios like code review, bug fixing, and docume…

[Read more]
< [Newer posts] :: [Older posts] >
© 2025 JsonKit :: Theme made by panr