<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Howdy World</title>
		<link>/</link>
		<description>Recent content on Howdy World</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Sun, 04 May 2025 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Howdy, world!</title>
				<link>/posts/howdy-world/</link>
				<pubDate>Sun, 04 May 2025 00:00:00 +0000</pubDate>
				<guid>/posts/howdy-world/</guid>
				<description>&lt;p&gt;I&amp;rsquo;m CJ [&lt;a href=&#34;https://www.linkedin.com/in/cj-taylor/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;LinkedIn&lt;/a&gt;], a simple fella who enjoys technology and helping people. Today, I do that by supporting the development of certification exams for Amazon Web Services. With 15-plus years in the IT industry, I&amp;rsquo;ve worked at small and large companies, optimized workflows, built solutions, mentored up-and-coming talent, and helped senior leaders.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve reached this point through God&amp;rsquo;s grace, perseverance, luck, and a somewhat unhealthy tendency to blur the lines between work and play. I have experienced many failures and felt inadequate numerous times, and sometimes I still do. Now, I enjoy helping others see that it&amp;rsquo;s okay to fail and to find growth in those moments.&lt;/p&gt;</description>
			</item>
			<item>
				<title>AWS Service Catalog - Concept Introduction</title>
				<link>/posts/aws-service-catalog-concept-introduction/</link>
				<pubDate>Tue, 22 Sep 2020 00:00:00 +0000</pubDate>
				<guid>/posts/aws-service-catalog-concept-introduction/</guid>
				<description>&lt;p&gt;So, what&amp;rsquo;s this Service Catalog thing? Well, let&amp;rsquo;s visit that before we get into the technical details.&lt;/p&gt;&#xA;&lt;h2 id=&#34;example-restaurants-and-made-to-order-meals&#34; class=&#34;relative group&#34;&gt;Example: Restaurants and made to order meals &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#example-restaurants-and-made-to-order-meals&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Ever used a menu at a restaurant? Then, you&amp;rsquo;ve used a Service Catalog, conceptually, before!&lt;/p&gt;&#xA;&lt;p&gt;Restaurants have a generalized workflow.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Customers are seated&lt;/li&gt;&#xA;&lt;li&gt;Wait-staff takes customers&amp;rsquo; order&lt;/li&gt;&#xA;&lt;li&gt;Wait-staff passes customer order to the Kitchen-staff&lt;/li&gt;&#xA;&lt;li&gt;Kitchen-staff prioritizes and cooks orders&lt;/li&gt;&#xA;&lt;li&gt;Kitchen-staff hands-off customer cooked meal to wait-staff&lt;/li&gt;&#xA;&lt;li&gt;Wait-staff delivers the order to the customer&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;In this generalized workflow, we have both an internal and external use-case for a &amp;ldquo;Service Catalog&amp;rdquo; for the business.&lt;/p&gt;</description>
			</item>
			<item>
				<title>AWS CDK Elastic Beanstalk Examples</title>
				<link>/posts/aws-cdk-elastic-beanstalk-examples/</link>
				<pubDate>Fri, 17 Jul 2020 00:00:00 +0000</pubDate>
				<guid>/posts/aws-cdk-elastic-beanstalk-examples/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://aws.amazon.com/cdk/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;AWS CDK&lt;/a&gt; enables you to codify infrastructure within a variety of programming languages to build reusable constructs that generate large amounts of AWS CloudFormation. The ratio of effort input vs value output is astounding.&lt;/p&gt;&#xA;&lt;p&gt;In this repository is a public learning effort gradually ramping up toward full SDLC of an application backed by AWS ElasticBeanstalk.&lt;/p&gt;&#xA;&lt;h2 id=&#34;examples&#34; class=&#34;relative group&#34;&gt;Examples &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#examples&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h3 id=&#34;01---creating-an-application&#34; class=&#34;relative group&#34;&gt;01 - Creating an Application &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#01---creating-an-application&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;AWS Elastic Beanstalk has a concept of an Application that houses multiple environments. Here, we create that Application.&lt;/p&gt;</description>
			</item>
			<item>
				<title>From AWS Elastic Beanstalk to AWS EKS</title>
				<link>/posts/from-aws-elastic-beanstalk-to-eks/</link>
				<pubDate>Sun, 17 May 2020 00:00:00 +0000</pubDate>
				<guid>/posts/from-aws-elastic-beanstalk-to-eks/</guid>
				<description>&lt;h2 id=&#34;from-aws-elastic-beanstalk-to-aws-eks&#34; class=&#34;relative group&#34;&gt;From AWS Elastic Beanstalk to AWS EKS &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#from-aws-elastic-beanstalk-to-aws-eks&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h3 id=&#34;links&#34; class=&#34;relative group&#34;&gt;Links &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#links&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.google.com/presentation/d/e/2PACX-1vQiB6MIp963hZStyGmcUDXA_KxoDy3NnV_LAO0kbQBbFEsYbjJEqAK4mrPQT32ZrMKjbGzVWZ8xaHdT/pub?start=false&amp;amp;loop=false&amp;amp;delayms=3000&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Presentation slides&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/bluegrass-dev/talk-from-elasticbeanstalk-to-eks&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Presentation code&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.meetup.com/Kubernetes-and-Cloud-Native-Computing-Louisville/events/cdrwlrybchbkb/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Meetup Details: Kubernetes-and-Cloud-Native-Computing-Louisville&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;overview&#34; class=&#34;relative group&#34;&gt;Overview &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#overview&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;What could it look like to experiment with an existing application running on AWS ElasticBeanstalk over to AWS EKS using modern tools?&lt;/p&gt;</description>
			</item>
			<item>
				<title>Cooking my brand like homemade spaghetti</title>
				<link>/posts/developing-my-personal-brand/</link>
				<pubDate>Thu, 07 May 2020 00:00:00 +0000</pubDate>
				<guid>/posts/developing-my-personal-brand/</guid>
				<description>&lt;h2 id=&#34;howdy&#34; class=&#34;relative group&#34;&gt;Howdy &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#howdy&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Personal branding isn&amp;rsquo;t something I&amp;rsquo;ve thought much about in the past. I&amp;rsquo;m one that believes consistent actions speak for themselves. But with an upcoming commitment to speak at, it dawned on me that I have no consolidated place for folks to go!&lt;/p&gt;&#xA;&lt;h2 id=&#34;throwing-spaghetti-at-the-wall&#34; class=&#34;relative group&#34;&gt;Throwing spaghetti at the wall &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#throwing-spaghetti-at-the-wall&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Some call this generating a &amp;ldquo;word cloud&amp;rdquo; or &amp;ldquo;mind mapping&amp;rdquo; to organically generate a consolidated idea from throwing words out there and connecting them to see what can stick.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Planting seeds for a culture of learning - starting DevBookClub</title>
				<link>/posts/planting-seeds-for-a-culture-of-learning/</link>
				<pubDate>Sat, 16 Jul 2016 00:00:00 +0000</pubDate>
				<guid>/posts/planting-seeds-for-a-culture-of-learning/</guid>
				<description>&lt;p&gt;&lt;em&gt;Original post on Medium brought here for posterity. I&amp;rsquo;ve since moved to another company, and the DevBookClub started grew into a Louisville meetup - Dev Book Club by a fellow organizer.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;Don&amp;rsquo;t judge each day by the harvest your reap but by the seeds that you plant.&amp;rdquo; — Robert Louis Stevenson&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;the-idea-that-created-a-hunger-to-explore&#34; class=&#34;relative group&#34;&gt;The idea that created a hunger to explore &lt;span class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100&#34;&gt;&lt;a class=&#34;group-hover:text-primary-300 dark:group-hover:text-neutral-700&#34; style=&#34;text-decoration-line: none !important;&#34; href=&#34;#the-idea-that-created-a-hunger-to-explore&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;I have always been plagued with a curious mind, but it wasn&amp;rsquo;t until some time ago that I developed an interest in trying to share in that curiosity with others. I attribute that to the perspective gained by mentoring for an organization teaching others involving my given craft (CodeLouisville).&lt;/p&gt;</description>
			</item>
			<item>
				<title>About</title>
				<link>/about/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>/about/</guid>
				<description>&lt;p&gt;I&amp;rsquo;m CJ [&lt;a href=&#34;https://www.linkedin.com/in/cj-taylor/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;strong&gt;LinkedIn&lt;/strong&gt;&lt;/a&gt;], a simple fella who enjoys technology and helping people.&lt;/p&gt;&#xA;&lt;p&gt;Today, I do that by supporting the development of certification exams for Amazon Web Services. With 15-plus years in the IT industry, I&amp;rsquo;ve worked at small and large companies, optimized workflows, built solutions, mentored up-and-coming talent, and helped senior leaders.&lt;/p&gt;&#xA;&lt;p&gt;Now I&amp;rsquo;m exploring what it looks like to share written content online.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Disclaimer: These articles and opinions are my own and not those of my employers.&lt;/em&gt;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
