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

Nginx Config Generator: From Manual Editing to Automation

2026-04-17
#generator 

Last week I configured Nginx for a new project and hit the same old pitfalls. Wrong SSL certificate paths, missing gzip types, forgotten security h…

[Read more]

Morse Code Encoder/Decoder: From Telegraph to Web Audio API

2026-04-17
#api  #typescript  #encoding 

I recently built a Morse code tool and dove into this 180-year-old encoding system. Looks simple, but the implementation has depth.

[Read more]

Mind Map Generator: From Text Parsing to SVG Visualization

2026-04-16
#generator 

Published: May 8, 2026, 08:10

[Read more]

Building a Meta Tag Generator: Open Graph, Twitter Card, and SEO Optimization

2026-04-16
#image  #generator 

When I added sharing functionality to a project recently, I noticed that the preview images on WeChat and Twitter were always wrong. After digging …

[Read more]

Building a Mermaid Diagram Editor: From DSL Text to SVG Rendering

2026-04-15
#javascript 

I was writing documentation the other day and needed a flowchart. Opened draw.io, dragged some shapes around, felt tedious. Then I remembered Merma…

[Read more]

Memory Unit Converter: From 1024 to Petabytes - Implementation Deep Dive

2026-04-15
#converter 

Building a file upload feature recently, I needed to display file sizes. The backend returns byte counts in the millions - users stare at `15728640…

[Read more]

Building a Perfect Maze Generator with DFS Recursive Backtracker

2026-04-14
#json  #generator  #http 

Maze generation is one of those problems that looks simple until you actually implement it. I recently built an online maze generator on [JsonKit](…

[Read more]

From Regex to AST: Building a Markdown to HTML Parser

2026-04-14
#converter  #regex  #html 

I needed a Markdown to HTML converter for a developer toolbox project. My first thought was to use marked.js, but then I realized — the core logic …

[Read more]

Markdown Table Generator: From String Concatenation to Real-time Preview

2026-04-13
#json  #generator 

What’s the most annoying part of writing technical documentation? Tables. Markdown’s table syntax is simple but tedious. Manually typing | and `-…

[Read more]

PWA Essentials: Web App Manifest Configuration Guide and Generator Implementation

2026-04-13
#json  #generator 

Recently converted a web app to PWA for app store submission. Web App Manifest seemed simple at first, but the details caught me off guard. Built a…

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