<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Myke KENNY's Blog]]></title><description><![CDATA[A technical blog of all sorts. Mostly tech based but anything that interests me really.]]></description><link>https://blog.mykekenny.cv</link><image><url>https://cdn.hashnode.com/uploads/logos/69bc3429b238fd45a320671b/7931c323-0a84-4e3f-bb3e-c5d7e8c004bb.png</url><title>Myke KENNY&apos;s Blog</title><link>https://blog.mykekenny.cv</link></image><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 09:38:00 GMT</lastBuildDate><atom:link href="https://blog.mykekenny.cv/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Portfolio Site: Cheap, Fast, and Dirty]]></title><description><![CDATA[Let me preface this with: I know as a former Full-Stack Dev that there is a 'better' way to make a site.
No Effort, Right Now
I found myself out of work and figured that it had been too long since I h]]></description><link>https://blog.mykekenny.cv/portfolio-site-cheap-fast-and-dirty</link><guid isPermaLink="true">https://blog.mykekenny.cv/portfolio-site-cheap-fast-and-dirty</guid><dc:creator><![CDATA[Myke Kenny]]></dc:creator><pubDate>Tue, 24 Mar 2026 00:48:52 GMT</pubDate><content:encoded><![CDATA[<p><strong>Let me preface this with:</strong> I know as a former Full-Stack Dev that there is a 'better' way to make a site.</p>
<h2>No Effort, Right Now</h2>
<p>I found myself out of work and figured that it had been too long since I had a portfolio. But I needed something fast. I wanted something live, within 24 hours. So, that didn't give me time to compare hosts or stacks. Forget about learning a new front-end framework. My Reactjs skills are out of date. So, I came up with a plan to use what was available to me with the least amount of effort but the best return on features.</p>
<h2>The Site</h2>
<p><a href="https://www.mykekenny.cv">MykeKENNY</a></p>
<p>This is the site I created with this method. The next series of this blog will be the migration to a new platform. I'll let you know as I decide.</p>
<h2>Prerequisites:</h2>
<h3>Decide On a Name</h3>
<p>Picking a name should be straightforward but it's not as easy as it seems. There's so many different TLD's now and you have to decide how 'edgy' you want to look. Check out the table below for some examples.</p>
<table>
<thead>
<tr>
<th>TLD</th>
<th>Vibe</th>
<th>Cost Low</th>
<th>Cost High</th>
</tr>
</thead>
<tbody><tr>
<td>,dev</td>
<td>New-age</td>
<td>$12</td>
<td>$15</td>
</tr>
<tr>
<td>.ai</td>
<td>New-age</td>
<td>$75</td>
<td>$100</td>
</tr>
<tr>
<td>.me</td>
<td>Portfolio/Resume</td>
<td>$15</td>
<td>$25</td>
</tr>
<tr>
<td>,co</td>
<td>Traditional</td>
<td>$25</td>
<td>$35</td>
</tr>
<tr>
<td>.tech</td>
<td>New-Age</td>
<td>$40</td>
<td>$60</td>
</tr>
<tr>
<td>.xyz</td>
<td>New-Age</td>
<td>$10</td>
<td>$15</td>
</tr>
<tr>
<td>.com</td>
<td>Traditional</td>
<td>$10</td>
<td>$15</td>
</tr>
<tr>
<td>.cv</td>
<td>Portfolio/Resume</td>
<td>$5</td>
<td>$10</td>
</tr>
</tbody></table>
<p>Ultimately it's up to you. I went with something simple: FirstNameLastName and I chose the <strong>TLD</strong> <mark class="bg-yellow-200 dark:bg-yellow-500/30">.cv</mark></p>
<h3>Get A PorkBun Account (or Other Registrar)</h3>
<p><strong>NOTE: If you are on a strict budget, consider PorkBun.</strong> Now we need to check if our desired domain name is available and register it. There are alot of different options here. GoDaddy and CloudFlare for example are great options. One way or another, go register a domain name and come back.</p>
<h3>Get A Google Account</h3>
<p>If you haven't already, create a google account specifically for this purpose. Let's say it's a freelancer account. Make this for that purpose only. Separate the concerns via account. Make this account your name. Example: FirstJimmy Neutron TLD: .tech = Jimmy.Neutron.</p>
<table>
<thead>
<tr>
<th>First Name</th>
<th>Middle Initial</th>
<th>Last Name</th>
<th>TLD</th>
<th>Account Name</th>
</tr>
</thead>
<tbody><tr>
<td>Jimmy</td>
<td>I</td>
<td>Neutron</td>
<td>.tech</td>
<td><a href="mailto:JimmyINeutronTech@gmail.com">JimmyINeutronTech@gmail.com</a></td>
</tr>
<tr>
<td>Mike</td>
<td>K</td>
<td>Johnson</td>
<td>.cv</td>
<td><a href="mailto:MikeKJohnsoncv@gmail.com">MikeKJohnsoncv@gmail.com</a></td>
</tr>
</tbody></table>
<h3>Get A CloudFlare Account With Your Google Account</h3>
<p>Using your Google Account, open a CloudFlare Account. After doing this, go to the DNS Settings. We will be going there often so get used to it now. Get your domain set up and set the NS on either PorkBun or whatever Registrar you chose. Don't make any other settings yet. Just get the NS set.</p>
<p>![](<a href="https://cdn.hashnode.com/uploads/covers/69bc3429b238fd45a320671b/4273d5d9-d2c4-4e58-bd1b-611ccb7e53c9.png">https://cdn.hashnode.com/uploads/covers/69bc3429b238fd45a320671b/4273d5d9-d2c4-4e58-bd1b-611ccb7e53c9.png</a> align="middle")</p>
<h3>Get A HashNode Account With Your Google Account</h3>
<p>Same thing for your blog account. We want everything connected for simplicity. Don't configure anything else yet. We're doing this piece by piece. This just simplifies it for us so no one waits around creating accounts.</p>
<p>![](<a href="https://cdn.hashnode.com/uploads/covers/69bc3429b238fd45a320671b/b5fa35e2-1bc8-4ef5-8745-46e59e981b2c.png">https://cdn.hashnode.com/uploads/covers/69bc3429b238fd45a320671b/b5fa35e2-1bc8-4ef5-8745-46e59e981b2c.png</a> align="middle")</p>
<h2>DNS Final Design</h2>
<p>To give you an overview and idea of what we're going to do, here is the final product dns config.</p>
<p>![](<a href="https://cdn.hashnode.com/uploads/covers/69bc3429b238fd45a320671b/ccc2b03c-f8dc-4725-a050-e5b8ef975801.png">https://cdn.hashnode.com/uploads/covers/69bc3429b238fd45a320671b/ccc2b03c-f8dc-4725-a050-e5b8ef975801.png</a> align="middle")</p>
]]></content:encoded></item><item><title><![CDATA[About Me]]></title><description><![CDATA[Intro
Hi, I'm Myke Kenny, and this is my blog.
I’m a Software Engineer who dabbles in just about every corner of tech. My path hasn't been linear; I’m a high school and college dropout, largely self-t]]></description><link>https://blog.mykekenny.cv/about-me</link><guid isPermaLink="true">https://blog.mykekenny.cv/about-me</guid><category><![CDATA[Software Engineering]]></category><category><![CDATA[Devops]]></category><category><![CDATA[Self-taught ]]></category><category><![CDATA[Homelab]]></category><category><![CDATA[Indigenous in Tech]]></category><dc:creator><![CDATA[Myke Kenny]]></dc:creator><pubDate>Fri, 20 Mar 2026 08:24:37 GMT</pubDate><content:encoded><![CDATA[<h2>Intro</h2>
<p>Hi, I'm <strong>Myke Kenny</strong>, and this is my blog.</p>
<p>I’m a Software Engineer who dabbles in just about every corner of tech. My path hasn't been linear; I’m a high school and college dropout, largely self-taught, with a boost from a coding bootcamp that helped bridge the gap. Today, I’m an engineer, a member of the Eastern Band of Cherokee Indians, and a husband to a brilliant woman. We have seven children who are the "why" behind everything I build.</p>
<p>In a previous life, I was a large-scale garment screen printer, churning out thousands of designs for global brands. While the medium has changed, I still draw on those manufacturing principles and graphic design roots in my engineering work today.</p>
<h2>Professional Experience</h2>
<p>Professionally, I’ve become a bit of a "Swiss Army Knife." I’ve operated across the stack—Front-End, Back-End, DevOps, SRE, Infrastructure, and Cybersecurity. Often, I’ve held these roles simultaneously and as a team of one. If there’s a technical challenge I haven't met yet, I’m confident I can figure it out.</p>
<h2>The Large-Family Lab</h2>
<p>In my free time, my technical projects often stem from necessity. Most standard consumer services aren't built for a family of my size. For example, typical parental controls fail when you’re managing the volume of devices a family of eight requires. To solve this, I’ve had to implement an open-source <strong>Mobile Device Management (MDM)</strong> platform usually reserved for enterprise environments.</p>
<p>Adapting enterprise-grade solutions for home use is where I do some of my best "fun" engineering.</p>
<p>Anyway, I think that’s enough for a start. If you have questions about my projects or my journey, please reach out!</p>
]]></content:encoded></item></channel></rss>