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

How JPEG Hides Metadata: Building an EXIF Parser from Scratch

2026-02-11
#image 

Published: 2026-05-02 04:01

[Read more]

.env File Management: From Manual Editing to Visual Tools

2026-02-11
#database 

Last week I helped a colleague debug a database connection issue. After hours of troubleshooting, we found an extra space in the .env file’s `DAT…

[Read more]

Building an Emoji Search Tool: Fuzzy Matching, Keyword Indexing, and Performance

2026-02-10
#typescript 

Recently I needed to add emoji search to a project. Seemed simple at first, but there’s more to it than meets the eye. Here’s what I learned.

[Read more]

Duplicate Line Finder: From Brute Force to Map Optimization

2026-02-10
#tutorial 

I was dealing with a log file containing tons of duplicate error messages. Manual checking was too slow, so I built a tool. Here are the different …

[Read more]

Building Docker Compose Configs from Scratch: Engineering Practices for Service Orchestration

2026-02-09
#generator  #yaml  #sql 

Recently deployed a full-stack project requiring Nginx + Node.js + MySQL + Redis working together. Hand-writing docker-compose.yml revealed how e…

[Read more]

Document Template Generator: Implementation from String Templates to Smart Population

2026-02-09
#json  #generator  #http 

Writing project documentation is a daily routine for developers—README, CHANGELOG, Issue templates… Each time you copy, paste, and modify a few f…

[Read more]

Building a Document Format Converter: From TXT/Markdown/HTML to Any Format

2026-02-08
#api  #converter  #encoding 

Every time I need to embed a Markdown document into a webpage or extract plain text from HTML, I end up installing desktop software or writing scri…

[Read more]

Building a DNS Lookup Tool in the Browser: Google DNS API in Practice

2026-02-08
#json  #api  #http 

While developing JsonKit, I needed to implement a DNS lookup tool. The traditional approach is to call dig or nslookup fr…

[Read more]

From LCS to Myers: The Algorithms Behind Text Diff Checkers

2026-02-07
#http 

Published: 2026-05-02 01:53

[Read more]

Integrating Excalidraw: Building an Online Diagramming Tool

2026-02-07
#tutorial 

I needed an online diagramming tool recently. After evaluating several open-source options, I chose Excalidraw. It’s free, open-source, powerful, a…

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