Doğan Çeçen

Hi! My name is Doğan, and this is my personal website. Here I will share what I learn with me and you. Opinions are my own.

I spent most of my time coding in JavaScript. Outside of programming, I focus on music and drawing. I would like to write short, often, and not just on software.

A Program to Become a Better Story Writer

June 18, 2023 - 2 min read

I was listening to this talk by Ray Bradbury, and at the beginning of his talk, he was giving this advice, and I am thinking to follow it…

JS Form Checklist

April 05, 2021 - 1 min read

Sometimes rich forms lack accessibility and basic functionality. Having a checklist might help not to miss these cases: Does the Enter key…

The Dream Architecture

March 23, 2021 - 3 min read

Many programs are web and mobile apps these days. Although different apps may solve different problems, they still have many shared needs. I…

Personal Docker Cheatsheet

December 14, 2020 - 1 min read

To test something on a specific Linux distro, I used to create a VM instance on the cloud or on my laptop. Instead, with Docker, you are one…