<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ken Morgan</title>
    <description>The latest articles on DEV Community by Ken Morgan (@ken_morgan_8bd73936169638).</description>
    <link>https://dev.to/ken_morgan_8bd73936169638</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4015208%2F76e09ef0-d2b8-441f-923f-9a472478533d.png</url>
      <title>DEV Community: Ken Morgan</title>
      <link>https://dev.to/ken_morgan_8bd73936169638</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ken_morgan_8bd73936169638"/>
    <language>en</language>
    <item>
      <title>I Spent 20+ Years in Industrial Maintenance. Now I’m Learning to Build Software.</title>
      <dc:creator>Ken Morgan</dc:creator>
      <pubDate>Sat, 04 Jul 2026 15:39:15 +0000</pubDate>
      <link>https://dev.to/ken_morgan_8bd73936169638/i-spent-20-years-in-industrial-maintenance-now-im-learning-to-build-software-2490</link>
      <guid>https://dev.to/ken_morgan_8bd73936169638/i-spent-20-years-in-industrial-maintenance-now-im-learning-to-build-software-2490</guid>
      <description>&lt;p&gt;I spent over 20 years working in industrial maintenance as a boilermaker.&lt;br&gt;
Most of that time was in refinery shutdowns and turnarounds—high-pressure environments where systems either hold or fail.&lt;/p&gt;

&lt;p&gt;There is no “mostly working” in that world.&lt;/p&gt;

&lt;p&gt;That experience has shaped how I approach software development.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;I’m not just “learning to code.” I’m building systems.&lt;/p&gt;

&lt;p&gt;I’m currently working on transitioning into web development, but I’m not approaching it as a tutorial exercise&lt;/p&gt;

&lt;p&gt;I’m building real projects from day one—and documenting the process as I go.&lt;/p&gt;

&lt;p&gt;Not theory. Not exercises. Actual systems that are meant to run.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;What I’m building right now&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A portfolio site that behaves like a system (kmwebdev.me)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This isn’t a “personal website” in the usual sense.&lt;/p&gt;

&lt;p&gt;It’s a live system under controlled change.&lt;/p&gt;

&lt;p&gt;I treat it like industrial maintenance work:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;versioned updates instead of redesigns&lt;/li&gt;
&lt;li&gt;small, controlled changes only&lt;/li&gt;
&lt;li&gt;tracking what changed and why&lt;/li&gt;
&lt;li&gt;stability over aesthetics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nothing gets changed without intent.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A production-focused email framework&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Alongside the portfolio work, I’m building a separate system for HTML email development.&lt;/p&gt;

&lt;p&gt;Email is one of the most constrained environments in web development. Rendering is inconsistent, standards are partial, and modern CSS support is unreliable across many clients.&lt;/p&gt;

&lt;p&gt;So instead of fighting those constraints, I’m building a framework specifically designed around them.&lt;/p&gt;

&lt;p&gt;The focus is simple:&lt;/p&gt;

&lt;p&gt;predictable rendering in real-world email clients&lt;/p&gt;

&lt;p&gt;It’s still early, but it’s being developed with production use in mind—not experimentation.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;The way I work hasn’t changed—only the tools have&lt;/p&gt;

&lt;p&gt;In industrial maintenance, you learn a few hard rules:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;don’t assume—verify&lt;/li&gt;
&lt;li&gt;don’t scale chaos&lt;/li&gt;
&lt;li&gt;don’t change more than you can test&lt;/li&gt;
&lt;li&gt;document everything that matters&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I carry that directly into development:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;versioned releases (v1.0, v1.3.6, etc.)&lt;/li&gt;
&lt;li&gt;controlled incremental changes&lt;/li&gt;
&lt;li&gt;explicit documentation of limitations&lt;/li&gt;
&lt;li&gt;real-world testing across environments&lt;/li&gt;
&lt;li&gt;stability over experimentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If it wouldn’t pass a shutdown QA mindset, it doesn’t ship.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;Why I’m sharing this&lt;/p&gt;

&lt;p&gt;I’m not writing this as a tech influencer or tutorial creator.&lt;/p&gt;

&lt;p&gt;I’m here mid-transition; moving from physical industrial work into software.&lt;/p&gt;

&lt;p&gt;This is what the transition actually looks like in real time. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;learning&lt;/li&gt;
&lt;li&gt;building&lt;/li&gt;
&lt;li&gt;breaking things&lt;/li&gt;
&lt;li&gt;fixing them&lt;/li&gt;
&lt;li&gt;and shipping anyway&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No shortcuts. No fantasy timeline.&lt;/p&gt;

&lt;p&gt;Just work.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;Where this is going&lt;/p&gt;

&lt;p&gt;The goal is to build toward something sustainable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;remote software work&lt;/li&gt;
&lt;li&gt;productized tools&lt;/li&gt;
&lt;li&gt;income that doesn’t depend on physical strain&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But right now, it’s just the foundation phase.&lt;/p&gt;

&lt;p&gt;One system at a time.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;If you’re also building or transitioning from a completely different field into tech, you’re not starting behind.&lt;/p&gt;

&lt;p&gt;You’re just starting with different constraints.&lt;/p&gt;

&lt;p&gt;If you want to see where that shows up in practice, the portfolio’s at &lt;a href="https://www.kmwebdev.me" rel="noopener noreferrer"&gt;https://www.kmwebdev.me&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>career</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
