Stories

Notes from things I’ve learned by building.

Writing about software, developer tools, frontend engineering, and the small technical problems that are worth documenting.

Follow on Medium ↗
01

Prompt It

How AI is changing where we take our questions — not only away from search engines, but away from other people.

Medium · English

Read →
02

I Got Tired of Sharing `.env` Values Over Slack

Why local development environment variables still fall through the cracks of otherwise structured engineering workflows — and the idea behind local.env.

Medium · English

Read →
03

We Won’t Have to Learn Interfaces Anymore

A product-design argument for moving from interface-first software toward systems that understand user intent directly.

Medium · English

Read →
04

What is Firebase-Express SDK and Why Should You Use It?

An introduction to Firebase-Express SDK and the trade-off it makes: less backend ceremony in exchange for faster MVP development.

Medium · English

Read →
05

A Deep Dive into Building a Multi-Entity CRUD Application with Firebase-Express SDK

A practical walkthrough of structuring multiple entities and CRUD flows with Firebase-Express SDK.

Medium · English

Read →
06

Patching Packages With PNPM: A Practical Guide

A practical guide to patching third-party packages locally without maintaining a fork or waiting for an upstream release.

Sep 24, 2025

3 min read · English

Read →
07

Typescript Generics with Examples of Daily Life Use

An approachable introduction to TypeScript generics through concrete examples and everyday analogies.

Mar 3, 2023

Medium · English

Read →
08

Local Storage Kullanımı

Browser localStorage kullanımını, key-value depolamayı, JSON dönüşümlerini ve basit cache senaryolarını örneklerle anlatan bir yazı.

Apr 26, 2022

4 min read · Türkçe

Read →
09

Storybook ve Rollup Kullanarak NPM'e React Componenti Publish Etmek

Bir React componentini Storybook ile geliştirip Rollup ile bundle ederek npm paketi olarak yayınlama süreci.

Mar 23, 2022

6 min read · Türkçe

Read →