Browse Source

Mark "The Evolution of Software Development in the AI Era" post as a draft, update last build dates in XML files, and remove references to the post from various index files to prepare for further revisions.

codeskraps 1 week ago
parent
commit
beede67d4b

+ 1 - 1
content/posts/2025/evolution_software_development_ai.md

@@ -2,7 +2,7 @@
 title = 'The Evolution of Software Development in the AI Era'
 date = 2025-04-02T00:00:00+01:00
 tags = ['ai', 'software-development', 'future']
-draft = false
+draft = true
 +++
 
 When ChatGPT was released on November 30, 2022, few of us understood how dramatically it would transform the software development landscape. As someone who's worked through this transition, I've witnessed firsthand the remarkable shift in how we approach coding and problem-solving.

+ 66 - 0
content/posts/2025/public_pool_android.md

@@ -0,0 +1,66 @@
++++
+title = 'Building PublicPoolAndroid in One Day with Cursor'
+date = 2025-04-04T10:00:00+01:00
+tags = ['android', 'cryptocurrency', 'mining', 'cursor', 'development']
+draft = true
++++
+
+Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.
+
+{{< figure src="feature_graphic.png" alt="Public Pool Android App" width="800" height="400" class="responsive-image" >}}
+<style>
+.responsive-image {
+    max-width: 800px;
+    width: 100%;
+    height: auto;
+    display: block;
+    margin: 0 auto;
+}
+</style>
+<!--more-->
+
+## The App: Public Pool Android
+
+[Public Pool Android](https://repo.codeskraps.com/codeskraps/PublicPoolAndroid) is a mobile application that lets cryptocurrency miners monitor their mining activities directly from their Android devices. The app provides real-time tracking of hash rates, worker status, and wallet details while on the go.
+
+## Key Features
+
+- **Dashboard:** View comprehensive mining statistics including best difficulty, network difficulty, network hash rate, and block height
+- **Workers Monitoring:** Keep track of individual mining workers with details on hash rate, difficulty, and last seen time
+- **Wallet Management:** Access wallet balance and transaction history with current price information
+- **Real-time Updates:** Receive timely notifications about your mining operations
+
+## From Concept to Store in One Day
+
+The entire development process took just one workday (9 AM to 6 PM), during which I:
+
+- Created the initial project structure and repository
+- Built the network communication layer
+- Implemented data models, repositories, and use cases
+- Developed the UI components including dashboard, workers, and wallet screens
+- Added theming, localization support, and settings
+- Performed testing and submitted to Google Play Store for review
+
+## Bitaxe and LottoMining
+
+One of the most interesting features of the app is its support for Bitaxe miners using the LottoMining approach. LottoMining is essentially a solo mining strategy where:
+
+- Miners work independently to find blocks rather than contributing to a pool
+- Each miner receives the full block reward when they successfully mine a block
+- The reward frequency is less consistent but potentially more profitable
+- Perfect for Bitaxe devices which are optimized for efficient solo mining
+
+The app provides specialized monitoring for Bitaxe solo miners, displaying:
+- Current network difficulty and your hashrate
+- Estimated time to find a block
+- Block discovery notifications
+- Complete mining statistics to optimize your setup
+
+## The Power of Cursor
+
+I couldn't have completed this project so quickly without [Cursor](https://cursor.sh/), an AI-powered IDE that supercharged my development workflow:
+
+- AI-assisted code generation saved hours of boilerplate writing
+- Intelligent refactoring suggestions helped maintain clean architecture
+- Context-aware completion significantly reduced development time
+- Built-in code review capabilities caught potential issues early

BIN
content/posts/2025/public_pool_android/feature_graphic.png


+ 1 - 8
public/index.xml

@@ -8,7 +8,7 @@
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
-    <lastBuildDate>Wed, 02 Apr 2025 00:00:00 +0100</lastBuildDate>
+    <lastBuildDate>Wed, 29 Jan 2025 14:30:17 +0100</lastBuildDate>
     <atom:link href="https://codeskraps.com/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>About Me</title>
@@ -17,13 +17,6 @@
       <guid>https://codeskraps.com/about/</guid>
       <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>
     </item>
-    <item>
-      <title>The Evolution of Software Development in the AI Era</title>
-      <link>https://codeskraps.com/posts/2025/evolution_software_development_ai/</link>
-      <pubDate>Wed, 02 Apr 2025 00:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>https://codeskraps.com/posts/2025/evolution_software_development_ai/</guid>
-      <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 class=&#34;responsive-image&#34;&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;600&#34; height=&#34;350&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 600px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
-    </item>
     <item>
       <title>Move /home Folder</title>
       <link>https://codeskraps.com/posts/2025/move_home_folder/</link>

+ 6 - 6
public/posts/2025/evolution_software_development_ai/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=58776&amp;path=livereload" data-no-instant defer></script>
     <title>
 The Evolution of Software Development in the AI Era | codeskraps
 </title>
@@ -13,7 +13,7 @@ The Evolution of Software Development in the AI Era | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="https://codeskraps.com/posts/2025/evolution_software_development_ai/" >
+<link rel="canonical" href="http://localhost:58776/posts/2025/evolution_software_development_ai/" >
 
 
 
@@ -31,7 +31,7 @@ The Evolution of Software Development in the AI Era | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="https://codeskraps.com/">
+            <a class="terminal" href="http://localhost:58776/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -41,17 +41,17 @@ The Evolution of Software Development in the AI Era | codeskraps
             <ul>
                 
                 <li>
-                    <a href="https://codeskraps.com/posts/" title="" >
+                    <a href="http://localhost:58776/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="https://codeskraps.com/projects/" title="" >
+                    <a href="http://localhost:58776/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="https://codeskraps.com/about/" title="" >
+                    <a href="http://localhost:58776/about/" title="" >
                         ~/about</a>
                 </li>
                 

BIN
public/posts/2025/public_pool_android/feature_graphic.png


+ 185 - 0
public/posts/2025/public_pool_android/index.html

@@ -0,0 +1,185 @@
+<!DOCTYPE html>
+<html lang="en-us">
+
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=58776&amp;path=livereload" data-no-instant defer></script>
+    <title>
+Building PublicPoolAndroid in One Day with Cursor | codeskraps
+</title>
+
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="Mobile development blog by Carles Sentis, sharing expertise in Android, iOS, and Kotlin Multiplatform development">
+
+<meta name="generator" content="Hugo 0.145.0">
+
+
+<link rel="canonical" href="http://localhost:58776/posts/2025/public_pool_android/" >
+
+
+
+
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
+
+
+
+
+</head>
+
+<body>
+
+    <div class="flexWrapper">
+        <header class="headerWrapper">
+    <div class="header">
+        <div>
+            <a class="terminal" href="http://localhost:58776/">
+                <span>me@codeskraps.com ~ $</span>
+            </a>
+        </div>
+        <input class="side-menu" type="checkbox" id="side-menu">
+        <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
+        <nav class="headerLinks">
+            <ul>
+                
+                <li>
+                    <a href="http://localhost:58776/posts/" title="" >
+                        ~/posts</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/projects/" title="" >
+                        ~/projects</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/about/" title="" >
+                        ~/about</a>
+                </li>
+                
+            </ul>
+        </nav>
+    </divi>
+    
+      <script async src="https://www.googletagmanager.com/gtag/js?id=G-YP8WK3KZF1"></script>
+      <script>
+        var doNotTrack = false;
+        if ( false ) {
+          var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
+          var doNotTrack = (dnt == "1" || dnt == "yes");
+        }
+        if (!doNotTrack) {
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+          gtag('config', 'G-YP8WK3KZF1');
+        }
+      </script>
+</header>
+
+
+        <div class="content">
+            <main class="main">
+                
+<div class="postWrapper">
+    <h1>Building PublicPoolAndroid in One Day with Cursor</h1>
+    
+    
+    <section class="postMetadata">
+        <dl>
+            
+                
+<dt>tags</dt>
+<dd><span></span>
+    <a href="/tags/android/">#Android</a><span></span>
+    <a href="/tags/cryptocurrency/">#Cryptocurrency</a><span></span>
+    <a href="/tags/mining/">#Mining</a><span></span>
+    <a href="/tags/cursor/">#Cursor</a><span></span>
+    <a href="/tags/development/">#Development</a></dd>
+            
+            
+            
+            
+                <dt>published</dt>
+                
+                <dd><time datetime="2025-04-04">April 4, 2025</time></dd>
+            
+            
+                <dt>reading time</dt>
+                <dd>2 minutes</dd>
+            
+        </dl>
+    </section>
+    
+    <div>
+        <p>Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.</p>
+<figure class="responsive-image"><img src="/posts/2025/public_pool_android/feature_graphic.png"
+    alt="Public Pool Android App" width="800" height="400">
+</figure>
+
+<style>
+.responsive-image {
+    max-width: 800px;
+    width: 100%;
+    height: auto;
+    display: block;
+    margin: 0 auto;
+}
+</style>
+<h2 id="the-app-public-pool-android">The App: Public Pool Android</h2>
+<p><a href="https://repo.codeskraps.com/codeskraps/PublicPoolAndroid">Public Pool Android</a> is a mobile application that lets cryptocurrency miners monitor their mining activities directly from their Android devices. The app provides real-time tracking of hash rates, worker status, and wallet details while on the go.</p>
+<h2 id="key-features">Key Features</h2>
+<ul>
+<li><strong>Dashboard:</strong> View comprehensive mining statistics including best difficulty, network difficulty, network hash rate, and block height</li>
+<li><strong>Workers Monitoring:</strong> Keep track of individual mining workers with details on hash rate, difficulty, and last seen time</li>
+<li><strong>Wallet Management:</strong> Access wallet balance and transaction history with current price information</li>
+<li><strong>Real-time Updates:</strong> Receive timely notifications about your mining operations</li>
+</ul>
+<h2 id="from-concept-to-store-in-one-day">From Concept to Store in One Day</h2>
+<p>The entire development process took just one workday (9 AM to 6 PM), during which I:</p>
+<ul>
+<li>Created the initial project structure and repository</li>
+<li>Built the network communication layer</li>
+<li>Implemented data models, repositories, and use cases</li>
+<li>Developed the UI components including dashboard, workers, and wallet screens</li>
+<li>Added theming, localization support, and settings</li>
+<li>Performed testing and submitted to Google Play Store for review</li>
+</ul>
+<h2 id="bitaxe-and-lottomining">Bitaxe and LottoMining</h2>
+<p>One of the most interesting features of the app is its support for Bitaxe miners using the LottoMining approach. LottoMining is essentially a solo mining strategy where:</p>
+<ul>
+<li>Miners work independently to find blocks rather than contributing to a pool</li>
+<li>Each miner receives the full block reward when they successfully mine a block</li>
+<li>The reward frequency is less consistent but potentially more profitable</li>
+<li>Perfect for Bitaxe devices which are optimized for efficient solo mining</li>
+</ul>
+<p>The app provides specialized monitoring for Bitaxe solo miners, displaying:</p>
+<ul>
+<li>Current network difficulty and your hashrate</li>
+<li>Estimated time to find a block</li>
+<li>Block discovery notifications</li>
+<li>Complete mining statistics to optimize your setup</li>
+</ul>
+<h2 id="the-power-of-cursor">The Power of Cursor</h2>
+<p>I couldn&rsquo;t have completed this project so quickly without <a href="https://cursor.sh/">Cursor</a>, an AI-powered IDE that supercharged my development workflow:</p>
+<ul>
+<li>AI-assisted code generation saved hours of boilerplate writing</li>
+<li>Intelligent refactoring suggestions helped maintain clean architecture</li>
+<li>Context-aware completion significantly reduced development time</li>
+<li>Built-in code review capabilities caught potential issues early</li>
+</ul>
+    </div>
+</div>
+
+            </main>
+        </div>
+
+
+        <footer class="footer">
+    
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+    
+</footer>
+    </div>
+
+</body>
+
+</html>

BIN
public/posts/2025/publicpoolandroid/feature_graphic.png


+ 0 - 26
public/posts/index.html

@@ -93,32 +93,6 @@ Posts | codeskraps
 
     <div>
         
-        <a class="postListLink" href="https://codeskraps.com/posts/2025/evolution_software_development_ai/">
-            <div class="postListItem" role="listitem">
-                <div class="postHeader">
-                    <span class="postTitle">The Evolution of Software Development in the AI Era</span>
-                    
-                    <time class="postDate" datetime="2025-04-02">April 2, 2025</time>
-                </div>
-                <div class="postExcerpt">
-                    <p><p>When ChatGPT was released on November 30, 2022, few of us understood how dramatically it would transform the software development landscape. As someone who&rsquo;s worked through this transition, I&rsquo;ve witnessed firsthand the remarkable shift in how we approach coding and problem-solving.</p>
-<figure class="responsive-image"><img src="/posts/2025/evolution_software_development_ai/header.png"
-    alt="The Evolution of Software Development in the AI Era" width="600" height="350">
-</figure>
-
-<style>
-.responsive-image {
-    max-width: 600px;
-    width: 100%;
-    height: auto;
-    display: block;
-    margin: 0 auto;
-}
-</style></p>
-                </div>
-            </div>
-        </a>
-        
         <a class="postListLink" href="https://codeskraps.com/posts/2025/move_home_folder/">
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 1 - 8
public/posts/index.xml

@@ -8,15 +8,8 @@
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
-    <lastBuildDate>Wed, 02 Apr 2025 00:00:00 +0100</lastBuildDate>
+    <lastBuildDate>Wed, 29 Jan 2025 14:30:17 +0100</lastBuildDate>
     <atom:link href="https://codeskraps.com/posts/index.xml" rel="self" type="application/rss+xml" />
-    <item>
-      <title>The Evolution of Software Development in the AI Era</title>
-      <link>https://codeskraps.com/posts/2025/evolution_software_development_ai/</link>
-      <pubDate>Wed, 02 Apr 2025 00:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>https://codeskraps.com/posts/2025/evolution_software_development_ai/</guid>
-      <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 class=&#34;responsive-image&#34;&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;600&#34; height=&#34;350&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 600px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
-    </item>
     <item>
       <title>Move /home Folder</title>
       <link>https://codeskraps.com/posts/2025/move_home_folder/</link>

+ 5 - 17
public/sitemap.xml

@@ -3,33 +3,21 @@
   xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <url>
     <loc>https://codeskraps.com/about/</loc>
-  </url><url>
-    <loc>https://codeskraps.com/tags/ai/</loc>
-    <lastmod>2025-04-02T00:00:00+01:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/</loc>
-    <lastmod>2025-04-02T00:00:00+01:00</lastmod>
-  </url><url>
-    <loc>https://codeskraps.com/tags/future/</loc>
-    <lastmod>2025-04-02T00:00:00+01:00</lastmod>
+    <lastmod>2025-04-04T10:00:00+01:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/posts/</loc>
-    <lastmod>2025-04-02T00:00:00+01:00</lastmod>
-  </url><url>
-    <loc>https://codeskraps.com/tags/software-development/</loc>
-    <lastmod>2025-04-02T00:00:00+01:00</lastmod>
-  </url><url>
-    <loc>https://codeskraps.com/tags/</loc>
-    <lastmod>2025-04-02T00:00:00+01:00</lastmod>
-  </url><url>
-    <loc>https://codeskraps.com/posts/2025/evolution_software_development_ai/</loc>
-    <lastmod>2025-04-02T00:00:00+01:00</lastmod>
+    <lastmod>2025-04-04T10:00:00+01:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/tags/linux/</loc>
     <lastmod>2025-01-29T14:30:17+01:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/posts/2025/move_home_folder/</loc>
     <lastmod>2025-01-29T14:30:17+01:00</lastmod>
+  </url><url>
+    <loc>https://codeskraps.com/tags/</loc>
+    <lastmod>2025-01-29T14:30:17+01:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/tags/android/</loc>
     <lastmod>2024-10-03T17:16:34+02:00</lastmod>

+ 9 - 9
public/tags/ai/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=58776&amp;path=livereload" data-no-instant defer></script>
     <title>
 Ai | codeskraps
 </title>
@@ -13,9 +13,9 @@ Ai | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="https://codeskraps.com/tags/ai/" >
-  <link href="https://codeskraps.com/tags/ai/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="https://codeskraps.com/tags/ai/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:58776/tags/ai/" >
+  <link href="http://localhost:58776/tags/ai/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:58776/tags/ai/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Ai | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="https://codeskraps.com/">
+            <a class="terminal" href="http://localhost:58776/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Ai | codeskraps
             <ul>
                 
                 <li>
-                    <a href="https://codeskraps.com/posts/" title="" >
+                    <a href="http://localhost:58776/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="https://codeskraps.com/projects/" title="" >
+                    <a href="http://localhost:58776/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="https://codeskraps.com/about/" title="" >
+                    <a href="http://localhost:58776/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -93,7 +93,7 @@ Ai | codeskraps
 
     <div>
         
-        <a class="postListLink" href="https://codeskraps.com/posts/2025/evolution_software_development_ai/">
+        <a class="postListLink" href="http://localhost:58776/posts/2025/evolution_software_development_ai/">
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
                     <span class="postTitle">The Evolution of Software Development in the AI Era</span>

+ 5 - 5
public/tags/ai/index.xml

@@ -2,20 +2,20 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Ai on codeskraps</title>
-    <link>https://codeskraps.com/tags/ai/</link>
+    <link>http://localhost:58776/tags/ai/</link>
     <description>Recent content in Ai 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 Apr 2025 00:00:00 +0100</lastBuildDate>
-    <atom:link href="https://codeskraps.com/tags/ai/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:58776/tags/ai/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>The Evolution of Software Development in the AI Era</title>
-      <link>https://codeskraps.com/posts/2025/evolution_software_development_ai/</link>
+      <link>http://localhost:58776/posts/2025/evolution_software_development_ai/</link>
       <pubDate>Wed, 02 Apr 2025 00:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>https://codeskraps.com/posts/2025/evolution_software_development_ai/</guid>
-      <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 class=&#34;responsive-image&#34;&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;600&#34; height=&#34;350&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 600px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
+      <guid>http://localhost:58776/posts/2025/evolution_software_development_ai/</guid>
+      <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 class=&#34;responsive-image&#34;&gt;&lt;img src=&#34;http://localhost:58776/posts/2025/evolution_software_development_ai/header.png&#34;&#xA;    alt=&#34;The Evolution of Software Development in the AI Era&#34; width=&#34;600&#34; height=&#34;350&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 600px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
     </item>
   </channel>
 </rss>

+ 165 - 0
public/tags/cryptocurrency/index.html

@@ -0,0 +1,165 @@
+<!DOCTYPE html>
+<html lang="en-us">
+
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=58776&amp;path=livereload" data-no-instant defer></script>
+    <title>
+Cryptocurrency | codeskraps
+</title>
+
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="Mobile development blog by Carles Sentis, sharing expertise in Android, iOS, and Kotlin Multiplatform development">
+
+<meta name="generator" content="Hugo 0.145.0">
+
+
+<link rel="canonical" href="http://localhost:58776/tags/cryptocurrency/" >
+  <link href="http://localhost:58776/tags/cryptocurrency/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:58776/tags/cryptocurrency/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+
+
+
+
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
+
+
+
+
+</head>
+
+<body>
+
+    <div class="flexWrapper">
+        <header class="headerWrapper">
+    <div class="header">
+        <div>
+            <a class="terminal" href="http://localhost:58776/">
+                <span>me@codeskraps.com ~ $</span>
+            </a>
+        </div>
+        <input class="side-menu" type="checkbox" id="side-menu">
+        <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
+        <nav class="headerLinks">
+            <ul>
+                
+                <li>
+                    <a href="http://localhost:58776/posts/" title="" >
+                        ~/posts</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/projects/" title="" >
+                        ~/projects</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/about/" title="" >
+                        ~/about</a>
+                </li>
+                
+            </ul>
+        </nav>
+    </divi>
+    
+      <script async src="https://www.googletagmanager.com/gtag/js?id=G-YP8WK3KZF1"></script>
+      <script>
+        var doNotTrack = false;
+        if ( false ) {
+          var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
+          var doNotTrack = (dnt == "1" || dnt == "yes");
+        }
+        if (!doNotTrack) {
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+          gtag('config', 'G-YP8WK3KZF1');
+        }
+      </script>
+</header>
+
+
+        <div class="content">
+            <main class="main">
+                
+<div>
+    <div class="listHeader">
+        <div class="header-content">
+            <div></div>
+            <a href="/tags" class="tags-link"><span class="highlight">Tags</span></a>
+        </div>
+    </div>
+
+    
+
+    <div>
+        
+        <a class="postListLink" href="http://localhost:58776/posts/2025/public_pool_android/">
+            <div class="postListItem" role="listitem">
+                <div class="postHeader">
+                    <span class="postTitle">Building PublicPoolAndroid in One Day with Cursor</span>
+                    
+                    <time class="postDate" datetime="2025-04-04">April 4, 2025</time>
+                </div>
+                <div class="postExcerpt">
+                    <p><p>Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.</p>
+<figure class="responsive-image"><img src="/posts/2025/public_pool_android/feature_graphic.png"
+    alt="Public Pool Android App" width="800" height="400">
+</figure>
+
+<style>
+.responsive-image {
+    max-width: 800px;
+    width: 100%;
+    height: auto;
+    display: block;
+    margin: 0 auto;
+}
+</style></p>
+                </div>
+            </div>
+        </a>
+        
+    </div>
+</div>
+
+<style>
+.header-content {
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+}
+
+.tags-link {
+    text-decoration: none;
+    font-size: 1.8rem;
+    font-weight: bold;
+    padding: 0.8rem 1.5rem;
+}
+
+.highlight {
+    background: var(--accent-color);
+    color: var(--bg-color);
+    padding: 0.2em 0.4em;
+    border-radius: 4px;
+    transition: opacity 0.2s;
+}
+
+.tags-link:hover .highlight {
+    opacity: 0.8;
+}
+</style>
+
+            </main>
+        </div>
+
+
+        <footer class="footer">
+    
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+    
+</footer>
+    </div>
+
+</body>
+
+</html>

+ 21 - 0
public/tags/cryptocurrency/index.xml

@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Cryptocurrency on codeskraps</title>
+    <link>http://localhost:58776/tags/cryptocurrency/</link>
+    <description>Recent content in Cryptocurrency on codeskraps</description>
+    <generator>Hugo</generator>
+    <language>en-us</language>
+    <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
+    <webMaster>me@codeskraps.com (codeskraps)</webMaster>
+    <lastBuildDate>Fri, 04 Apr 2025 10:00:00 +0100</lastBuildDate>
+    <atom:link href="http://localhost:58776/tags/cryptocurrency/index.xml" rel="self" type="application/rss+xml" />
+    <item>
+      <title>Building PublicPoolAndroid in One Day with Cursor</title>
+      <link>http://localhost:58776/posts/2025/public_pool_android/</link>
+      <pubDate>Fri, 04 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>http://localhost:58776/posts/2025/public_pool_android/</guid>
+      <description>&lt;p&gt;Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.&lt;/p&gt;&#xA;&lt;figure class=&#34;responsive-image&#34;&gt;&lt;img src=&#34;http://localhost:58776/posts/2025/public_pool_android/feature_graphic.png&#34;&#xA;    alt=&#34;Public Pool Android App&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 800px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
+    </item>
+  </channel>
+</rss>

+ 165 - 0
public/tags/cursor/index.html

@@ -0,0 +1,165 @@
+<!DOCTYPE html>
+<html lang="en-us">
+
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=58776&amp;path=livereload" data-no-instant defer></script>
+    <title>
+Cursor | codeskraps
+</title>
+
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="Mobile development blog by Carles Sentis, sharing expertise in Android, iOS, and Kotlin Multiplatform development">
+
+<meta name="generator" content="Hugo 0.145.0">
+
+
+<link rel="canonical" href="http://localhost:58776/tags/cursor/" >
+  <link href="http://localhost:58776/tags/cursor/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:58776/tags/cursor/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+
+
+
+
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
+
+
+
+
+</head>
+
+<body>
+
+    <div class="flexWrapper">
+        <header class="headerWrapper">
+    <div class="header">
+        <div>
+            <a class="terminal" href="http://localhost:58776/">
+                <span>me@codeskraps.com ~ $</span>
+            </a>
+        </div>
+        <input class="side-menu" type="checkbox" id="side-menu">
+        <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
+        <nav class="headerLinks">
+            <ul>
+                
+                <li>
+                    <a href="http://localhost:58776/posts/" title="" >
+                        ~/posts</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/projects/" title="" >
+                        ~/projects</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/about/" title="" >
+                        ~/about</a>
+                </li>
+                
+            </ul>
+        </nav>
+    </divi>
+    
+      <script async src="https://www.googletagmanager.com/gtag/js?id=G-YP8WK3KZF1"></script>
+      <script>
+        var doNotTrack = false;
+        if ( false ) {
+          var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
+          var doNotTrack = (dnt == "1" || dnt == "yes");
+        }
+        if (!doNotTrack) {
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+          gtag('config', 'G-YP8WK3KZF1');
+        }
+      </script>
+</header>
+
+
+        <div class="content">
+            <main class="main">
+                
+<div>
+    <div class="listHeader">
+        <div class="header-content">
+            <div></div>
+            <a href="/tags" class="tags-link"><span class="highlight">Tags</span></a>
+        </div>
+    </div>
+
+    
+
+    <div>
+        
+        <a class="postListLink" href="http://localhost:58776/posts/2025/public_pool_android/">
+            <div class="postListItem" role="listitem">
+                <div class="postHeader">
+                    <span class="postTitle">Building PublicPoolAndroid in One Day with Cursor</span>
+                    
+                    <time class="postDate" datetime="2025-04-04">April 4, 2025</time>
+                </div>
+                <div class="postExcerpt">
+                    <p><p>Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.</p>
+<figure class="responsive-image"><img src="/posts/2025/public_pool_android/feature_graphic.png"
+    alt="Public Pool Android App" width="800" height="400">
+</figure>
+
+<style>
+.responsive-image {
+    max-width: 800px;
+    width: 100%;
+    height: auto;
+    display: block;
+    margin: 0 auto;
+}
+</style></p>
+                </div>
+            </div>
+        </a>
+        
+    </div>
+</div>
+
+<style>
+.header-content {
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+}
+
+.tags-link {
+    text-decoration: none;
+    font-size: 1.8rem;
+    font-weight: bold;
+    padding: 0.8rem 1.5rem;
+}
+
+.highlight {
+    background: var(--accent-color);
+    color: var(--bg-color);
+    padding: 0.2em 0.4em;
+    border-radius: 4px;
+    transition: opacity 0.2s;
+}
+
+.tags-link:hover .highlight {
+    opacity: 0.8;
+}
+</style>
+
+            </main>
+        </div>
+
+
+        <footer class="footer">
+    
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+    
+</footer>
+    </div>
+
+</body>
+
+</html>

+ 21 - 0
public/tags/cursor/index.xml

@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Cursor on codeskraps</title>
+    <link>http://localhost:58776/tags/cursor/</link>
+    <description>Recent content in Cursor on codeskraps</description>
+    <generator>Hugo</generator>
+    <language>en-us</language>
+    <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
+    <webMaster>me@codeskraps.com (codeskraps)</webMaster>
+    <lastBuildDate>Fri, 04 Apr 2025 10:00:00 +0100</lastBuildDate>
+    <atom:link href="http://localhost:58776/tags/cursor/index.xml" rel="self" type="application/rss+xml" />
+    <item>
+      <title>Building PublicPoolAndroid in One Day with Cursor</title>
+      <link>http://localhost:58776/posts/2025/public_pool_android/</link>
+      <pubDate>Fri, 04 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>http://localhost:58776/posts/2025/public_pool_android/</guid>
+      <description>&lt;p&gt;Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.&lt;/p&gt;&#xA;&lt;figure class=&#34;responsive-image&#34;&gt;&lt;img src=&#34;http://localhost:58776/posts/2025/public_pool_android/feature_graphic.png&#34;&#xA;    alt=&#34;Public Pool Android App&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 800px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
+    </item>
+  </channel>
+</rss>

+ 165 - 0
public/tags/development/index.html

@@ -0,0 +1,165 @@
+<!DOCTYPE html>
+<html lang="en-us">
+
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=58776&amp;path=livereload" data-no-instant defer></script>
+    <title>
+Development | codeskraps
+</title>
+
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="Mobile development blog by Carles Sentis, sharing expertise in Android, iOS, and Kotlin Multiplatform development">
+
+<meta name="generator" content="Hugo 0.145.0">
+
+
+<link rel="canonical" href="http://localhost:58776/tags/development/" >
+  <link href="http://localhost:58776/tags/development/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:58776/tags/development/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+
+
+
+
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
+
+
+
+
+</head>
+
+<body>
+
+    <div class="flexWrapper">
+        <header class="headerWrapper">
+    <div class="header">
+        <div>
+            <a class="terminal" href="http://localhost:58776/">
+                <span>me@codeskraps.com ~ $</span>
+            </a>
+        </div>
+        <input class="side-menu" type="checkbox" id="side-menu">
+        <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
+        <nav class="headerLinks">
+            <ul>
+                
+                <li>
+                    <a href="http://localhost:58776/posts/" title="" >
+                        ~/posts</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/projects/" title="" >
+                        ~/projects</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/about/" title="" >
+                        ~/about</a>
+                </li>
+                
+            </ul>
+        </nav>
+    </divi>
+    
+      <script async src="https://www.googletagmanager.com/gtag/js?id=G-YP8WK3KZF1"></script>
+      <script>
+        var doNotTrack = false;
+        if ( false ) {
+          var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
+          var doNotTrack = (dnt == "1" || dnt == "yes");
+        }
+        if (!doNotTrack) {
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+          gtag('config', 'G-YP8WK3KZF1');
+        }
+      </script>
+</header>
+
+
+        <div class="content">
+            <main class="main">
+                
+<div>
+    <div class="listHeader">
+        <div class="header-content">
+            <div></div>
+            <a href="/tags" class="tags-link"><span class="highlight">Tags</span></a>
+        </div>
+    </div>
+
+    
+
+    <div>
+        
+        <a class="postListLink" href="http://localhost:58776/posts/2025/public_pool_android/">
+            <div class="postListItem" role="listitem">
+                <div class="postHeader">
+                    <span class="postTitle">Building PublicPoolAndroid in One Day with Cursor</span>
+                    
+                    <time class="postDate" datetime="2025-04-04">April 4, 2025</time>
+                </div>
+                <div class="postExcerpt">
+                    <p><p>Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.</p>
+<figure class="responsive-image"><img src="/posts/2025/public_pool_android/feature_graphic.png"
+    alt="Public Pool Android App" width="800" height="400">
+</figure>
+
+<style>
+.responsive-image {
+    max-width: 800px;
+    width: 100%;
+    height: auto;
+    display: block;
+    margin: 0 auto;
+}
+</style></p>
+                </div>
+            </div>
+        </a>
+        
+    </div>
+</div>
+
+<style>
+.header-content {
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+}
+
+.tags-link {
+    text-decoration: none;
+    font-size: 1.8rem;
+    font-weight: bold;
+    padding: 0.8rem 1.5rem;
+}
+
+.highlight {
+    background: var(--accent-color);
+    color: var(--bg-color);
+    padding: 0.2em 0.4em;
+    border-radius: 4px;
+    transition: opacity 0.2s;
+}
+
+.tags-link:hover .highlight {
+    opacity: 0.8;
+}
+</style>
+
+            </main>
+        </div>
+
+
+        <footer class="footer">
+    
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+    
+</footer>
+    </div>
+
+</body>
+
+</html>

+ 21 - 0
public/tags/development/index.xml

@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Development on codeskraps</title>
+    <link>http://localhost:58776/tags/development/</link>
+    <description>Recent content in Development on codeskraps</description>
+    <generator>Hugo</generator>
+    <language>en-us</language>
+    <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
+    <webMaster>me@codeskraps.com (codeskraps)</webMaster>
+    <lastBuildDate>Fri, 04 Apr 2025 10:00:00 +0100</lastBuildDate>
+    <atom:link href="http://localhost:58776/tags/development/index.xml" rel="self" type="application/rss+xml" />
+    <item>
+      <title>Building PublicPoolAndroid in One Day with Cursor</title>
+      <link>http://localhost:58776/posts/2025/public_pool_android/</link>
+      <pubDate>Fri, 04 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>http://localhost:58776/posts/2025/public_pool_android/</guid>
+      <description>&lt;p&gt;Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.&lt;/p&gt;&#xA;&lt;figure class=&#34;responsive-image&#34;&gt;&lt;img src=&#34;http://localhost:58776/posts/2025/public_pool_android/feature_graphic.png&#34;&#xA;    alt=&#34;Public Pool Android App&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 800px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
+    </item>
+  </channel>
+</rss>

+ 9 - 9
public/tags/future/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=58776&amp;path=livereload" data-no-instant defer></script>
     <title>
 Future | codeskraps
 </title>
@@ -13,9 +13,9 @@ Future | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="https://codeskraps.com/tags/future/" >
-  <link href="https://codeskraps.com/tags/future/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="https://codeskraps.com/tags/future/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:58776/tags/future/" >
+  <link href="http://localhost:58776/tags/future/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:58776/tags/future/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Future | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="https://codeskraps.com/">
+            <a class="terminal" href="http://localhost:58776/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Future | codeskraps
             <ul>
                 
                 <li>
-                    <a href="https://codeskraps.com/posts/" title="" >
+                    <a href="http://localhost:58776/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="https://codeskraps.com/projects/" title="" >
+                    <a href="http://localhost:58776/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="https://codeskraps.com/about/" title="" >
+                    <a href="http://localhost:58776/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -93,7 +93,7 @@ Future | codeskraps
 
     <div>
         
-        <a class="postListLink" href="https://codeskraps.com/posts/2025/evolution_software_development_ai/">
+        <a class="postListLink" href="http://localhost:58776/posts/2025/evolution_software_development_ai/">
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
                     <span class="postTitle">The Evolution of Software Development in the AI Era</span>

+ 5 - 5
public/tags/future/index.xml

@@ -2,20 +2,20 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Future on codeskraps</title>
-    <link>https://codeskraps.com/tags/future/</link>
+    <link>http://localhost:58776/tags/future/</link>
     <description>Recent content in Future 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 Apr 2025 00:00:00 +0100</lastBuildDate>
-    <atom:link href="https://codeskraps.com/tags/future/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:58776/tags/future/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>The Evolution of Software Development in the AI Era</title>
-      <link>https://codeskraps.com/posts/2025/evolution_software_development_ai/</link>
+      <link>http://localhost:58776/posts/2025/evolution_software_development_ai/</link>
       <pubDate>Wed, 02 Apr 2025 00:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>https://codeskraps.com/posts/2025/evolution_software_development_ai/</guid>
-      <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 class=&#34;responsive-image&#34;&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;600&#34; height=&#34;350&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 600px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
+      <guid>http://localhost:58776/posts/2025/evolution_software_development_ai/</guid>
+      <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 class=&#34;responsive-image&#34;&gt;&lt;img src=&#34;http://localhost:58776/posts/2025/evolution_software_development_ai/header.png&#34;&#xA;    alt=&#34;The Evolution of Software Development in the AI Era&#34; width=&#34;600&#34; height=&#34;350&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 600px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
     </item>
   </channel>
 </rss>

+ 0 - 24
public/tags/index.html

@@ -117,14 +117,6 @@ Tags | codeskraps
         </a>
         
         
-        <a href="/tags/ai/" class="tag" style="font-size: 1rem">
-            <span class="highlight">
-                Ai
-                <span class="tag-count">(1)</span>
-            </span>
-        </a>
-        
-        
         <a href="/tags/architecture/" class="tag" style="font-size: 1rem">
             <span class="highlight">
                 Architecture
@@ -133,14 +125,6 @@ Tags | codeskraps
         </a>
         
         
-        <a href="/tags/future/" class="tag" style="font-size: 1rem">
-            <span class="highlight">
-                Future
-                <span class="tag-count">(1)</span>
-            </span>
-        </a>
-        
-        
         <a href="/tags/ios/" class="tag" style="font-size: 1rem">
             <span class="highlight">
                 Ios
@@ -181,14 +165,6 @@ Tags | codeskraps
         </a>
         
         
-        <a href="/tags/software-development/" class="tag" style="font-size: 1rem">
-            <span class="highlight">
-                Software-Development
-                <span class="tag-count">(1)</span>
-            </span>
-        </a>
-        
-        
         <a href="/tags/ssh/" class="tag" style="font-size: 1rem">
             <span class="highlight">
                 Ssh

+ 1 - 22
public/tags/index.xml

@@ -8,29 +8,8 @@
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
-    <lastBuildDate>Wed, 02 Apr 2025 00:00:00 +0100</lastBuildDate>
+    <lastBuildDate>Wed, 29 Jan 2025 14:30:17 +0100</lastBuildDate>
     <atom:link href="https://codeskraps.com/tags/index.xml" rel="self" type="application/rss+xml" />
-    <item>
-      <title>Ai</title>
-      <link>https://codeskraps.com/tags/ai/</link>
-      <pubDate>Wed, 02 Apr 2025 00:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>https://codeskraps.com/tags/ai/</guid>
-      <description></description>
-    </item>
-    <item>
-      <title>Future</title>
-      <link>https://codeskraps.com/tags/future/</link>
-      <pubDate>Wed, 02 Apr 2025 00:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>https://codeskraps.com/tags/future/</guid>
-      <description></description>
-    </item>
-    <item>
-      <title>Software-Development</title>
-      <link>https://codeskraps.com/tags/software-development/</link>
-      <pubDate>Wed, 02 Apr 2025 00:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>https://codeskraps.com/tags/software-development/</guid>
-      <description></description>
-    </item>
     <item>
       <title>Linux</title>
       <link>https://codeskraps.com/tags/linux/</link>

+ 165 - 0
public/tags/mining/index.html

@@ -0,0 +1,165 @@
+<!DOCTYPE html>
+<html lang="en-us">
+
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=58776&amp;path=livereload" data-no-instant defer></script>
+    <title>
+Mining | codeskraps
+</title>
+
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="Mobile development blog by Carles Sentis, sharing expertise in Android, iOS, and Kotlin Multiplatform development">
+
+<meta name="generator" content="Hugo 0.145.0">
+
+
+<link rel="canonical" href="http://localhost:58776/tags/mining/" >
+  <link href="http://localhost:58776/tags/mining/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:58776/tags/mining/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+
+
+
+
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
+
+
+
+
+</head>
+
+<body>
+
+    <div class="flexWrapper">
+        <header class="headerWrapper">
+    <div class="header">
+        <div>
+            <a class="terminal" href="http://localhost:58776/">
+                <span>me@codeskraps.com ~ $</span>
+            </a>
+        </div>
+        <input class="side-menu" type="checkbox" id="side-menu">
+        <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
+        <nav class="headerLinks">
+            <ul>
+                
+                <li>
+                    <a href="http://localhost:58776/posts/" title="" >
+                        ~/posts</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/projects/" title="" >
+                        ~/projects</a>
+                </li>
+                
+                <li>
+                    <a href="http://localhost:58776/about/" title="" >
+                        ~/about</a>
+                </li>
+                
+            </ul>
+        </nav>
+    </divi>
+    
+      <script async src="https://www.googletagmanager.com/gtag/js?id=G-YP8WK3KZF1"></script>
+      <script>
+        var doNotTrack = false;
+        if ( false ) {
+          var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
+          var doNotTrack = (dnt == "1" || dnt == "yes");
+        }
+        if (!doNotTrack) {
+          window.dataLayer = window.dataLayer || [];
+          function gtag(){dataLayer.push(arguments);}
+          gtag('js', new Date());
+          gtag('config', 'G-YP8WK3KZF1');
+        }
+      </script>
+</header>
+
+
+        <div class="content">
+            <main class="main">
+                
+<div>
+    <div class="listHeader">
+        <div class="header-content">
+            <div></div>
+            <a href="/tags" class="tags-link"><span class="highlight">Tags</span></a>
+        </div>
+    </div>
+
+    
+
+    <div>
+        
+        <a class="postListLink" href="http://localhost:58776/posts/2025/public_pool_android/">
+            <div class="postListItem" role="listitem">
+                <div class="postHeader">
+                    <span class="postTitle">Building PublicPoolAndroid in One Day with Cursor</span>
+                    
+                    <time class="postDate" datetime="2025-04-04">April 4, 2025</time>
+                </div>
+                <div class="postExcerpt">
+                    <p><p>Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.</p>
+<figure class="responsive-image"><img src="/posts/2025/public_pool_android/feature_graphic.png"
+    alt="Public Pool Android App" width="800" height="400">
+</figure>
+
+<style>
+.responsive-image {
+    max-width: 800px;
+    width: 100%;
+    height: auto;
+    display: block;
+    margin: 0 auto;
+}
+</style></p>
+                </div>
+            </div>
+        </a>
+        
+    </div>
+</div>
+
+<style>
+.header-content {
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+}
+
+.tags-link {
+    text-decoration: none;
+    font-size: 1.8rem;
+    font-weight: bold;
+    padding: 0.8rem 1.5rem;
+}
+
+.highlight {
+    background: var(--accent-color);
+    color: var(--bg-color);
+    padding: 0.2em 0.4em;
+    border-radius: 4px;
+    transition: opacity 0.2s;
+}
+
+.tags-link:hover .highlight {
+    opacity: 0.8;
+}
+</style>
+
+            </main>
+        </div>
+
+
+        <footer class="footer">
+    
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+    
+</footer>
+    </div>
+
+</body>
+
+</html>

+ 21 - 0
public/tags/mining/index.xml

@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>Mining on codeskraps</title>
+    <link>http://localhost:58776/tags/mining/</link>
+    <description>Recent content in Mining on codeskraps</description>
+    <generator>Hugo</generator>
+    <language>en-us</language>
+    <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
+    <webMaster>me@codeskraps.com (codeskraps)</webMaster>
+    <lastBuildDate>Fri, 04 Apr 2025 10:00:00 +0100</lastBuildDate>
+    <atom:link href="http://localhost:58776/tags/mining/index.xml" rel="self" type="application/rss+xml" />
+    <item>
+      <title>Building PublicPoolAndroid in One Day with Cursor</title>
+      <link>http://localhost:58776/posts/2025/public_pool_android/</link>
+      <pubDate>Fri, 04 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>http://localhost:58776/posts/2025/public_pool_android/</guid>
+      <description>&lt;p&gt;Today I want to share how I built a complete cryptocurrency mining monitoring app in just one day, from initial concept to Google Play Store submission, using Cursor as my IDE.&lt;/p&gt;&#xA;&lt;figure class=&#34;responsive-image&#34;&gt;&lt;img src=&#34;http://localhost:58776/posts/2025/public_pool_android/feature_graphic.png&#34;&#xA;    alt=&#34;Public Pool Android App&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 800px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
+    </item>
+  </channel>
+</rss>

+ 9 - 9
public/tags/software-development/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=58776&amp;path=livereload" data-no-instant defer></script>
     <title>
 Software-Development | codeskraps
 </title>
@@ -13,9 +13,9 @@ Software-Development | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="https://codeskraps.com/tags/software-development/" >
-  <link href="https://codeskraps.com/tags/software-development/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="https://codeskraps.com/tags/software-development/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:58776/tags/software-development/" >
+  <link href="http://localhost:58776/tags/software-development/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:58776/tags/software-development/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Software-Development | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="https://codeskraps.com/">
+            <a class="terminal" href="http://localhost:58776/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Software-Development | codeskraps
             <ul>
                 
                 <li>
-                    <a href="https://codeskraps.com/posts/" title="" >
+                    <a href="http://localhost:58776/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="https://codeskraps.com/projects/" title="" >
+                    <a href="http://localhost:58776/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="https://codeskraps.com/about/" title="" >
+                    <a href="http://localhost:58776/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -93,7 +93,7 @@ Software-Development | codeskraps
 
     <div>
         
-        <a class="postListLink" href="https://codeskraps.com/posts/2025/evolution_software_development_ai/">
+        <a class="postListLink" href="http://localhost:58776/posts/2025/evolution_software_development_ai/">
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
                     <span class="postTitle">The Evolution of Software Development in the AI Era</span>

+ 5 - 5
public/tags/software-development/index.xml

@@ -2,20 +2,20 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Software-Development on codeskraps</title>
-    <link>https://codeskraps.com/tags/software-development/</link>
+    <link>http://localhost:58776/tags/software-development/</link>
     <description>Recent content in Software-Development 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 Apr 2025 00:00:00 +0100</lastBuildDate>
-    <atom:link href="https://codeskraps.com/tags/software-development/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:58776/tags/software-development/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>The Evolution of Software Development in the AI Era</title>
-      <link>https://codeskraps.com/posts/2025/evolution_software_development_ai/</link>
+      <link>http://localhost:58776/posts/2025/evolution_software_development_ai/</link>
       <pubDate>Wed, 02 Apr 2025 00:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>https://codeskraps.com/posts/2025/evolution_software_development_ai/</guid>
-      <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 class=&#34;responsive-image&#34;&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;600&#34; height=&#34;350&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 600px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
+      <guid>http://localhost:58776/posts/2025/evolution_software_development_ai/</guid>
+      <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 class=&#34;responsive-image&#34;&gt;&lt;img src=&#34;http://localhost:58776/posts/2025/evolution_software_development_ai/header.png&#34;&#xA;    alt=&#34;The Evolution of Software Development in the AI Era&#34; width=&#34;600&#34; height=&#34;350&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;style&gt;&#xA;.responsive-image {&#xA;    max-width: 600px;&#xA;    width: 100%;&#xA;    height: auto;&#xA;    display: block;&#xA;    margin: 0 auto;&#xA;}&#xA;&lt;/style&gt;</description>
     </item>
   </channel>
 </rss>