index.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  3. <channel>
  4. <title>Posts on codeskraps</title>
  5. <link>https://codeskraps.com/posts/</link>
  6. <description>Recent content in Posts on codeskraps</description>
  7. <generator>Hugo</generator>
  8. <language>en-us</language>
  9. <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
  10. <webMaster>me@codeskraps.com (codeskraps)</webMaster>
  11. <lastBuildDate>Thu, 03 Oct 2024 17:16:34 +0200</lastBuildDate>
  12. <atom:link href="https://codeskraps.com/posts/index.xml" rel="self" type="application/rss+xml" />
  13. <item>
  14. <title>React Native vs Kotlin Multiplatform</title>
  15. <link>https://codeskraps.com/posts/2024/react_vs_kmp/</link>
  16. <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  17. <guid>https://codeskraps.com/posts/2024/react_vs_kmp/</guid>
  18. <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In the ever-evolving world of mobile app development, choosing the right cross-platform framework can be a game-changer for businesses and developers alike. Two prominent contenders in this space are React Native and Kotlin Multiplatform (KMP). Both offer unique approaches to the challenge of writing code once and deploying it across multiple platforms. This article will dive deep into the strengths and considerations of each, helping you make an informed decision for your next project.&lt;/p&gt;</description>
  19. </item>
  20. <item>
  21. <title>Simplifying MVI Architecture</title>
  22. <link>https://codeskraps.com/posts/2024/mvi_architecture/</link>
  23. <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  24. <guid>https://codeskraps.com/posts/2024/mvi_architecture/</guid>
  25. <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
  26. </item>
  27. <item>
  28. <title>When .gitignore Doesnt Seem to Work: A Quick Fix</title>
  29. <link>https://codeskraps.com/posts/2024/gitignore_not_working/</link>
  30. <pubDate>Sun, 02 Jun 2024 18:14:23 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  31. <guid>https://codeskraps.com/posts/2024/gitignore_not_working/</guid>
  32. <description>&lt;p&gt;As developers, we&amp;rsquo;ve all been there. You&amp;rsquo;ve added a file or folder to your &lt;code&gt;.gitignore&lt;/code&gt;, but Git keeps tracking it anyway. What gives? Let&amp;rsquo;s dive into why this happens and how to fix it.&lt;/p&gt;</description>
  33. </item>
  34. <item>
  35. <title>Configuring SSH Keys for Individual Git Commands</title>
  36. <link>https://codeskraps.com/posts/2024/git_ssh_command/</link>
  37. <pubDate>Tue, 02 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  38. <guid>https://codeskraps.com/posts/2024/git_ssh_command/</guid>
  39. <description>&lt;p&gt;When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&amp;rsquo;t yet a local &lt;code&gt;.git/config&lt;/code&gt; file to modify.&lt;/p&gt;</description>
  40. </item>
  41. </channel>
  42. </rss>