Browse Source

Publish "Building PublicPoolAndroid in One Day with Cursor" post, updating its status from draft to published. Adjust last build dates in XML files, enhance sitemap and index files to include the new post, and add relevant tags for improved content discoverability. Include images and project details for better presentation.

codeskraps 2 days ago
parent
commit
9ca80b7f10

+ 2 - 2
content/posts/2025/public_pool_android.md

@@ -1,8 +1,8 @@
 +++
 title = 'Building PublicPoolAndroid in One Day with Cursor'
-date = 2025-04-04T10:00:00+01:00
+date = 2025-04-05T10:00:00+01:00
 tags = ['android', 'cryptocurrency', 'mining', 'cursor', 'development']
-draft = true
+draft = false
 +++
 
 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.

+ 28 - 4
content/projects/index.md

@@ -3,7 +3,30 @@ title = 'Projects'
 type = 'projects'
 +++
 
-{{< project img="/images/weekly_weather_logo.webp" title="Weekly Weather" url="https://repo.codeskraps.com/codeskraps/Weekly-Weather" >}}
+{{< project img="/images/public_pool/ic_launcher.webp" title="Public Pool Android" url="https://repo.codeskraps.com/codeskraps/PublicPoolAndroid" >}}
+Monitor your cryptocurrency mining activity on Public Pool directly from your Android device. Keep track of your hash rate, workers, and wallet details on the go.
+
+### Features
+- **Dashboard:** View your overall mining statistics, including best difficulty, network difficulty, network hash rate, block height, and hash rate history
+- **Workers:** Monitor the status of your individual mining workers, including their hash rate, difficulty, and last seen time
+- **Wallet:** Check your wallet balance, transaction history, and the current price of the mined currency
+
+<div style="display: flex !important; flex-wrap: wrap !important; gap: 1rem !important; justify-content: center !important; margin: 2rem 0 !important;">
+  <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
+    <img src="/images/public_pool/dashboard.png" alt="Dashboard screen" style="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;">
+  </div>
+  <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
+    <img src="/images/public_pool/workers.png" alt="Workers screen" style="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;">
+  </div>
+  <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
+    <img src="/images/public_pool/wallet.png" alt="Wallet screen" style="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;">
+  </div>
+</div>
+
+Available on [Google Play](https://play.google.com/store/apps/details?id=com.codeskraps.publicpool) - A lightweight app to keep you connected to your mining operations wherever you go.
+{{< /project >}}
+
+{{< project img="/images/weekly_weather/weekly_weather_logo.webp" title="Weekly Weather" url="https://repo.codeskraps.com/codeskraps/Weekly-Weather" >}}
 A clean, intuitive interface for viewing weather forecasts. Weekly Weather provides detailed weekly forecasts for your current location or saved favorite places.
 
 ### Features
@@ -26,10 +49,10 @@ A clean, intuitive interface for viewing weather forecasts. Weekly Weather provi
   </div>
 </div>
 
-Weather data provided by [Open-Meteo](https://open-meteo.com/) with weather icons from [Makin-Things/weather-icons](https://github.com/Makin-Things/weather-icons).
+Weather data provided by [Open-Meteo](https://open-meteo.com/) with weather icons from [Makin-Things/weather-icons](https://github.com/Makin-Things/weather-icons). Available on [Google Play](https://play.google.com/store/apps/details?id=com.arklan.weather).
 {{< /project >}}
 
-{{< project img="/images/sbrowser_logo.webp" title="sBrowser" url="https://repo.codeskraps.com/codeskraps/sBrowser" >}}
+{{< project img="/images/sBrowser/sbrowser_logo.webp" title="sBrowser" url="https://repo.codeskraps.com/codeskraps/sBrowser" >}}
 A simple yet powerful Internet browser for Android devices. Originally developed for teaching purposes in a workshop at 091 Labs, it has evolved into a feature-rich yet lightweight browsing solution.
 
 ### Features
@@ -41,5 +64,6 @@ A simple yet powerful Internet browser for Android devices. Originally developed
 - Material Design user interface
 - Support for HTTPS
 
-Latest version: 3.4 (2024) - Updated with modern Android architecture, Material 3 design, and improved performance and stability.
+Latest version: 3.4 (2024) - Updated with modern Android architecture, Material 3 design, and improved performance and stability. Available on [Google Play](https://play.google.com/store/apps/details?id=com.codeskraps.sbrowser_new).
 {{< /project >}}
+

BIN
public/images/public_pool/dashboard.png


BIN
public/images/public_pool/ic_launcher.webp


BIN
public/images/public_pool/wallet.png


BIN
public/images/public_pool/workers.png


+ 0 - 0
static/images/sbrowser_logo.webp → public/images/sBrowser/sbrowser_logo.webp


+ 0 - 0
static/images/weekly_weather_logo.webp → public/images/weekly_weather/weekly_weather_logo.webp


File diff suppressed because it is too large
+ 8 - 1
public/index.xml


+ 8 - 8
public/posts/2025/public_pool_android/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=62876&amp;path=livereload" data-no-instant defer></script>
+<head>
     <title>
 Building PublicPoolAndroid in One Day with Cursor | codeskraps
 </title>
@@ -13,7 +13,7 @@ Building PublicPoolAndroid in One Day with Cursor | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:62876/posts/2025/public_pool_android/" >
+<link rel="canonical" href="https://codeskraps.com/posts/2025/public_pool_android/" >
 
 
 
@@ -35,7 +35,7 @@ Building PublicPoolAndroid in One Day with Cursor | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:62876/">
+            <a class="terminal" href="https://codeskraps.com/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -45,17 +45,17 @@ Building PublicPoolAndroid in One Day with Cursor | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:62876/posts/" title="" >
+                    <a href="https://codeskraps.com/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/projects/" title="" >
+                    <a href="https://codeskraps.com/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/about/" title="" >
+                    <a href="https://codeskraps.com/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -89,7 +89,7 @@ Building PublicPoolAndroid in One Day with Cursor | codeskraps
             
                 <dt>published</dt>
                 
-                <dd><time datetime="2025-04-04">April 4, 2025</time></dd>
+                <dd><time datetime="2025-04-05">April 5, 2025</time></dd>
             
             
                 <dt>reading time</dt>
@@ -164,7 +164,7 @@ Building PublicPoolAndroid in One Day with Cursor | codeskraps
 
         <footer class="footer">
     
-        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> | Analytics by <a href="https://umami.codeskraps.com/" class="footerLink">Self-hosted Umami</a></span>
     
 </footer>
     </div>

+ 26 - 0
public/posts/index.html

@@ -82,6 +82,32 @@ Posts | codeskraps
 
     <div>
         
+        <a class="postListLink" href="https://codeskraps.com/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-05">April 5, 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>
+        
         <a class="postListLink" href="https://codeskraps.com/posts/2025/evolution_software_development_ai/">
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 8 - 1
public/posts/index.xml

@@ -8,8 +8,15 @@
     <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>Sat, 05 Apr 2025 10:00:00 +0100</lastBuildDate>
     <atom:link href="https://codeskraps.com/posts/index.xml" rel="self" type="application/rss+xml" />
+    <item>
+      <title>Building PublicPoolAndroid in One Day with Cursor</title>
+      <link>https://codeskraps.com/posts/2025/public_pool_android/</link>
+      <pubDate>Sat, 05 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>https://codeskraps.com/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;https://codeskraps.com/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>
     <item>
       <title>The Evolution of Software Development in the AI Era</title>
       <link>https://codeskraps.com/posts/2025/evolution_software_development_ai/</link>

+ 38 - 4
public/projects/index.html

@@ -76,7 +76,41 @@ Projects | codeskraps
 <div class="project-container">
   <div class="project-layout">
     <div class="project-image">
-      <img src="/images/weekly_weather_logo.webp" alt="Weekly Weather logo">
+      <img src="/images/public_pool/ic_launcher.webp" alt="Public Pool Android logo">
+    </div>
+    <div class="project-content">
+      <h1><a href="https://repo.codeskraps.com/codeskraps/PublicPoolAndroid">Public Pool Android</a></h1>
+      <p>Monitor your cryptocurrency mining activity on Public Pool directly from your Android device. Keep track of your hash rate, workers, and wallet details on the go.</p>
+<h3 id="features">Features</h3>
+<ul>
+<li><strong>Dashboard:</strong> View your overall mining statistics, including best difficulty, network difficulty, network hash rate, block height, and hash rate history</li>
+<li><strong>Workers:</strong> Monitor the status of your individual mining workers, including their hash rate, difficulty, and last seen time</li>
+<li><strong>Wallet:</strong> Check your wallet balance, transaction history, and the current price of the mined currency</li>
+</ul>
+<div style="display: flex !important; flex-wrap: wrap !important; gap: 1rem !important; justify-content: center !important; margin: 2rem 0 !important;">
+  <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
+    <img src="/images/public_pool/dashboard.png" alt="Dashboard screen" style="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;">
+  </div>
+  <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
+    <img src="/images/public_pool/workers.png" alt="Workers screen" style="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;">
+  </div>
+  <div style="flex: 1 !important; max-width: 180px !important; min-width: 120px !important;">
+    <img src="/images/public_pool/wallet.png" alt="Wallet screen" style="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;">
+  </div>
+</div>
+<p>Available on <a href="https://play.google.com/store/apps/details?id=com.codeskraps.publicpool">Google Play</a> - A lightweight app to keep you connected to your mining operations wherever you go.</p>
+
+    </div>
+  </div>
+</div> 
+
+
+
+
+<div class="project-container">
+  <div class="project-layout">
+    <div class="project-image">
+      <img src="/images/weekly_weather/weekly_weather_logo.webp" alt="Weekly Weather logo">
     </div>
     <div class="project-content">
       <h1><a href="https://repo.codeskraps.com/codeskraps/Weekly-Weather">Weekly Weather</a></h1>
@@ -101,7 +135,7 @@ Projects | codeskraps
     <img src="/images/weekly_weather/screenshot3.png" alt="Weather details screen" style="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;">
   </div>
 </div>
-<p>Weather data provided by <a href="https://open-meteo.com/">Open-Meteo</a> with weather icons from <a href="https://github.com/Makin-Things/weather-icons">Makin-Things/weather-icons</a>.</p>
+<p>Weather data provided by <a href="https://open-meteo.com/">Open-Meteo</a> with weather icons from <a href="https://github.com/Makin-Things/weather-icons">Makin-Things/weather-icons</a>. Available on <a href="https://play.google.com/store/apps/details?id=com.arklan.weather">Google Play</a>.</p>
 
     </div>
   </div>
@@ -113,7 +147,7 @@ Projects | codeskraps
 <div class="project-container">
   <div class="project-layout">
     <div class="project-image">
-      <img src="/images/sbrowser_logo.webp" alt="sBrowser logo">
+      <img src="/images/sBrowser/sbrowser_logo.webp" alt="sBrowser logo">
     </div>
     <div class="project-content">
       <h1><a href="https://repo.codeskraps.com/codeskraps/sBrowser">sBrowser</a></h1>
@@ -128,7 +162,7 @@ Projects | codeskraps
 <li>Material Design user interface</li>
 <li>Support for HTTPS</li>
 </ul>
-<p>Latest version: 3.4 (2024) - Updated with modern Android architecture, Material 3 design, and improved performance and stability.</p>
+<p>Latest version: 3.4 (2024) - Updated with modern Android architecture, Material 3 design, and improved performance and stability. Available on <a href="https://play.google.com/store/apps/details?id=com.codeskraps.sbrowser_new">Google Play</a>.</p>
 
     </div>
   </div>

+ 23 - 8
public/sitemap.xml

@@ -3,12 +3,33 @@
   xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <url>
     <loc>https://codeskraps.com/about/</loc>
+  </url><url>
+    <loc>https://codeskraps.com/tags/android/</loc>
+    <lastmod>2025-04-05T10:00:00+01:00</lastmod>
+  </url><url>
+    <loc>https://codeskraps.com/posts/2025/public_pool_android/</loc>
+    <lastmod>2025-04-05T10:00:00+01:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/</loc>
-    <lastmod>2025-04-04T10:00:00+01:00</lastmod>
+    <lastmod>2025-04-05T10:00:00+01:00</lastmod>
+  </url><url>
+    <loc>https://codeskraps.com/tags/cryptocurrency/</loc>
+    <lastmod>2025-04-05T10:00:00+01:00</lastmod>
+  </url><url>
+    <loc>https://codeskraps.com/tags/cursor/</loc>
+    <lastmod>2025-04-05T10:00:00+01:00</lastmod>
+  </url><url>
+    <loc>https://codeskraps.com/tags/development/</loc>
+    <lastmod>2025-04-05T10:00:00+01:00</lastmod>
+  </url><url>
+    <loc>https://codeskraps.com/tags/mining/</loc>
+    <lastmod>2025-04-05T10:00:00+01:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/posts/</loc>
-    <lastmod>2025-04-04T10:00:00+01:00</lastmod>
+    <lastmod>2025-04-05T10:00:00+01:00</lastmod>
+  </url><url>
+    <loc>https://codeskraps.com/tags/</loc>
+    <lastmod>2025-04-05T10:00:00+01:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/tags/ai/</loc>
     <lastmod>2025-04-02T00:00:00+01:00</lastmod>
@@ -18,9 +39,6 @@
   </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>
@@ -30,9 +48,6 @@
   </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/android/</loc>
-    <lastmod>2024-10-03T17:16:34+02:00</lastmod>
   </url><url>
     <loc>https://codeskraps.com/tags/ios/</loc>
     <lastmod>2024-10-03T17:16:34+02:00</lastmod>

+ 26 - 0
public/tags/android/index.html

@@ -82,6 +82,32 @@ Android | codeskraps
 
     <div>
         
+        <a class="postListLink" href="https://codeskraps.com/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-05">April 5, 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>
+        
         <a class="postListLink" href="https://codeskraps.com/posts/2024/react_vs_kmp/">
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 8 - 1
public/tags/android/index.xml

@@ -8,8 +8,15 @@
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
-    <lastBuildDate>Thu, 03 Oct 2024 17:16:34 +0200</lastBuildDate>
+    <lastBuildDate>Sat, 05 Apr 2025 10:00:00 +0100</lastBuildDate>
     <atom:link href="https://codeskraps.com/tags/android/index.xml" rel="self" type="application/rss+xml" />
+    <item>
+      <title>Building PublicPoolAndroid in One Day with Cursor</title>
+      <link>https://codeskraps.com/posts/2025/public_pool_android/</link>
+      <pubDate>Sat, 05 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>https://codeskraps.com/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;https://codeskraps.com/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>
     <item>
       <title>React Native vs Kotlin Multiplatform</title>
       <link>https://codeskraps.com/posts/2024/react_vs_kmp/</link>

+ 11 - 11
public/tags/cryptocurrency/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=62876&amp;path=livereload" data-no-instant defer></script>
+<head>
     <title>
 Cryptocurrency | codeskraps
 </title>
@@ -13,9 +13,9 @@ Cryptocurrency | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:62876/tags/cryptocurrency/" >
-  <link href="http://localhost:62876/tags/cryptocurrency/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:62876/tags/cryptocurrency/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="https://codeskraps.com/tags/cryptocurrency/" >
+  <link href="https://codeskraps.com/tags/cryptocurrency/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="https://codeskraps.com/tags/cryptocurrency/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -37,7 +37,7 @@ Cryptocurrency | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:62876/">
+            <a class="terminal" href="https://codeskraps.com/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -47,17 +47,17 @@ Cryptocurrency | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:62876/posts/" title="" >
+                    <a href="https://codeskraps.com/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/projects/" title="" >
+                    <a href="https://codeskraps.com/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/about/" title="" >
+                    <a href="https://codeskraps.com/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -82,12 +82,12 @@ Cryptocurrency | codeskraps
 
     <div>
         
-        <a class="postListLink" href="http://localhost:62876/posts/2025/public_pool_android/">
+        <a class="postListLink" href="https://codeskraps.com/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>
+                    <time class="postDate" datetime="2025-04-05">April 5, 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>
@@ -144,7 +144,7 @@ Cryptocurrency | codeskraps
 
         <footer class="footer">
     
-        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> | Analytics by <a href="https://umami.codeskraps.com/" class="footerLink">Self-hosted Umami</a></span>
     
 </footer>
     </div>

+ 7 - 7
public/tags/cryptocurrency/index.xml

@@ -2,20 +2,20 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Cryptocurrency on codeskraps</title>
-    <link>http://localhost:62876/tags/cryptocurrency/</link>
+    <link>https://codeskraps.com/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:62876/tags/cryptocurrency/index.xml" rel="self" type="application/rss+xml" />
+    <lastBuildDate>Sat, 05 Apr 2025 10:00:00 +0100</lastBuildDate>
+    <atom:link href="https://codeskraps.com/tags/cryptocurrency/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Building PublicPoolAndroid in One Day with Cursor</title>
-      <link>http://localhost:62876/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:62876/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:62876/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>
+      <link>https://codeskraps.com/posts/2025/public_pool_android/</link>
+      <pubDate>Sat, 05 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>https://codeskraps.com/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;https://codeskraps.com/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>

+ 11 - 11
public/tags/cursor/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=62876&amp;path=livereload" data-no-instant defer></script>
+<head>
     <title>
 Cursor | codeskraps
 </title>
@@ -13,9 +13,9 @@ Cursor | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:62876/tags/cursor/" >
-  <link href="http://localhost:62876/tags/cursor/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:62876/tags/cursor/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="https://codeskraps.com/tags/cursor/" >
+  <link href="https://codeskraps.com/tags/cursor/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="https://codeskraps.com/tags/cursor/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -37,7 +37,7 @@ Cursor | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:62876/">
+            <a class="terminal" href="https://codeskraps.com/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -47,17 +47,17 @@ Cursor | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:62876/posts/" title="" >
+                    <a href="https://codeskraps.com/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/projects/" title="" >
+                    <a href="https://codeskraps.com/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/about/" title="" >
+                    <a href="https://codeskraps.com/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -82,12 +82,12 @@ Cursor | codeskraps
 
     <div>
         
-        <a class="postListLink" href="http://localhost:62876/posts/2025/public_pool_android/">
+        <a class="postListLink" href="https://codeskraps.com/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>
+                    <time class="postDate" datetime="2025-04-05">April 5, 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>
@@ -144,7 +144,7 @@ Cursor | codeskraps
 
         <footer class="footer">
     
-        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> | Analytics by <a href="https://umami.codeskraps.com/" class="footerLink">Self-hosted Umami</a></span>
     
 </footer>
     </div>

+ 7 - 7
public/tags/cursor/index.xml

@@ -2,20 +2,20 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Cursor on codeskraps</title>
-    <link>http://localhost:62876/tags/cursor/</link>
+    <link>https://codeskraps.com/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:62876/tags/cursor/index.xml" rel="self" type="application/rss+xml" />
+    <lastBuildDate>Sat, 05 Apr 2025 10:00:00 +0100</lastBuildDate>
+    <atom:link href="https://codeskraps.com/tags/cursor/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Building PublicPoolAndroid in One Day with Cursor</title>
-      <link>http://localhost:62876/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:62876/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:62876/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>
+      <link>https://codeskraps.com/posts/2025/public_pool_android/</link>
+      <pubDate>Sat, 05 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>https://codeskraps.com/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;https://codeskraps.com/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>

+ 11 - 11
public/tags/development/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=62876&amp;path=livereload" data-no-instant defer></script>
+<head>
     <title>
 Development | codeskraps
 </title>
@@ -13,9 +13,9 @@ Development | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:62876/tags/development/" >
-  <link href="http://localhost:62876/tags/development/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:62876/tags/development/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="https://codeskraps.com/tags/development/" >
+  <link href="https://codeskraps.com/tags/development/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="https://codeskraps.com/tags/development/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -37,7 +37,7 @@ Development | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:62876/">
+            <a class="terminal" href="https://codeskraps.com/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -47,17 +47,17 @@ Development | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:62876/posts/" title="" >
+                    <a href="https://codeskraps.com/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/projects/" title="" >
+                    <a href="https://codeskraps.com/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/about/" title="" >
+                    <a href="https://codeskraps.com/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -82,12 +82,12 @@ Development | codeskraps
 
     <div>
         
-        <a class="postListLink" href="http://localhost:62876/posts/2025/public_pool_android/">
+        <a class="postListLink" href="https://codeskraps.com/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>
+                    <time class="postDate" datetime="2025-04-05">April 5, 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>
@@ -144,7 +144,7 @@ Development | codeskraps
 
         <footer class="footer">
     
-        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> | Analytics by <a href="https://umami.codeskraps.com/" class="footerLink">Self-hosted Umami</a></span>
     
 </footer>
     </div>

+ 7 - 7
public/tags/development/index.xml

@@ -2,20 +2,20 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Development on codeskraps</title>
-    <link>http://localhost:62876/tags/development/</link>
+    <link>https://codeskraps.com/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:62876/tags/development/index.xml" rel="self" type="application/rss+xml" />
+    <lastBuildDate>Sat, 05 Apr 2025 10:00:00 +0100</lastBuildDate>
+    <atom:link href="https://codeskraps.com/tags/development/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Building PublicPoolAndroid in One Day with Cursor</title>
-      <link>http://localhost:62876/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:62876/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:62876/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>
+      <link>https://codeskraps.com/posts/2025/public_pool_android/</link>
+      <pubDate>Sat, 05 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>https://codeskraps.com/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;https://codeskraps.com/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>

+ 34 - 2
public/tags/index.html

@@ -72,10 +72,10 @@ Tags | codeskraps
     <div class="tag-cloud">
         
         
-        <a href="/tags/android/" class="tag" style="font-size: 1.2079441541679836rem">
+        <a href="/tags/android/" class="tag" style="font-size: 1.329583686600433rem">
             <span class="highlight">
                 Android
-                <span class="tag-count">(2)</span>
+                <span class="tag-count">(3)</span>
             </span>
         </a>
         
@@ -120,6 +120,30 @@ Tags | codeskraps
         </a>
         
         
+        <a href="/tags/cryptocurrency/" class="tag" style="font-size: 1rem">
+            <span class="highlight">
+                Cryptocurrency
+                <span class="tag-count">(1)</span>
+            </span>
+        </a>
+        
+        
+        <a href="/tags/cursor/" class="tag" style="font-size: 1rem">
+            <span class="highlight">
+                Cursor
+                <span class="tag-count">(1)</span>
+            </span>
+        </a>
+        
+        
+        <a href="/tags/development/" class="tag" style="font-size: 1rem">
+            <span class="highlight">
+                Development
+                <span class="tag-count">(1)</span>
+            </span>
+        </a>
+        
+        
         <a href="/tags/future/" class="tag" style="font-size: 1rem">
             <span class="highlight">
                 Future
@@ -144,6 +168,14 @@ Tags | codeskraps
         </a>
         
         
+        <a href="/tags/mining/" class="tag" style="font-size: 1rem">
+            <span class="highlight">
+                Mining
+                <span class="tag-count">(1)</span>
+            </span>
+        </a>
+        
+        
         <a href="/tags/mvi/" class="tag" style="font-size: 1rem">
             <span class="highlight">
                 Mvi

+ 11 - 11
public/tags/mining/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=62876&amp;path=livereload" data-no-instant defer></script>
+<head>
     <title>
 Mining | codeskraps
 </title>
@@ -13,9 +13,9 @@ Mining | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:62876/tags/mining/" >
-  <link href="http://localhost:62876/tags/mining/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:62876/tags/mining/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="https://codeskraps.com/tags/mining/" >
+  <link href="https://codeskraps.com/tags/mining/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="https://codeskraps.com/tags/mining/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -37,7 +37,7 @@ Mining | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:62876/">
+            <a class="terminal" href="https://codeskraps.com/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -47,17 +47,17 @@ Mining | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:62876/posts/" title="" >
+                    <a href="https://codeskraps.com/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/projects/" title="" >
+                    <a href="https://codeskraps.com/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:62876/about/" title="" >
+                    <a href="https://codeskraps.com/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -82,12 +82,12 @@ Mining | codeskraps
 
     <div>
         
-        <a class="postListLink" href="http://localhost:62876/posts/2025/public_pool_android/">
+        <a class="postListLink" href="https://codeskraps.com/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>
+                    <time class="postDate" datetime="2025-04-05">April 5, 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>
@@ -144,7 +144,7 @@ Mining | codeskraps
 
         <footer class="footer">
     
-        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a></span>
+        <span>CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> | Analytics by <a href="https://umami.codeskraps.com/" class="footerLink">Self-hosted Umami</a></span>
     
 </footer>
     </div>

+ 7 - 7
public/tags/mining/index.xml

@@ -2,20 +2,20 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Mining on codeskraps</title>
-    <link>http://localhost:62876/tags/mining/</link>
+    <link>https://codeskraps.com/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:62876/tags/mining/index.xml" rel="self" type="application/rss+xml" />
+    <lastBuildDate>Sat, 05 Apr 2025 10:00:00 +0100</lastBuildDate>
+    <atom:link href="https://codeskraps.com/tags/mining/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Building PublicPoolAndroid in One Day with Cursor</title>
-      <link>http://localhost:62876/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:62876/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:62876/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>
+      <link>https://codeskraps.com/posts/2025/public_pool_android/</link>
+      <pubDate>Sat, 05 Apr 2025 10:00:00 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
+      <guid>https://codeskraps.com/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;https://codeskraps.com/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>

BIN
static/images/public_pool/dashboard.png


BIN
static/images/public_pool/ic_launcher.webp


BIN
static/images/public_pool/wallet.png


BIN
static/images/public_pool/workers.png


BIN
static/images/sBrowser/sbrowser_logo.webp


BIN
static/images/weekly_weather/weekly_weather_logo.webp


Some files were not shown because too many files changed in this diff