Welcome đź‘‹

I'm Ipek, a Software Engineer based in Sydney, Australia. I'm currently working as Staff Software Engineer at Immutable. You can checkout out about me for details or connect with me on linkedin.


Recent Writing

Reading List

02 May, 2021

List of software engineering, product development and productivity books that I'm planning to read.

Structured Logging with Play Framework

24 Feb, 2021

Learn how to setup Logback to output structured JSON logs.

Creating a github action to deploy a Gatsby blog automatically

24 May, 2020

Learn how to deploy your gatsby site with github actions to s3

How to run Express.js app with docker following simple steps?

05 Mar, 2020

Simple steps to get up and running an Express app with docker in no time

Is Yarn 2 ready to use?

23 Feb, 2020

Trying out migrating this blog to yarn 2

5 Useful Docker Commands

09 Feb, 2020

These 5 handy docker commands will help you debugging and keeping your dev environment clean.

Book Review: Clean Agile Back to the Basics

27 Jan, 2020

Review of Uncle Bob's Clean Agile book

Handling Node Version in Javascript Projects

15 Jun, 2019

If you ever run npm install or yarn and face with a compile errors because of node version, you are not alone. We will explore 3 different strategies to solve this problem.

Running WordPress with Docker

02 Jun, 2019

Creating a docker compose file to run a wordpress site is simpler than you think