|
@@ -91,11 +91,37 @@ Posts | codeskraps
|
|
|
</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>
|
|
|
-<p>{{ $image := .Resources.GetMatch “feature_graphic.png” }}
|
|
|
-{{ with $image }}
|
|
|
-{{ $resized := .Resize “800x” }}
|
|
|
-<img src="{{ $resized.RelPermalink }}" alt="Public Pool Android App" width="{{ $resized.Width }}" height="{{ $resized.Height }}">
|
|
|
-{{ end }}</p></p>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <picture style="display: block; text-align: center; margin: 2rem auto;">
|
|
|
+ <source media="(max-width: 480px)" srcset="/posts/2025/public_pool_android/feature_graphic_hu_b07fb17dbb2a4697.jpg">
|
|
|
+ <source media="(max-width: 800px)" srcset="/posts/2025/public_pool_android/feature_graphic_hu_40801fc72754b39c.jpg">
|
|
|
+ <source media="(min-width: 801px)" srcset="/posts/2025/public_pool_android/feature_graphic_hu_cc0a414e721049d1.jpg">
|
|
|
+ <img
|
|
|
+ src="/posts/2025/public_pool_android/feature_graphic_hu_cc0a414e721049d1.jpg"
|
|
|
+ alt="Public Pool Android App"
|
|
|
+ width="800"
|
|
|
+ height="391"
|
|
|
+ style="max-width: 100%; height: auto; margin: 0 auto; display: block;"
|
|
|
+ class="responsive-image"
|
|
|
+ loading="lazy"
|
|
|
+ >
|
|
|
+ </picture></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
@@ -109,11 +135,37 @@ Posts | codeskraps
|
|
|
</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’s worked through this transition, I’ve witnessed firsthand the remarkable shift in how we approach coding and problem-solving.</p>
|
|
|
-<p>{{ $image := .Resources.GetMatch “header.png” }}
|
|
|
-{{ with $image }}
|
|
|
-{{ $resized := .Resize “600x” }}
|
|
|
-<img src="{{ $resized.RelPermalink }}" alt="The Evolution of Software Development in the AI Era" width="{{ $resized.Width }}" height="{{ $resized.Height }}">
|
|
|
-{{ end }}</p></p>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <picture style="display: block; text-align: center; margin: 2rem auto;">
|
|
|
+ <source media="(max-width: 480px)" srcset="/posts/2025/evolution_software_development_ai/header_hu_6f3939eea610ecff.jpg">
|
|
|
+ <source media="(max-width: 800px)" srcset="/posts/2025/evolution_software_development_ai/header_hu_88733619c784d65a.jpg">
|
|
|
+ <source media="(min-width: 801px)" srcset="/posts/2025/evolution_software_development_ai/header_hu_3ad9a43b3c96546.jpg">
|
|
|
+ <img
|
|
|
+ src="/posts/2025/evolution_software_development_ai/header_hu_3ad9a43b3c96546.jpg"
|
|
|
+ alt="The Evolution of Software Development in the AI Era"
|
|
|
+ width="600"
|
|
|
+ height="344"
|
|
|
+ style="max-width: 100%; height: auto; margin: 0 auto; display: block;"
|
|
|
+ class="responsive-image"
|
|
|
+ loading="lazy"
|
|
|
+ >
|
|
|
+ </picture></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|