Experiments

A hands-on showcase of mini-projects spanning Data Analysis, Data Engineering, Backend, and Frontend. Every experiment runs entirely in your browser with no setup required.

JSON Formatter & Validator

BackendDev Tools

Paste raw or minified JSON to instantly format it with indentation, validate its structure, and catch syntax errors with descriptive messages.

CSV Data Profiler

Data AnalysisData Engineering

Paste CSV data to get instant column statistics: inferred data types, row counts, null values, min/max/average for numeric columns, and top values for categorical ones.

Color Palette Generator

Frontend

Pick a base color and generate harmonious palettes: complementary, analogous, triadic, or monochromatic. Click any swatch to copy its hex value to the clipboard.

Text Frequency Analyzer

Data Analysis

Analyze any text to get word count, unique words, sentence count, estimated reading time, and a ranked frequency bar chart of the most common words.

Live Regex Tester

BackendDev Tools

Write a regular expression and test it against any string in real-time. Highlights all matches inline and lists each matched value below.

Mini ETL Pipeline

Coming Soon
Data Engineering

A visual in-browser data pipeline: load sample JSON, then chain transform steps (filter rows, select columns, sort, rename fields) and inspect the output at each stage. Mimics ETL thinking without leaving the browser.

HTTP Request Sandbox

Coming Soon
Backend

A lightweight API explorer. Pick from curated public API endpoints, fire a real GET request from the browser, and inspect the response status, headers, and formatted JSON body.

All experiments run entirely client-side. No data is sent to any server.