<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Gürkan UÇAR</title>
    <link>https://gurkanucar.com/</link>
    <description>Recent content on Gürkan UÇAR</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Thu, 06 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://gurkanucar.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>About</title>
      <link>https://gurkanucar.com/about/</link>
      <pubDate>Thu, 06 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://gurkanucar.com/about/</guid>
      <description>&lt;img class=&#34;about-portrait&#34; src=&#34;https://gurkanucar.com/images/gurkan-ucar.png&#34; width=&#34;300&#34; height=&#34;300&#34; alt=&#34;Gürkan UÇAR&#34;&gt;
&lt;p&gt;I&amp;rsquo;m a Software Engineer with a strong background in Java development. I started programming in high school and now work at &lt;strong&gt;Turkish Airlines Technology&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;My skills include Spring Boot, MongoDB, PostgreSQL, Kafka, Redis, and Websocket for real-time communications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Complete ComfyUI &#43; Wan 2.2 Setup Guide for RunPod</title>
      <link>https://gurkanucar.com/posts/complete-comfyui-wan-2-2-setup-guide-for-runpod/</link>
      <pubDate>Sun, 01 Jun 2025 17:18:00 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/complete-comfyui-wan-2-2-setup-guide-for-runpod/</guid>
      <description>This guide will get you up and running with ComfyUI and the powerful Wan 2.2 text-to-video model on RunPod in just a few minutes. join to runpod first:</description>
    </item>
    <item>
      <title>Useful Commands - Cheat Sheet</title>
      <link>https://gurkanucar.com/posts/useful-commands-cheat-sheet/</link>
      <pubDate>Tue, 08 Apr 2025 17:52:43 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/useful-commands-cheat-sheet/</guid>
      <description>I have collected all my usefull commands in one place. Linux Commands Cheatsheet A comprehensive collection of useful Linux commands for system administration, development, and</description>
    </item>
    <item>
      <title>Spring Boot S3 Presigned Url Upload/Download F</title>
      <link>https://gurkanucar.com/posts/spring-boot-s3-presigned-url-upload-download-f/</link>
      <pubDate>Sat, 26 Oct 2024 16:50:30 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/spring-boot-s3-presigned-url-upload-download-f/</guid>
      <description>Spring Boot S3 Presigned Url Upload/Download File What is presigned url and why should we use? Presigned URLs let us upload and download files without going through our service</description>
    </item>
    <item>
      <title>Tomcat10 Spring Boot 3 — Java 17 deployment on Ubuntu Server</title>
      <link>https://gurkanucar.com/posts/tomcat10-spring-boot-3-java-17-deployment-on-ubuntu-server/</link>
      <pubDate>Sun, 27 Aug 2023 19:09:38 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/tomcat10-spring-boot-3-java-17-deployment-on-ubuntu-server/</guid>
      <description>Tomcat10 Spring Boot 3 &amp;amp; Java 17 deployment on Ubuntu Server Hello! Today we will deploy our spring boot application on a remote server. While trying to deploy my java17 spring</description>
    </item>
    <item>
      <title>Java Non-Access Modifiers</title>
      <link>https://gurkanucar.com/posts/java-non-access-modifiers/</link>
      <pubDate>Mon, 20 Mar 2023 11:01:39 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/java-non-access-modifiers/</guid>
      <description>We’re familiar with access modifiers however, have you ever heard of Java’s non-access modifiers? abstract — This modifier is used to create an abstract class or method that</description>
    </item>
    <item>
      <title>Kotlin Spring Boot &amp; GraphQL</title>
      <link>https://gurkanucar.com/posts/kotlin-spring-boot-graphql/</link>
      <pubDate>Wed, 15 Mar 2023 22:13:54 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/kotlin-spring-boot-graphql/</guid>
      <description>What is the GraphQL? GraphQL is a query language for APIs and is similar to REST. GraphQL is developed by Facebook and is open source . GraphQL uses a single endpoint for</description>
    </item>
    <item>
      <title>REPL &amp; Java Shell | no more public static void main</title>
      <link>https://gurkanucar.com/posts/repl-java-shell-no-more-public-static-void-main/</link>
      <pubDate>Wed, 15 Mar 2023 08:24:24 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/repl-java-shell-no-more-public-static-void-main/</guid>
      <description>Java Shell &amp;amp; REPL | no more public static void main What is REPL? R (ead) E (val) P (rint) L (oop), is an interactive programming environment that allows you to enter code</description>
    </item>
    <item>
      <title>Spring Boot Netty Socket.IO Example</title>
      <link>https://gurkanucar.com/posts/spring-boot-netty-socket-io-example/</link>
      <pubDate>Mon, 05 Sep 2022 10:50:44 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/spring-boot-netty-socket-io-example/</guid>
      <description>Imagine that, you want to make a chat application for communicating with your friend. You will send and receive messages. But there is a problem. When you send a new message to</description>
    </item>
    <item>
      <title>Build real-time web applications using WebSockets!</title>
      <link>https://gurkanucar.com/posts/build-real-time-web-applications-using-websockets/</link>
      <pubDate>Mon, 05 Sep 2022 07:18:53 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/build-real-time-web-applications-using-websockets/</guid>
      <description>What is the WebSocket? WebSocket is a bi-directional communication protocol. Communication provides over a single TCP connection. Thanks to the WebSocket protocol server and</description>
    </item>
    <item>
      <title>Horizontal vs Vertical Scalability</title>
      <link>https://gurkanucar.com/posts/horizontal-vs-vertical-scalability/</link>
      <pubDate>Tue, 12 Apr 2022 21:28:55 +0000</pubDate>
      <guid>https://gurkanucar.com/posts/horizontal-vs-vertical-scalability/</guid>
      <description>Scalability is basically the proficiency of the system. It can be measured by the number of requests to our system. There are many scaling options such as Memory or CPU</description>
    </item>
  </channel>
</rss>
