index.xml 2.0 KB

12345678910111213141516171819202122232425262728
  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>Wed, 02 Oct 2024 16:56:53 +0200</lastBuildDate>
  12. <atom:link href="https://codeskraps.com/posts/index.xml" rel="self" type="application/rss+xml" />
  13. <item>
  14. <title>Configuring SSH Keys for Individual Git Commands</title>
  15. <link>https://codeskraps.com/posts/git_ssh_command/</link>
  16. <pubDate>Wed, 02 Oct 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  17. <guid>https://codeskraps.com/posts/git_ssh_command/</guid>
  18. <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>
  19. </item>
  20. <item>
  21. <title>Simplifying MVI Architecture</title>
  22. <link>https://codeskraps.com/posts/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/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. </channel>
  28. </rss>