index.xml 9.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 Apr 2025 00:00:00 +0100</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 cross-platform mobile development with expertise in both Android and iOS ecosystems.&lt;/p&gt;&#xA;&lt;br&gt;&#xA;&lt;h2 id=&#34;professional-journey&#34;&gt;Professional Journey&lt;/h2&gt;&#xA;&lt;p&gt;Currently, I&amp;rsquo;m a professional at Trifork Smart Enterprise, where I leverage my extensive experience in mobile development to deliver high-quality solutions. My career spans various domains, including:&lt;/p&gt;</description>
  19. </item>
  20. <item>
  21. <title>The Evolution of Software Development in the AI Era</title>
  22. <link>https://codeskraps.com/posts/2025/evolution_software_development_ai/</link>
  23. <pubDate>Wed, 02 Apr 2025 00:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
  24. <guid>https://codeskraps.com/posts/2025/evolution_software_development_ai/</guid>
  25. <description>&lt;p&gt;When ChatGPT was released on November 30, 2022, few of us understood how dramatically it would transform the software development landscape. As someone who&amp;rsquo;s worked through this transition, I&amp;rsquo;ve witnessed firsthand the remarkable shift in how we approach coding and problem-solving.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://codeskraps.com/posts/2025/evolution_software_development_ai/header.png&#34;&#xA; alt=&#34;The Evolution of Software Development in the AI Era&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;</description>
  26. </item>
  27. <item>
  28. <title>Move /home Folder</title>
  29. <link>https://codeskraps.com/posts/2025/move_home_folder/</link>
  30. <pubDate>Wed, 29 Jan 2025 14:30:17 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
  31. <guid>https://codeskraps.com/posts/2025/move_home_folder/</guid>
  32. <description>&lt;p&gt;You can move the &lt;code&gt;/home&lt;/code&gt; folder on Ubuntu, but you must do it carefully to avoid breaking your system. Below are the steps to safely move &lt;code&gt;/home&lt;/code&gt; to a new location.&lt;/p&gt;</description>
  33. </item>
  34. <item>
  35. <title>React Native vs Kotlin Multiplatform</title>
  36. <link>https://codeskraps.com/posts/2024/react_vs_kmp/</link>
  37. <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  38. <guid>https://codeskraps.com/posts/2024/react_vs_kmp/</guid>
  39. <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>
  40. </item>
  41. <item>
  42. <title>Simplifying MVI Architecture</title>
  43. <link>https://codeskraps.com/posts/2024/mvi_architecture/</link>
  44. <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  45. <guid>https://codeskraps.com/posts/2024/mvi_architecture/</guid>
  46. <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>
  47. </item>
  48. <item>
  49. <title>When .gitignore Doesnt Seem to Work: A Quick Fix</title>
  50. <link>https://codeskraps.com/posts/2024/gitignore_not_working/</link>
  51. <pubDate>Sun, 02 Jun 2024 18:14:23 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  52. <guid>https://codeskraps.com/posts/2024/gitignore_not_working/</guid>
  53. <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>
  54. </item>
  55. <item>
  56. <title>Configuring SSH Keys for Individual Git Commands</title>
  57. <link>https://codeskraps.com/posts/2024/git_ssh_command/</link>
  58. <pubDate>Wed, 17 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
  59. <guid>https://codeskraps.com/posts/2024/git_ssh_command/</guid>
  60. <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>
  61. </item>
  62. <item>
  63. <title>Projects</title>
  64. <link>https://codeskraps.com/projects/</link>
  65. <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>me@codeskraps.com (codeskraps)</author>
  66. <guid>https://codeskraps.com/projects/</guid>
  67. <description>&lt;div class=&#34;project-container&#34;&gt;&#xA; &lt;div class=&#34;project-layout&#34;&gt;&#xA; &lt;div class=&#34;project-image&#34;&gt;&#xA; &lt;img src=&#34;https://codeskraps.com/images/weekly_weather_logo.webp&#34; alt=&#34;Weekly Weather logo&#34;&gt;&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;project-content&#34;&gt;&#xA; &lt;h1&gt;&lt;a href=&#34;https://repo.codeskraps.com/codeskraps/Weekly-Weather&#34;&gt;Weekly Weather&lt;/a&gt;&lt;/h1&gt;&#xA; &lt;p&gt;A clean, intuitive interface for viewing weather forecasts. Weekly Weather provides detailed weekly forecasts for your current location or saved favorite places.&lt;/p&gt;&#xA;&lt;h3 id=&#34;features&#34;&gt;Features&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;View detailed weekly weather forecasts&lt;/li&gt;&#xA;&lt;li&gt;Automatically detect current location&lt;/li&gt;&#xA;&lt;li&gt;Search and save favorite locations for quick access&lt;/li&gt;&#xA;&lt;li&gt;Custom naming for GPS locations&lt;/li&gt;&#xA;&lt;li&gt;Available in 37 languages&lt;/li&gt;&#xA;&lt;li&gt;Lightweight and battery-efficient&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div style=&#34;display: flex !important; flex-wrap: wrap !important; gap: 1rem !important; justify-content: center !important; margin: 2rem 0 !important;&#34;&gt;&#xA; &lt;div style=&#34;flex: 1 !important; max-width: 180px !important; min-width: 120px !important;&#34;&gt;&#xA; &lt;img src=&#34;https://codeskraps.com/images/weekly_weather/screenshot1.png&#34; alt=&#34;Weather forecast screen&#34; style=&#34;display: block !important; width: 100% !important; height: auto !important; border-radius: 8px !important; border: 1px solid #ddd !important; box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;&#34;&gt;&#xA; &lt;/div&gt;&#xA; &lt;div style=&#34;flex: 1 !important; max-width: 180px !important; min-width: 120px !important;&#34;&gt;&#xA; &lt;img src=&#34;https://codeskraps.com/images/weekly_weather/screenshot2.png&#34; alt=&#34;Location selection screen&#34; style=&#34;display: block !important; width: 100% !important; height: auto !important; border-radius: 8px !important; border: 1px solid #ddd !important; box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;&#34;&gt;&#xA; &lt;/div&gt;&#xA; &lt;div style=&#34;flex: 1 !important; max-width: 180px !important; min-width: 120px !important;&#34;&gt;&#xA; &lt;img src=&#34;https://codeskraps.com/images/weekly_weather/screenshot3.png&#34; alt=&#34;Weather details screen&#34; style=&#34;display: block !important; width: 100% !important; height: auto !important; border-radius: 8px !important; border: 1px solid #ddd !important; box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;&#34;&gt;&#xA; &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Weather data provided by &lt;a href=&#34;https://open-meteo.com/&#34;&gt;Open-Meteo&lt;/a&gt; with weather icons from &lt;a href=&#34;https://github.com/Makin-Things/weather-icons&#34;&gt;Makin-Things/weather-icons&lt;/a&gt;.&lt;/p&gt;</description>
  68. </item>
  69. </channel>
  70. </rss>