<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP | Aykut Farsak</title>
	<atom:link href="https://aykutfarsak.com/category/php/feed" rel="self" type="application/rss+xml" />
	<link>https://aykutfarsak.com</link>
	<description>Sr. Software Engineer</description>
	<lastBuildDate>Thu, 13 Feb 2025 10:48:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>PHP ile RabbitMQ Kullanımı</title>
		<link>https://aykutfarsak.com/php-ile-rabbitmq-kullanimi?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-ile-rabbitmq-kullanimi</link>
		
		<dc:creator><![CDATA[Aykut Farsak]]></dc:creator>
		<pubDate>Tue, 16 Sep 2014 16:42:57 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rabbitmq]]></category>
		<guid isPermaLink="false">http://aykutfarsak.com/?p=102</guid>

					<description><![CDATA[<p>RabbitMQ popüler bir mesaj kuyruğu sistemidir. Mesaj kuyruğu yazılımlarının genel çalışma şekli şöyledir; yapılacak işler bir kuyruğa aktarılır ve işi yapacak olan worker&#8217;lar sırasıyla kuyruktan...</p>
<p>The post <a href="https://aykutfarsak.com/php-ile-rabbitmq-kullanimi">PHP ile RabbitMQ Kullanımı</a> first appeared on <a href="https://aykutfarsak.com">Aykut Farsak</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Cache Sistemlerinde &#8220;Dog-pile Effect&#8221; den Korunmak</title>
		<link>https://aykutfarsak.com/cache-sistemlerinde-dog-pile-effect-den-korunmak?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cache-sistemlerinde-dog-pile-effect-den-korunmak</link>
		
		<dc:creator><![CDATA[Aykut Farsak]]></dc:creator>
		<pubDate>Mon, 25 Aug 2014 15:07:17 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[dog-pile]]></category>
		<guid isPermaLink="false">http://aykutfarsak.com/?p=96</guid>

					<description><![CDATA[<p>Standart bir web uygulamasında, cache araçlarını kullanmak basit görünebilir. Bir değerin cache&#8217;de var olup olmadğı kontrol edilir, varsa değer alınır, yoksa yeniden üretilip daha sonraki...</p>
<p>The post <a href="https://aykutfarsak.com/cache-sistemlerinde-dog-pile-effect-den-korunmak">Cache Sistemlerinde “Dog-pile Effect” den Korunmak</a> first appeared on <a href="https://aykutfarsak.com">Aykut Farsak</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Sphinx Filtrelerinde &#8216;OR&#8217; Koşulu Kullanımı</title>
		<link>https://aykutfarsak.com/sphinx-filtrelerinde-or-kosulu-kullanimi?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sphinx-filtrelerinde-or-kosulu-kullanimi</link>
		
		<dc:creator><![CDATA[Aykut Farsak]]></dc:creator>
		<pubDate>Fri, 22 Nov 2013 11:05:14 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sphinx]]></category>
		<guid isPermaLink="false">http://aykutfarsak.com/?p=71</guid>

					<description><![CDATA[<p>Sphinx&#8216;de indexlenecek veriye, arama sırasında filtreleme yapmak için özellikler (attributes) tanımlayabiliyoruz. Bu özellikler full-text olarak indexlenmiyor (*), sadece aramayı filtreleme amaçlı kullanılıyor ve arama sonucunda...</p>
<p>The post <a href="https://aykutfarsak.com/sphinx-filtrelerinde-or-kosulu-kullanimi">Sphinx Filtrelerinde ‘OR’ Koşulu Kullanımı</a> first appeared on <a href="https://aykutfarsak.com">Aykut Farsak</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>GitHub Web Hook ile Deployment</title>
		<link>https://aykutfarsak.com/github-web-hook-ile-deployment?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=github-web-hook-ile-deployment</link>
		
		<dc:creator><![CDATA[Aykut Farsak]]></dc:creator>
		<pubDate>Sun, 30 Dec 2012 08:56:16 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[github]]></category>
		<guid isPermaLink="false">http://aykutfarsak.com/?p=54</guid>

					<description><![CDATA[<p>Git hosting olarak Github kullanılan projelerde, Github&#8217;a gönderilen her yeni commit&#8217;de bir web adresinin tetiklenmesini sağlayabilirsiniz. Service Hooks menüsü altında yer alan WebHook URLs sayfasından,...</p>
<p>The post <a href="https://aykutfarsak.com/github-web-hook-ile-deployment">GitHub Web Hook ile Deployment</a> first appeared on <a href="https://aykutfarsak.com">Aykut Farsak</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>2-legged OAuth PHP İmplementasyonu</title>
		<link>https://aykutfarsak.com/2-legged-oauth-php-implementasyonu?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2-legged-oauth-php-implementasyonu</link>
		
		<dc:creator><![CDATA[Aykut Farsak]]></dc:creator>
		<pubDate>Mon, 24 Dec 2012 13:56:26 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[2-legged-oauth]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[silex]]></category>
		<guid isPermaLink="false">http://aykutfarsak.com/?p=52</guid>

					<description><![CDATA[<p>Şirket içinde geliştirilen bir uygulamaya hem web&#8217;den hem de native mobile uygulamalardan erişilmesi planlanmaktaydı. O nedenle API-Centric bir uygulama yapıp, tüm client&#8217;ların bu API üzerinden...</p>
<p>The post <a href="https://aykutfarsak.com/2-legged-oauth-php-implementasyonu">2-legged OAuth PHP İmplementasyonu</a> first appeared on <a href="https://aykutfarsak.com">Aykut Farsak</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
