Browse Source

Refactor image presentation for "The Evolution of Software Development in the AI Era" post by updating image dimensions and adding responsive styling across multiple HTML and XML files for improved visual consistency.

codeskraps 2 days ago
parent
commit
5f88e35fdf

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

@@ -7,7 +7,16 @@ draft = false
 
 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.
 
-{{< figure src="header.png" alt="The Evolution of Software Development in the AI Era" width="800" height="400" >}}
+{{< figure src="header.png" alt="The Evolution of Software Development in the AI Era" width="600" height="350" class="responsive-image" >}}
+<style>
+.responsive-image {
+    max-width: 600px;
+    width: 100%;
+    height: auto;
+    display: block;
+    margin: 0 auto;
+}
+</style>
 <!--more-->
 
 ## The Early Days: A Promising but Flawed Tool

+ 1 - 1
public/index.xml

@@ -22,7 +22,7 @@
       <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&gt;&lt;img src=&#34;https://codeskraps.com/posts/2025/evolution_software_development_ai/header.png&#34;&#xA;    alt=&#34;The Evolution of Software Development in the AI Era&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;</description>
+      <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>

+ 11 - 2
public/posts/2025/evolution_software_development_ai/index.html

@@ -109,10 +109,19 @@ The Evolution of Software Development in the AI Era | codeskraps
     
     <div>
         <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><img src="/posts/2025/evolution_software_development_ai/header.png"
-    alt="The Evolution of Software Development in the AI Era" width="800" height="400">
+<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>
 <h2 id="the-early-days-a-promising-but-flawed-tool">The Early Days: A Promising but Flawed Tool</h2>
 <p>The initial release of ChatGPT (based on GPT-3.5) could handle approximately 4,096 tokens (roughly 3,000 words) of context. While impressive at the time, it was largely a novelty for serious development work. The model made frequent mistakes, generated code with obvious bugs, and was notorious for its hallucinations. Many developers, myself included, experimented with it but couldn&rsquo;t rely on it for production-grade work.</p>
 <h2 id="the-rapid-evolution">The Rapid Evolution</h2>

+ 13 - 3
public/posts/index.html

@@ -102,9 +102,19 @@ 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&rsquo;s worked through this transition, I&rsquo;ve witnessed firsthand the remarkable shift in how we approach coding and problem-solving.</p>
-<figure><img src="/posts/2025/evolution_software_development_ai/header.png"
-    alt="The Evolution of Software Development in the AI Era" width="800" height="400">
-</figure></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>

+ 1 - 1
public/posts/index.xml

@@ -15,7 +15,7 @@
       <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&gt;&lt;img src=&#34;https://codeskraps.com/posts/2025/evolution_software_development_ai/header.png&#34;&#xA;    alt=&#34;The Evolution of Software Development in the AI Era&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;</description>
+      <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>

+ 13 - 3
public/tags/ai/index.html

@@ -102,9 +102,19 @@ Ai | 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&rsquo;s worked through this transition, I&rsquo;ve witnessed firsthand the remarkable shift in how we approach coding and problem-solving.</p>
-<figure><img src="/posts/2025/evolution_software_development_ai/header.png"
-    alt="The Evolution of Software Development in the AI Era" width="800" height="400">
-</figure></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>

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

@@ -15,7 +15,7 @@
       <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&gt;&lt;img src=&#34;https://codeskraps.com/posts/2025/evolution_software_development_ai/header.png&#34;&#xA;    alt=&#34;The Evolution of Software Development in the AI Era&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;</description>
+      <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>
   </channel>
 </rss>

+ 13 - 3
public/tags/future/index.html

@@ -102,9 +102,19 @@ Future | 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&rsquo;s worked through this transition, I&rsquo;ve witnessed firsthand the remarkable shift in how we approach coding and problem-solving.</p>
-<figure><img src="/posts/2025/evolution_software_development_ai/header.png"
-    alt="The Evolution of Software Development in the AI Era" width="800" height="400">
-</figure></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>

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

@@ -15,7 +15,7 @@
       <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&gt;&lt;img src=&#34;https://codeskraps.com/posts/2025/evolution_software_development_ai/header.png&#34;&#xA;    alt=&#34;The Evolution of Software Development in the AI Era&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;</description>
+      <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>
   </channel>
 </rss>

+ 13 - 3
public/tags/software-development/index.html

@@ -102,9 +102,19 @@ Software-Development | 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&rsquo;s worked through this transition, I&rsquo;ve witnessed firsthand the remarkable shift in how we approach coding and problem-solving.</p>
-<figure><img src="/posts/2025/evolution_software_development_ai/header.png"
-    alt="The Evolution of Software Development in the AI Era" width="800" height="400">
-</figure></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>

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

@@ -15,7 +15,7 @@
       <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&gt;&lt;img src=&#34;https://codeskraps.com/posts/2025/evolution_software_development_ai/header.png&#34;&#xA;    alt=&#34;The Evolution of Software Development in the AI Era&#34; width=&#34;800&#34; height=&#34;400&#34;&gt;&#xA;&lt;/figure&gt;</description>
+      <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>
   </channel>
 </rss>