12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>codeskraps</title>
- <link>https://codeskraps.com/</link>
- <description>Recent content 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/index.xml" rel="self" type="application/rss+xml" />
- <item>
- <title>About Me</title>
- <link>https://codeskraps.com/about/</link>
- <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>me@codeskraps.com (codeskraps)</author>
- <guid>https://codeskraps.com/about/</guid>
- <description><p>















 
 
 
 
 
 <picture>
 <img class="img-fluid" src="https://codeskraps.com/images/me_codeskraps.gif?v=9df9e0930034eb1e10990a99d3ef1056" alt="me" loading="lazy" height="107" width="150" />
</picture>
</p>
<p>I&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&rsquo;ve turned my passion into a successful career, specializing in mobile development with a focus on Android.</p>
<!-- raw HTML omitted -->
<h2 id="professional-journey">Professional Journey</h2>
<p>Currently, I&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:</p></description>
- </item>
- <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>
- <item>
- <title>Projects</title>
- <link>https://codeskraps.com/projects/</link>
- <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>me@codeskraps.com (codeskraps)</author>
- <guid>https://codeskraps.com/projects/</guid>
- <description><p>















 
 
 
 
 
 <picture>
 <img class="img-fluid" src="https://codeskraps.com/images/weekly_weather_logo.webp?v=7d09cf4c9c2d09df631c4b261c3b04b0" alt="weekly_weather_logo" loading="lazy" height="192" width="192" />
</picture>
</p>
<h1 id="weekly-weatherhttpsgithubcomcodeskrapsweekly-weather"><a href="https://github.com/codeskraps/Weekly-Weather">Weekly Weather</a></h1>
<p>A quick view of your weekly weather</p>
<p>A quick overview of you weekly weather of your current location or search and save your favourite locations for easy access.</p>
<p>Save a GPS weather location with a custom name.</p>
<p>App translated into 37 languages.</p>
<p>















 
 
 
 
 
 <picture>
 <img class="img-fluid" src="https://codeskraps.com/images/sbrowser_logo.webp?v=99f3ce8e863ee001ff5c8a5d2b5b2965" alt="sbrowser_logo" loading="lazy" height="192" width="192" />
</picture>
</p>
<h1 id="sbrowserhttpsgithubcomcodeskrapssbrowser"><a href="https://github.com/codeskraps/sBrowser">sBrowser</a></h1>
<p>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).</p></description>
- </item>
- </channel>
- </rss>
|