<?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>api &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Sun, 22 Dec 2019 01:49:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>api &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>wordpress categories and depency post list (for api)</title>
		<link>https://selmantunc.com.tr/uncategorized/wordpress-categories-and-depency-post-list-for/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 22 Dec 2019 01:49:07 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[gist]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2019/12/22/wordpress-categories-and-depency-post-list-for/</guid>

					<description><![CDATA[https://gist.github.com/stnc/f01362f2e7f2f8086a9e4c652e1e08ae goto link https://gist.github.com/stnc/f01362f2e7f2f8086a9e4c652e1e08ae]]></description>
										<content:encoded><![CDATA[<div class="gist">
<a href="https://gist.github.com/stnc/f01362f2e7f2f8086a9e4c652e1e08ae">https://gist.github.com/stnc/f01362f2e7f2f8086a9e4c652e1e08ae</a>
</div>
<p>goto link <a href="https://gist.github.com/stnc/f01362f2e7f2f8086a9e4c652e1e08ae"><a href="https://gist.github.com/stnc/f01362f2e7f2f8086a9e4c652e1e08ae">https://gist.github.com/stnc/f01362f2e7f2f8086a9e4c652e1e08ae</a></a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>worpress rest api for react native</title>
		<link>https://selmantunc.com.tr/uncategorized/worpress-rest-api-for-react-native/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 17 Aug 2019 10:37:23 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[react-native]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2019/08/17/worpress-rest-api-for-react-native/</guid>

					<description><![CDATA[I’m working with wordpress rest api with “react native”, I’ve created a list of required resources for rest api, hopefully useful https://developer.wordpress.org/rest-api/ https://developer.wordpress.org/rest-api/reference/ https://gist.github.com/aikusuma/844029a7c9d2af4db15364624c4ab86e https://devhints.io/rest-api https://code.tutsplus.com/tutorials/wp-rest-api-retrieving-data–cms-24694 WP PLUGİNShttps://github.com/WP-API/Basic-Auth https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/ https://wordpress.org/plugins/wp-rest-api-controller/]]></description>
										<content:encoded><![CDATA[<p>I’m working with wordpress rest api with “react native”, I’ve created a list of required resources for rest api, hopefully useful</p>
<figure data-orig-width="1311" data-orig-height="600" class="tmblr-full"><figure id="attachment_mmd_2147" class="wp-block-image "><img decoding="async" width="1311" height="247" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/75e68b5ab9e4e88a4e932861e9e68402b0c2c5b1.jpg" class="attachment-full size-full" alt="image" loading="lazy" /></figure></figure>
<p><br></p>
<p><a href="https://developer.wordpress.org/rest-api/">https://developer.wordpress.org/rest-api/</a>
<br><br><a href="https://developer.wordpress.org/rest-api/reference/">https://developer.wordpress.org/rest-api/reference/</a></p>
<p><a href="https://gist.github.com/aikusuma/844029a7c9d2af4db15364624c4ab86e">https://gist.github.com/aikusuma/844029a7c9d2af4db15364624c4ab86e</a></p>
<p><a href="https://devhints.io/rest-api">https://devhints.io/rest-api</a></p>
<p><a href="https://code.tutsplus.com/tutorials/wp-rest-api-retrieving-data--cms-24694">https://code.tutsplus.com/tutorials/wp-rest-api-retrieving-data–cms-24694</a>
<br></p>
<p>WP PLUGİNS<br><br><a href="https://github.com/WP-API/Basic-Auth">https://github.com/WP-API/Basic-Auth</a>
<br></p>
<p><a href="https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/">https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/</a>
<br></p>
<p><a href="https://wordpress.org/plugins/wp-rest-api-controller/">https://wordpress.org/plugins/wp-rest-api-controller/</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Github da okunası yazılar &#038; faydalı linkler</title>
		<link>https://selmantunc.com.tr/uncategorized/github-da-okunasi-yazilar/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 14 Sep 2017 09:27:58 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[angular]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[commit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[reactnative]]></category>
		<category><![CDATA[vps]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2017/09/14/github-da-okunasi-yazilar/</guid>

					<description><![CDATA[https://webrazzi.com/2017/07/17/uygulama-programlama-arayuzu-api/Big Data ya nereden başlamalı  https://github.com/onurakpolat/awesome-bigdata Sistem altyapıları hakkında bilgiler  https://cliexperiences.wordpress.com/ http://highscalability.com/ VPS karşılaştırması  https://github.com/joedicastro/vps-comparison React ve javascript geliştiriciler için Airbnb nin hazırladığı javascript de kod yazma stili  https://github.com/airbnb/javascript Arayüz&#8230;]]></description>
										<content:encoded><![CDATA[<p><b><a href="https://webrazzi.com/2017/07/17/uygulama-programlama-arayuzu-api/">https://webrazzi.com/2017/07/17/uygulama-programlama-arayuzu-api/</a>Big Data ya nereden başlamalı </b></p>
<p><a href="https://github.com/onurakpolat/awesome-bigdata">https://github.com/onurakpolat/awesome-bigdata</a>
<br></p>
<p><b>Sistem altyapıları hakkında bilgiler </b></p>
<p><a href="https://cliexperiences.wordpress.com/">https://cliexperiences.wordpress.com/</a>
<br></p>
<p><a href="http://highscalability.com/">http://highscalability.com/</a></p>
<p><b>VPS karşılaştırması </b></p>
<p><a href="https://github.com/joedicastro/vps-comparison">https://github.com/joedicastro/vps-comparison</a>
<br></p>
<p><b>React ve javascript geliştiriciler için Airbnb nin hazırladığı javascript de kod yazma stili </b></p>
<p><a href="https://github.com/airbnb/javascript">https://github.com/airbnb/javascript</a>
<br></p>
<p><b>Arayüz geliştiriciler için 

HTML, CSS and JS için en iyi pratikler </b></p>
<p><a href="https://github.com/bendc/frontend-guidelines">https://github.com/bendc/frontend-guidelines</a>
<br></p>
<p><br></p>
<p>Eğer react yada  angular ile çalışmak için hazır api ve data istiyorsanız bunlara bakabilirsiniz.</p>
<p><b>

Geliştiriciler için API yayınlayan yerli girişim ve şirket <a href="https://webrazzi.com/2017/07/17/uygulama-programlama-arayuzu-api/">listesi</a></b></p>
<p><b><a href="https://webrazzi.com/2017/07/17/uygulama-programlama-arayuzu-api/">https://webrazzi.com/2017/07/17/uygulama-programlama-arayuzu-api/</a>
<br></b></p>
<p><br></p>
<p><b>Geliştiriciler için Api örnekleri</b>
<br></p>
<p><a href="https://medium.com/@selmantunc/geli%C5%9Ftiriciler-i%C3%A7in-api-%C3%B6rnekleri-92442a401583">https://medium.com/@selmantunc/geli%C5%9Ftiriciler-i%C3%A7in-api-%C3%B6rnekleri-92442a401583</a>
<br></p>
<h2><b>Git commit standartları</b></h2>
<p>Git commit mesajlarını daha anlamlı ve anlaşılabilir hale getirmek, bütünlüğü sağlamak ve çıkartılan her sürüm için otomatik olarak change log dosyası oluşturabilmek için, angular.js projesindeki kuralları baz alıp sadeleştirerek mesaj standardı belirledim.</p>
<p><a href="https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits">https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits</a>
<br></p>
<p><b>Commit Mesaj Formatı:</b>
<br>(): <br><br><b>Type (Tür)</b></p>
<p><b><br></b>Aşağıdakilerden birisi olmalıdır:<br><b>feat</b>: Yeni özellik</p>
<p><b>fix</b>: Bug fix</p>
<p><b>docs</b>: Dökümantasyon değişikliği</p>
<p><b>style</b>: Kodun anlamını etkilemeyen değişiklik (boşlukların düzeltilmesi, kodun formatlanması, eksik noktalı virgül eklenmesi vb.)</p>
<p><b>refactor</b>: Ne yeni özellik ekleyen ne de bug çözen kod değişikliği</p>
<p><b>perf</b>: Performans geliştirmeye yönelik değişiklik</p>
<p><b>test</b>: Eksik testlerin eklenmesi veya mevcut testlerin düzeltilmesi</p>
<p><b>chore</b>: Build sürecinde kullanılan, döküman oluşturan yardımcı araçlar ve kütüphanelerde yapılan değişiklikler</p>
<p><b>Scope (Kapsam)</b>
<br>Commit ile yapılan değişikliğin yerini belirtir. Scope olarak istediğiniz bir şeyi yazabilirsiniz.Kullanılması zorunlu değildir.</p>
<p><br><b>Subject (Konu)</b>
<br>İngilizce, “Present tense” ve emir kipi ile yazilmalidir. Orn: “change” (“changed” veya “changes” değil)Büyük harfle başlamamalı, sonuna nokta eklenmemelidir.</p>
<p><br><b>Örnek: </b>
<br>feat: add PDF export optionfix(User): change column types to nvarchar for unicode support<br><br></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
