Portfolio

Selected Writing Samples

A few examples showing structure, clarity, and developer‑first thinking. Replace demo links with real work as you go.

API Quickstart (Demo)

REST API: Authenticate & Call First Endpoint

Covers auth, headers, example request/response, and common errors.

curl -X POST https://api.example.com/v1/login \
  -H "Content-Type: application/json" \
  -d '{"email":"you@example.com","password":"***"}'
Tutorial

Build a Todo API Client with Fetch

Step‑by‑step tutorial with code snippets and explanations for beginners.

Explainer

Kubernetes Basics for Product Managers

Concepts explained in business language—clusters, pods, deployments.

Testimonials

“Clear, concise, and developer‑friendly. Tushar made our API usable.”

.