1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>Posts on codeskraps</title>
- <link>https://codeskraps.com/posts/</link>
- <description>Recent content in Posts on codeskraps</description>
- <generator>Hugo</generator>
- <language>en-us</language>
- <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
- <webMaster>me@codeskraps.com (codeskraps)</webMaster>
- <lastBuildDate>Wed, 02 Oct 2024 18:14:23 +0200</lastBuildDate>
- <atom:link href="https://codeskraps.com/posts/index.xml" rel="self" type="application/rss+xml" />
- <item>
- <title>When .gitignore Doesnt Seem to Work: A Quick Fix</title>
- <link>https://codeskraps.com/posts/gitignore_not_working/</link>
- <pubDate>Wed, 02 Oct 2024 18:14:23 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
- <guid>https://codeskraps.com/posts/gitignore_not_working/</guid>
- <description><p>As developers, we&rsquo;ve all been there. You&rsquo;ve added a file or folder to your <code>.gitignore</code>, but Git keeps tracking it anyway. What gives? Let&rsquo;s dive into why this happens and how to fix it.</p></description>
- </item>
- <item>
- <title>Configuring SSH Keys for Individual Git Commands</title>
- <link>https://codeskraps.com/posts/git_ssh_command/</link>
- <pubDate>Wed, 02 Oct 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
- <guid>https://codeskraps.com/posts/git_ssh_command/</guid>
- <description><p>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&rsquo;t yet a local <code>.git/config</code> file to modify.</p></description>
- </item>
- <item>
- <title>Simplifying MVI Architecture</title>
- <link>https://codeskraps.com/posts/mvi_architecture/</link>
- <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
- <guid>https://codeskraps.com/posts/mvi_architecture/</guid>
- <description><p>Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&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.</p></description>
- </item>
- </channel>
- </rss>
|