<rss xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>      
      <title>
    <![CDATA[ Tech Insights and Tips by an Amazon Senior Software Engineer ]]>
  </title>
  <description>
    <![CDATA[ Explore expert tech tips, industry insights, and practical advice from a Senior Software Engineer at Amazon. Dive into software development, system design, and cutting-edge technologies to elevate your skills ]]>
  </description>
  <link>https://www.davidseek.com/</link>
  <image>
    <url></url>
    <title>Tech Insights and Tips by an Amazon Senior Software Engineer</title>
    <link>https://www.davidseek.com/</link>
  </image>
  <generator>Feather</generator>
  <lastBuildDate>2026-04-05T05:26:14.264Z</lastBuildDate>
  <atom:link href="https://www.davidseek.com/_feather/rss.xml" rel="self" type="application/rss+xml"/>
  <ttl>60</ttl>
  <language>
    <![CDATA[ en ]]>
  </language>
      <item>
        <title>
          <![CDATA[ Swift 101. Convert coordinates to city names and back ]]>
        </title>
        <description>
          <![CDATA[ Swift 101: Converting Coordinates to City Names &amp; Vice Versa - Unlock the power of geolocation in your Swift applications with this practical guide. Learn how to effortlessly translate coordinates into city names and reverse the process, enhancing your app's location-based features. A must-read for developers keen on integrating advanced geocoding capabilities into their iOS projects. ]]>
        </description>
        <link>https://www.davidseek.com/coordinates-to-city-names</link>
        <guid isPermaLink="false">f062c17a-eed3-4d1b-9c25-5d31c972b0b6</guid>
          
          
        
        <pubDate>2024-02-01T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F9ab4fbc8-43fe-432c-89fc-7773079e99ad%2F7b271b36-6e24-4d0d-897e-a494847479c6%2F1_EZgg2RkyuYGC5BgsOgrQkw.webp?table=block&amp;id=f062c17a-eed3-4d1b-9c25-5d31c972b0b6&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ How I got into FAANG ]]>
        </title>
        <description>
          <![CDATA[ Breaking Into FAANG: Personal Journey &amp; Insider Tips - Discover the strategies and insights that led to a successful career at a FAANG company. Learn from firsthand experiences, preparation tips, and what it really takes to stand out in the competitive tech industry. A must-read for aspiring FAANG candidates. ]]>
        </description>
        <link>https://www.davidseek.com/how-i-got-into-faang</link>
        <guid isPermaLink="false">c246a0bc-edb7-49f2-a524-08ffa4531d65</guid>
          
          
        
        <pubDate>2024-02-01T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F9ab4fbc8-43fe-432c-89fc-7773079e99ad%2F63bb8d94-3c89-4245-9c8a-bfe45b26bd6c%2F1_i6pB_JmAWLrnQOBmBbqgeA.webp?table=block&amp;id=c246a0bc-edb7-49f2-a524-08ffa4531d65&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Push Notifications with Firebase and Swift ]]>
        </title>
        <description>
          <![CDATA[ Mastering Push Notifications in iOS Apps: A Firebase Integration Guide - Dive deep into implementing push notifications with Firebase in your iOS applications. This article provides a step-by-step walkthrough on setting up remote notifications, localizing for English and Spanish users, and scheduling with Google Cloud. Perfect for developers with a solid grasp of Swift and Firebase. ]]>
        </description>
        <link>https://www.davidseek.com/push-notifications-with-firebase</link>
        <guid isPermaLink="false">7476cb71-229b-4b74-ba79-3aec7f621405</guid>
          
          
        
        <pubDate>2024-02-01T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F9ab4fbc8-43fe-432c-89fc-7773079e99ad%2F29531faa-d8a5-41f7-bd48-64cd19686301%2F1_hqAxEQlIxAZ4xZD7sjV1Ig.webp?table=block&amp;id=7476cb71-229b-4b74-ba79-3aec7f621405&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ How to solve the Facebook iOS App Design Interview — Amazon Engineer perspective ]]>
        </title>
        <description>
          <![CDATA[ Navigate the complexities of mobile app system design interviews with our practical guide. Learn how to clarify interview tasks, focus on critical features like the Instagram Home Feed, and address key design considerations including scalability, security, and code architecture. Ideal for candidates facing challenges in designing comprehensive mobile applications. ]]>
        </description>
        <link>https://www.davidseek.com/solve-facebook-design-interview</link>
        <guid isPermaLink="false">637cfb8c-0717-46bb-be3f-63fce19e7f56</guid>
          
          
        
        <pubDate>2024-02-01T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F9ab4fbc8-43fe-432c-89fc-7773079e99ad%2F995bca87-11cf-4d89-afc8-496440d092a0%2F1__sakKgq5Dk9tCtXDJnd_5Q.webp?table=block&amp;id=637cfb8c-0717-46bb-be3f-63fce19e7f56&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Swift 101. Delegates between UIViewControllers ]]>
        </title>
        <description>
          <![CDATA[ Swift 101: Mastering Delegates in UIViewControllers - Dive into the fundamentals of using delegates to manage communication between UIViewControllers in Swift. This beginner-friendly guide provides clear examples and best practices to enhance your iOS app development skills. Essential reading for new Swift developers looking to understand delegation patterns. ]]>
        </description>
        <link>https://www.davidseek.com/delegate-between-controllers</link>
        <guid isPermaLink="false">55854504-0aa6-462a-9a1d-a7b025e40043</guid>
          
          
        
        <pubDate>2024-02-01T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F9ab4fbc8-43fe-432c-89fc-7773079e99ad%2F10774b4e-600d-4549-ada8-6f0ddeffed3b%2F1_03f6mz4LhLeDi8MYiHmaFA.webp?table=block&amp;id=55854504-0aa6-462a-9a1d-a7b025e40043&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ How to transfer your App from one Xcode Simulator to another ]]>
        </title>
        <description>
          <![CDATA[ Effortless Xcode Simulator Transfer Guide: Learn the simple steps to seamlessly transfer your app from one Xcode Simulator to another. Perfect for developers looking to test across different devices and iOS versions without losing progress. Enhance your app development workflow with this must-know technique. ]]>
        </description>
        <link>https://www.davidseek.com/simulator-2-simulator-transfer</link>
        <guid isPermaLink="false">52a93275-de5c-4627-a23d-0a0dc96b56fa</guid>
          
          
        
        <pubDate>2024-02-01T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F9ab4fbc8-43fe-432c-89fc-7773079e99ad%2Fd4076e76-a28c-487a-870e-9e1c02e0d177%2Fxcode9-ios-simulator-1.webp?table=block&amp;id=52a93275-de5c-4627-a23d-0a0dc96b56fa&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ How to write a poker bot in SwiftUI ]]>
        </title>
        <description>
          <![CDATA[ Building a Poker Bot with SwiftUI: A Step-by-Step Guide - Venture into the realm of automated gaming by learning how to create a poker bot using SwiftUI. This comprehensive tutorial takes you through the coding strategies, logic implementation, and UI design needed to develop a competitive poker bot. Ideal for developers interested in gaming automation and SwiftUI advancements. ]]>
        </description>
        <link>https://www.davidseek.com/poker-bot-swiftui</link>
        <guid isPermaLink="false">457faea0-2111-43ac-982f-a489e26d0dba</guid>
          
          
        
        <pubDate>2024-02-01T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F9ab4fbc8-43fe-432c-89fc-7773079e99ad%2Ff586b0fa-45c0-44f5-92ea-8091e4b3e6ea%2F1_y1GymljfXsJqjdv73YPbCg.webp?table=block&amp;id=457faea0-2111-43ac-982f-a489e26d0dba&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ How I Cracked the Object Oriented Design Interview at Amazon ]]>
        </title>
        <description>
          <![CDATA[ Unlock FAANG's Object Design Interview Secrets: Master the fundamentals of Object Oriented Programming (OOP) with our guide. Learn how to prepare for Amazon's OOP interviews, understand class design, and excel in extending functionalities through subclassing. Essential tips for aspiring FAANG engineers. ]]>
        </description>
        <link>https://www.davidseek.com/object-oriented-design-amazon</link>
        <guid isPermaLink="false">14507b86-034a-43de-8264-446adefdeb01</guid>
          
          
        
        <pubDate>2024-02-01T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F9ab4fbc8-43fe-432c-89fc-7773079e99ad%2F0e3b6ed4-7b63-4cca-8625-64fa32f8de7e%2F1_1qsue2z-bEi_9Qqy4Xwf3w.webp?table=block&amp;id=14507b86-034a-43de-8264-446adefdeb01&amp;cache=v2" medium="image"/>
      </item>
      
      </channel>
</rss>

    