efe kaya
  • blog
  • tweets
  • github
  • contact
10 November 2024

Interviewing at Google

A blog post about my experience interviewing at Google.

5 September 2024

k8s-PodConfigMapController

A custom Kubernetes controller written in Go that watches for Pod events and automatically creates or deletes ConfigMaps containing their metadata.

9 July 2024 (9 July 2007)

16 --> 17

A summary of my past year and a few goals to achieve in 17.

27 February 2024

A simple load balancer

A simple TCP server that listens on a specific address (`localhost:8080`) and distributes incoming connections among a set of backend servers (`localhost:5001`, `localhost:5002`, `localhost:5003`). It includes basic setup for network communication, error handling, and connection acceptance.