Skip to content
View erendemirer1's full-sized avatar
  • 42 Türkiye, Kocaeli University
  • İstanbul, Turkiye
  • 17:00 (UTC +03:00)
  • LinkedIn in/erendemirer1

Block or report erendemirer1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
erendemirer1/README.md

Eren Demirer

Backend & DevOps Engineer | Istanbul, TR
Designing resilient backend architectures, automated cloud infrastructure, and distributed systems.

LinkedInEmail


About Me

I design scalable backend services and automated cloud infrastructure with a core foundation in Unix internals, systems programming, and container orchestration.

My engineering background combines low-level systems programming—handling memory, POSIX interfaces, and network sockets—with modern cloud-native practices, allowing me to build reliable architectures and debug complex infrastructure beneath the orchestration layer.


Technical Focus & Architecture Domains

  • Cloud Infrastructure & Orchestration: Kubernetes (K8s, K3s, K3d), Container Runtime Internals (Docker, Containerd), Infrastructure as Code (Terraform), Helm, Cloud Infrastructure Administration & Provisioning.
  • CI/CD & GitOps Automation: GitHub Actions, GitLab CI, Declarative GitOps (ArgoCD), Release Pipelines, Multi-Environment Deployment Strategies.
  • Backend & Distributed Systems: Microservices Architecture, RESTful APIs, High-Concurrency Socket Servers, Asynchronous Task Processing, Go, Python, C/C++, Bash.
  • Networking & System Internals: TCP/IP Protocol Suite, Socket Programming, Ingress/Egress Traffic Routing, Reverse Proxies (Nginx), Linux Kernel Fundamentals, Process Lifecycle Management, IPC.
  • Infrastructure Security & DevSecOps: Server Hardening, Application & Host Security Auditing, Vulnerability Assessment, Network Traffic Analysis, TLS/SSL Implementation, Secure Secrets Management.
  • Observability & Reliability: System & Container Monitoring (Prometheus, Grafana), Distributed Log Management (Loki), Health Probes, Metrics Collection & Alerting.

Contact

Open to backend, infrastructure, and DevOps engineering opportunities:

Popular repositories Loading

  1. ft_printf ft_printf Public

    Custom implementation of the libc printf function supporting variadic arguments and format specifiers.

    C 1

  2. Inception_of_Things Inception_of_Things Public

    Automated multi-node K3s/K3d Kubernetes clustering, declarative Ingress routing, and GitOps deployments with ArgoCD.

    Shell 1

  3. erendemirer1 erendemirer1 Public

    Config files for my GitHub profile.

  4. libft libft Public

    Custom implementation of standard C library functions, data structures, and memory utilities.

    C

  5. get_next_line get_next_line Public

    A C function that reads and returns a single line from a file descriptor using dynamic static buffering.

    C

  6. push_swap push_swap Public

    An algorithmic sorting project that sorts data on a stack with a limited instruction set in minimal operations.

    C