<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kaan Karakaya</title>
    <description>The latest articles on DEV Community by Kaan Karakaya (@theykk).</description>
    <link>https://dev.to/theykk</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F208042%2F68bcca0e-28a6-4363-ac6e-8541f416a706.png</url>
      <title>DEV Community: Kaan Karakaya</title>
      <link>https://dev.to/theykk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/theykk"/>
    <language>en</language>
    <item>
      <title>Introducing NewSREJobs — A Smarter Way to Find SRE Roles</title>
      <dc:creator>Kaan Karakaya</dc:creator>
      <pubDate>Sat, 10 May 2025 12:55:12 +0000</pubDate>
      <link>https://dev.to/theykk/introducing-newsrejobs-a-smarter-way-to-find-sre-roles-4gim</link>
      <guid>https://dev.to/theykk/introducing-newsrejobs-a-smarter-way-to-find-sre-roles-4gim</guid>
      <description>&lt;p&gt;Finding relevant Site Reliability Engineering (SRE) jobs can be frustrating. Many job boards lack proper filtering, forcing engineers to sift through irrelevant roles. That’s why I built NewSREJobs.com — a focused job board that lists the latest SRE openings with a simple technology filter to surface roles that actually match your skillset.&lt;/p&gt;

&lt;p&gt;NewSREJobs pulls in new listings regularly and offers a clean, distraction-free interface for quickly browsing opportunities. While most postings don’t include detailed filters like tech stacks or cloud providers, I added a lightweight filtering tool so you can quickly isolate jobs mentioning AWS, Kubernetes, GCP, Terraform, and other relevant technologies.&lt;/p&gt;

&lt;p&gt;Whether you’re actively job hunting or just keeping an eye on the market, NewSREJobs is designed to save you time and help you find roles that match your expertise. Check it out and let me know what features you’d like to see next: &lt;a href="https://newsrejobs.com" rel="noopener noreferrer"&gt;https://newsrejobs.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>sre</category>
      <category>devops</category>
      <category>hiring</category>
    </item>
    <item>
      <title>How to build Asp.Net core app in docker</title>
      <dc:creator>Kaan Karakaya</dc:creator>
      <pubDate>Thu, 02 Apr 2020 12:41:45 +0000</pubDate>
      <link>https://dev.to/theykk/how-to-build-asp-net-core-app-in-docker-1b8c</link>
      <guid>https://dev.to/theykk/how-to-build-asp-net-core-app-in-docker-1b8c</guid>
      <description>&lt;p&gt;Today I show you how to dockerize the Asp.Net core apps for Linux machines.&lt;/p&gt;

&lt;p&gt;First, we have to create the Asp.net app. You can clone &lt;a href="https://github.com/TheYkk/netcore"&gt;my repo&lt;/a&gt; if you want. Then create Dockerfile in the location where the Solution is.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--74EdNqec--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nioptb8r33phwrygmt5q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--74EdNqec--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nioptb8r33phwrygmt5q.png" alt="Dockerfile"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then build the app with docker.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;docker build -t netcore:v1 .
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;To run the docker image&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;docker run -p 80:80 netcore:v1 --server.urls http://0.0.0.0:80
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>docker</category>
      <category>dotnet</category>
    </item>
  </channel>
</rss>
