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

Building a Chart Generator from Scratch: SVG Rendering and Data Visualization Core Techniques

2026-01-27
#api  #canvas  #generator 

I was building a dashboard recently and needed to quickly generate several common chart types. Chart.js is great, but sometimes you just need a sim…

[Read more]

From Manual Maintenance to Automation: Building a Keep a Changelog Generator

2026-01-27
#generator  #format  #http 

Recently took over a legacy project. Checking the Git history, I found every release was just git log --oneline > CHANGELOG.md. The result? A CHA…

[Read more]

From toUpperCase to Smart Conversion: Building a Multi-Format Case Converter

2026-01-26
#converter  #format 

While refactoring a project recently, I noticed inconsistent variable naming - some used camelCase, others snake_case, and a few kebab-case. Manual…

[Read more]

Browser Compatibility Query Tool: A Frontend Developer’s Essential Guide

2026-01-26
#css 

Written: May 7, 2026 at 10:30

[Read more]

CSS Button Generator: From Presets to Interactive States

2026-01-25
#generator  #css  #border 

Working on an admin dashboard project, the UI designer handed me a pile of button styles: primary, secondary, danger, ghost… Each with different …

[Read more]

CSS Border Generator: From Basic to Gradient Borders

2026-01-25
#generator  #css  #border 

Recently, I was building an admin dashboard when the designer handed me a card with a gradient border. I thought, “Easy, just a border.” Turns out,…

[Read more]

Base64 Encoding/Decoding: From btoa to Full Unicode Support

2026-01-24
#base64  #encoding  #decoding 

I recently worked on a project requiring safe text data transmission, and Base64 encoding was unavoidable. While I’ve used it countless times, impl…

[Read more]

The Encoding Principles Behind Barcodes: Building an Online Barcode Generator

2026-01-24
#generator  #encoding  #rest 

Recently added a barcode generation feature to a project. Turns out those black-and-white stripes have some interesting encoding rules underneath.

[Read more]

Pure Frontend Image Background Removal: Canvas API and Color Distance Algorithm

2026-01-23
#api  #canvas  #image 

I needed to process some images with solid color backgrounds recently. I considered using remove.bg’s API, but the free tier is limited and require…

[Read more]

ASCII Art Generator: From Character Mapping to Terminal Art

2026-01-23
#typescript  #generator 

You’ve seen those big banner texts in terminals—welcome messages when SSH-ing into servers, npm package logos, CLI tool headers. That’s ASCII Art. …

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