index.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435
  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 18:14:23 +0200</lastBuildDate>
  12. <atom:link href="https://codeskraps.com/posts/index.xml" rel="self" type="application/rss+xml" />
  13. <item>
  14. <title>When .gitignore Doesnt Seem to Work: A Quick Fix</title>
  15. <link>https://codeskraps.com/posts/gitignore_not_working/</link>
  16. <pubDate>Wed, 02 Oct 2024 18:14:23 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  17. <guid>https://codeskraps.com/posts/gitignore_not_working/</guid>
  18. <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>
  19. </item>
  20. <item>
  21. <title>Configuring SSH Keys for Individual Git Commands</title>
  22. <link>https://codeskraps.com/posts/git_ssh_command/</link>
  23. <pubDate>Wed, 02 Oct 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  24. <guid>https://codeskraps.com/posts/git_ssh_command/</guid>
  25. <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>
  26. </item>
  27. <item>
  28. <title>Simplifying MVI Architecture</title>
  29. <link>https://codeskraps.com/posts/mvi_architecture/</link>
  30. <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  31. <guid>https://codeskraps.com/posts/mvi_architecture/</guid>
  32. <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>
  33. </item>
  34. </channel>
  35. </rss>