index.xml 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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>codeskraps</title>
  5. <link>https://codeskraps.com/</link>
  6. <description>Recent content 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/index.xml" rel="self" type="application/rss+xml" />
  13. <item>
  14. <title>About Me</title>
  15. <link>https://codeskraps.com/about/</link>
  16. <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>me@codeskraps.com (codeskraps)</author>
  17. <guid>https://codeskraps.com/about/</guid>
  18. <description>&lt;p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA; &#xA; &#xA; &#xA; &#xA; &#xA; &lt;picture&gt;&#xA; &lt;img class=&#34;img-fluid&#34; src=&#34;https://codeskraps.com/images/me_codeskraps.gif?v=9df9e0930034eb1e10990a99d3ef1056&#34; alt=&#34;me&#34; loading=&#34;lazy&#34; height=&#34;107&#34; width=&#34;150&#34; /&gt;&#xA;&lt;/picture&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m a passionate and highly motivated software engineer with a deep-rooted love for technology that dates back to my first computer, an Amstrad 8256. From those early days of programming as a hobby, I&amp;rsquo;ve turned my passion into a successful career, specializing in mobile development with a focus on Android.&lt;/p&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;h2 id=&#34;professional-journey&#34;&gt;Professional Journey&lt;/h2&gt;&#xA;&lt;p&gt;Currently, I&amp;rsquo;m leading the mobile team at Game Golf, where I oversee all aspects of our mobile app development. My experience spans various domains, including:&lt;/p&gt;</description>
  19. </item>
  20. <item>
  21. <title>When .gitignore Doesnt Seem to Work: A Quick Fix</title>
  22. <link>https://codeskraps.com/posts/gitignore_not_working/</link>
  23. <pubDate>Wed, 02 Oct 2024 18:14:23 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  24. <guid>https://codeskraps.com/posts/gitignore_not_working/</guid>
  25. <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>
  26. </item>
  27. <item>
  28. <title>Configuring SSH Keys for Individual Git Commands</title>
  29. <link>https://codeskraps.com/posts/git_ssh_command/</link>
  30. <pubDate>Wed, 02 Oct 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  31. <guid>https://codeskraps.com/posts/git_ssh_command/</guid>
  32. <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>
  33. </item>
  34. <item>
  35. <title>Simplifying MVI Architecture</title>
  36. <link>https://codeskraps.com/posts/mvi_architecture/</link>
  37. <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  38. <guid>https://codeskraps.com/posts/mvi_architecture/</guid>
  39. <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>
  40. </item>
  41. <item>
  42. <title>Projects</title>
  43. <link>https://codeskraps.com/projects/</link>
  44. <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>me@codeskraps.com (codeskraps)</author>
  45. <guid>https://codeskraps.com/projects/</guid>
  46. <description>&lt;p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA; &#xA; &#xA; &#xA; &#xA; &#xA; &lt;picture&gt;&#xA; &lt;img class=&#34;img-fluid&#34; src=&#34;https://codeskraps.com/images/weekly_weather_logo.webp?v=7d09cf4c9c2d09df631c4b261c3b04b0&#34; alt=&#34;weekly_weather_logo&#34; loading=&#34;lazy&#34; height=&#34;192&#34; width=&#34;192&#34; /&gt;&#xA;&lt;/picture&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;weekly-weatherhttpsgithubcomcodeskrapsweekly-weather&#34;&gt;&lt;a href=&#34;https://github.com/codeskraps/Weekly-Weather&#34;&gt;Weekly Weather&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;A quick view of your weekly weather&lt;/p&gt;&#xA;&lt;p&gt;A quick overview of you weekly weather of your current location or search and save your favourite locations for easy access.&lt;/p&gt;&#xA;&lt;p&gt;Save a GPS weather location with a custom name.&lt;/p&gt;&#xA;&lt;p&gt;App translated into 37 languages.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA; &#xA; &#xA; &#xA; &#xA; &#xA; &lt;picture&gt;&#xA; &lt;img class=&#34;img-fluid&#34; src=&#34;https://codeskraps.com/images/sbrowser_logo.webp?v=99f3ce8e863ee001ff5c8a5d2b5b2965&#34; alt=&#34;sbrowser_logo&#34; loading=&#34;lazy&#34; height=&#34;192&#34; width=&#34;192&#34; /&gt;&#xA;&lt;/picture&gt;&#xA;&lt;/p&gt;&#xA;&lt;h1 id=&#34;sbrowserhttpsgithubcomcodeskrapssbrowser&#34;&gt;&lt;a href=&#34;https://github.com/codeskraps/sBrowser&#34;&gt;sBrowser&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;This is an app for Android powered devices. sBrowser is a simple Internet broswer specially developed for teaching purposes in a workshop in 091 Labs (091labs.com).&lt;/p&gt;</description>
  47. </item>
  48. </channel>
  49. </rss>