<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Onur Aslan</title>
<meta name="description" content="Onur Aslan">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Pelican">
<link rel="stylesheet" href="https://onur.im/theme/css/style.css?34aec947" screen="media">
<link rel="icon" type="image/svg+xml" href="https://onur.im/favicon.svg">
<link href="https://onur.im/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Onur Aslan Full Atom Feed" />
</head>

<body>
<div class="container">
  <nav class="nav">
    <div class="nav-left">
      <a href="https://onur.im/cv/">CV</a>
    </div>
    <div class="nav-center">
      <a href="https://onur.im/" class="brand">
        Onur Aslan
      </a>
    </div>
    <div class="nav-right">
      <a href="#" id="theme-switch" onclick="switchMode(this)" aria-label="Dark mode switch"></a>
      <a href="https://github.com/onur" class="github-icon" aria-label="GitHub Profile"></a>
    </div>
  </nav>
</div><section class="main container page author">
  <h1>Onur Aslan</h1>
  <div class="description">
    <p>
      <img src="https://onur.im/static/profile_150.jpg" alt="Onur Aslan" class="profile-picture"/>

      Linux System Administrator, DevOps Engineer and Software Developer
      with more than 10 years of experience in architecthing, automating
      and optimizing mission critical deployments over bare metal servers
      and cloud. Proficient with configuration management tools and CI/CD
      pipelines along with Docker and Kubernetes.
    </p>

    <h2>Projects</h2>

    <ul>
      <li>
        <a href="https://github.com/rust-lang/docs.rs" target="_blank">
          docs.rs
        </a>
        &mdash;
        crates.io documentation generator.
      </li>
      <li>
        <a href="https://github.com/onur/acme-client" target="_blank">
          acme-client
        </a>
        &mdash;
        Yet another Let's Encrypt client and library written in Rust.
      </li>
      <li>
        <a href="https://github.com/onur/img10" target="_blank">
          Img10
        </a>
        &mdash;
        Temporary image hosting service based on Google App Engine and Google Cloud Storage developed in Python.
      </li>
      <li>
        <a href="https://github.com/onur/sysinfo-web" target="_blank">
          sysinfo-web
        </a>
        &mdash;
        Lightweight system monitor and process viewer written in Rust.
      </li>
    </ul>

    <h2>Blog</h2>
    <ul>
      <li>2015-09-22 &mdash; <a href="https://onur.im/blog/php/" lang="tr">PHP</a> <em>Turkish</em></li>
      <li>2014-02-24 &mdash; <a href="https://onur.im/blog/i3/" lang="tr">i3</a> <em>Turkish</em></li>
      <li>2008-07-15 &mdash; <a href="https://onur.im/blog/alien-numbers/" lang="tr">Alien Numbers</a> <em>Turkish</em></li>
    </ul>
    <h2>Notes</h2>
    <ul>
      <li>2022-01-18 &mdash; <a href="https://onur.im/notes/lxc-altinda-steam-kurulumu/" lang="tr">LXC altında Steam Kurulumu</a> <em>Turkish</em></li>
      <li>2011-04-15 &mdash; <a href="https://onur.im/notes/ssh-reverse-tunneling/" lang="tr">SSH Reverse Tunneling</a> <em>Turkish</em></li>
      <li>2007-09-10 &mdash; <a href="https://onur.im/notes/linux-nat-ip-masquerading/" lang="tr">Linux NAT (IP Masquerading)</a> <em>Turkish</em></li>
      <li>2007-08-27 &mdash; <a href="https://onur.im/notes/ubik/" lang="tr">Ubik</a> <em>Turkish</em></li>
    </ul>
  </div>
</section>
<section class="footer text-center">
  &copy; 2007-2024 Onur Aslan / Content is available under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a> / <a href="https://gitlab.com/onuras/onuras.gitlab.io" target="_blank">Website source code</a>
</section></body>
<script>
if (window.matchMedia &&
    window.matchMedia("(prefers-color-scheme: dark)").matches) {
  switchMode(document.querySelector('#theme-switch'));
}

function switchMode(el) {
  const bodyClass = document.body.classList;
  bodyClass.contains("dark")
    ? ((el.innerHTML = ''), bodyClass.remove("dark"))
    : ((el.innerHTML = ''), bodyClass.add("dark"));
}
</script>
</html>