<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
  <channel>
    <title>Cengiz&apos;s Blog</title>
    <link>https://cengizg.com</link>
    <description>This is my blog&apos;s RSS feed</description>
    
    <item>
  <title>How to Send Transactional Emails with AWS SES in Rails (No Dependencies)</title>
  <link>https://cengizg.com/blog/rails-aws-ses-smtp</link>
  <description>Learn how to configure Amazon SES with Ruby on Rails using native SMTP - no additional gems required. This guide covers production setup with SES and local development with letter_opener.</description>
  <pubDate>Sun, 04 Jan 2026 00:00:00 -0000</pubDate>
</item>
<item>
  <title>Apple App Store Screenshot Specifications</title>
  <link>https://cengizg.com/blog/apple-app-store-screenshot-specifications</link>
  <description>A quick reference for App Store Connect screenshot dimensions when you get the &apos;dimensions of one or more screenshots are wrong&apos; error.</description>
  <pubDate>Fri, 19 Dec 2025 00:00:00 -0000</pubDate>
</item>
<item>
  <title>Setting Up Expo Local iOS Builds on a Fresh Mac</title>
  <link>https://cengizg.com/blog/setting-up-expo-local-ios-builds-on-a-fresh-mac</link>
  <description>A guide to configuring your Mac for local Expo iOS builds, including how to fix common errors with Fastlane, CocoaPods, Xcode, and certificate trust issues.</description>
  <pubDate>Mon, 15 Dec 2025 00:00:00 -0000</pubDate>
</item>
<item>
  <title>Setting Up Expo Local Android Builds on a Fresh Mac</title>
  <link>https://cengizg.com/blog/setting-up-expo-local-android-builds-on-a-fresh-mac</link>
  <description>A guide to configuring your Mac for local Expo Android builds, covering Java 17 installation with mise, Android Studio setup, and environment variables.</description>
  <pubDate>Mon, 15 Dec 2025 00:00:00 -0000</pubDate>
</item>
<item>
  <title>How to Integrate AWS SES with Ruby on Rails: A Step-by-Step Guide</title>
  <link>https://cengizg.com/blog/how-to-integrate-aws-ses-with-ruby-on-rails-a-step-by-step-guide</link>
  <description>Learn how to configure Amazon SES with Ruby on Rails using the aws-actionmailer-ses gem. This guide covers everything from IAM user setup and ActionMailer configuration to sending your first test email via the Rails console.</description>
  <pubDate>Sat, 13 Dec 2025 00:00:00 -0000</pubDate>
</item>
<item>
  <title>How to install an Expo dev build on Android</title>
  <link>https://cengizg.com/blog/installing-expo-dev-builds-on-android</link>
  <description>A short guide that shows how to install an Expo dev build on an Android device by using the APK generated in your React Native project.</description>
  <pubDate>Sun, 07 Dec 2025 00:00:00 -0000</pubDate>
</item>
<item>
  <title>Git Basics: What origin and the -u Flag Really Mean</title>
  <link>https://cengizg.com/blog/git-origin-and-u-flag-explained</link>
  <description>This post explains what Git’s origin remote is and how the -u flag (--set-upstream) simplifies pushing and pulling by linking local and remote branches.</description>
  <pubDate>Sat, 27 Sep 2025 00:00:00 -0000</pubDate>
</item>
<item>
  <title>Using Blade Views in a Laravel Inertia Project</title>
  <link>https://cengizg.com/blog/using-blade-views-in-a-laravel-inertia-project</link>
  <description>Blade views can be used alongside Inertia in a Laravel project, especially for marketing pages that benefit from server-side rendering for SEO. To add a Blade view, create a new file in the `resources/views` directory, define a route in `routes.web.php`, and reference a CSS file in the `&lt;head&gt;` tag.</description>
  <pubDate>Wed, 24 Sep 2025 00:00:00 -0000</pubDate>
</item>
<item>
  <title>How to render markdown in your Rails app</title>
  <link>https://cengizg.com/blog/how-to-render-markdown-in-rails</link>
  <description>This blog post demonstrates how to render markdown views in a Rails app, specifically for legal pages. It covers installing the Redcarpet gem, creating an initializer, and setting up a controller and view to read and display markdown files. Additionally, it provides instructions for Inertia users to ensure proper rendering.</description>
  <pubDate>Mon, 22 Sep 2025 00:00:00 -0000</pubDate>
</item>
<item>
  <title>Deploy a Laravel app with Reverb Workers and Kamal</title>
  <link>https://cengizg.com/blog/kamal-laravel-deployment-with-reverb</link>
  <description>Step-by-step instructions for deploying a production-ready Laravel application using Kamal, with detailed solutions for real-time communication via Reverb Workers and job queues. Learn how to handle SSL termination, Docker containerization, and environment configurations—a practical guide born from real implementation challenges.</description>
  <pubDate>Mon, 08 Apr 2024 00:00:00 -0000</pubDate>
</item>

  </channel>
</rss>
