<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Hello, I'm Ajulu - Polymathic Tech Architect &amp; Strategic Advisor on Stephen Ajulu</title><link>https://ajulu.netlify.app/</link><atom:link href="https://ajulu.netlify.app/feed.xml" rel="self" type="application/rss+xml"/><description>Stephen Ajulu is a Nairobi-based polymathic tech architect, designer, and strategic IT advisor with 13+ years of experience in technology, design, engineering, and business. Founder of Julz Insight and JULZ, he creates sovereign business infrastructure for African enterprises and future-ready solutions for global impact.</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>Stephen Ajulu.</copyright><lastBuildDate>Thu, 14 May 2026 11:00:00 +0300</lastBuildDate><item><title>Notes</title><link>https://ajulu.netlify.app/notes/</link><pubDate>Thu, 14 May 2026 11:00:00 +0300</pubDate><guid>https://ajulu.netlify.app/notes/</guid><description/><content:encoded></content:encoded></item><item><title>Pages</title><link>https://ajulu.netlify.app/pages/</link><pubDate>Fri, 08 May 2026 00:00:00 +0300</pubDate><guid>https://ajulu.netlify.app/pages/</guid><description/><content:encoded></content:encoded></item><item><title>Membership</title><link>https://ajulu.netlify.app/membership/</link><pubDate>Sat, 02 May 2026 00:00:00 +0300</pubDate><guid>https://ajulu.netlify.app/membership/</guid><description>&lt;p&gt;Welcome to the &lt;strong&gt;aju.lu&lt;/strong&gt; community. Choose a plan below to unlock exclusive access to premium deep-dives, early-access notes, and member-only resources.&lt;/p&gt;
&lt;h3 id="why-join"&gt;Why Join?&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Exclusive Content:&lt;/strong&gt; Deep-dives into tech and lifestyle that aren&amp;rsquo;t available to the public.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Support the Craft:&lt;/strong&gt; Help keep this platform independent and ad-free.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Direct Access:&lt;/strong&gt; Engage in member-only discussions.&lt;/li&gt;
&lt;/ul&gt;</description><content:encoded><![CDATA[<p>Welcome to the <strong>aju.lu</strong> community. Choose a plan below to unlock exclusive access to premium deep-dives, early-access notes, and member-only resources.</p>
<h3 id="why-join">Why Join?</h3>
<ul>
<li><strong>Exclusive Content:</strong> Deep-dives into tech and lifestyle that aren&rsquo;t available to the public.</li>
<li><strong>Support the Craft:</strong> Help keep this platform independent and ad-free.</li>
<li><strong>Direct Access:</strong> Engage in member-only discussions.</li>
</ul>
]]></content:encoded></item><item><title>Portfolio</title><link>https://ajulu.netlify.app/projects/</link><pubDate>Mon, 20 Apr 2026 00:00:00 +0300</pubDate><guid>https://ajulu.netlify.app/projects/</guid><description>&lt;p&gt;Exploring the intersection of craft and utility.&lt;/p&gt;</description><content:encoded>&lt;p>Exploring the intersection of craft and utility.&lt;/p>
</content:encoded></item><item><title>Newsletter</title><link>https://ajulu.netlify.app/newsletter/</link><pubDate>Wed, 13 Mar 2024 00:00:00 +0300</pubDate><guid>https://ajulu.netlify.app/newsletter/</guid><description>&lt;style&gt;
.newsletter-form {
display: flex;
border-radius: 30px;
overflow: hidden;
max-width: 500px;
}
.newsletter-form input[type="email"] {
flex: 1;
padding: 12px 16px;
border: 2px solid #6320d6;
border-right: none;
border-radius: 30px 0 0 30px;
font-size: 1rem;
}
.newsletter-form input[type="email"]::placeholder {
color: #888;
}
.newsletter-form button {
padding: 12px 20px;
background-color: #6320d6;
color: #fff;
border: none;
border-radius: 0 30px 30px 0;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s ease;
}
.newsletter-form button:hover {
background-color: #4b18a3;
}
@media only screen and (max-width: 768px) {
.newsletter-form {
max-width: 100%;
border-radius: 30px;
}
.newsletter-form button {
border: none;
}
}
&lt;/style&gt;
&lt;div class="newsletter section" id="newsletter"&gt;
&lt;form action="https://buttondown.com/api/emails/embed-subscribe/ajulu" method="post" target="popupwindow" onsubmit="window.open('https://buttondown.com/ajulu', 'popupwindow')" class="embeddable-buttondown-form newsletter-form" data-umami-event="newsletter_subscribe" data-umami-event-location="homepage"&gt;
&lt;input type="email" name="email" id="bd-email" placeholder="Enter your email" required&gt;
&lt;button type="submit" value="Subscribe"&gt;Subscribe&lt;/button&gt;
&lt;/form&gt;
&lt;/div&gt;</description><content:encoded><![CDATA[<style>
.newsletter-form {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  max-width: 500px;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #6320d6;
  border-right: none;
  border-radius: 30px 0 0 30px;
  font-size: 1rem;
}

.newsletter-form input[type="email"]::placeholder {
  color: #888;
}

.newsletter-form button {
  padding: 12px 20px;
  background-color: #6320d6;
  color: #fff;
  border: none;
  border-radius: 0 30px 30px 0;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #4b18a3;
}

@media only screen and (max-width: 768px) {
 .newsletter-form {
  max-width: 100%;
  border-radius: 30px;
}
  .newsletter-form button {
    border: none;
  }
}
</style>
<div class="newsletter section" id="newsletter">
    <form action="https://buttondown.com/api/emails/embed-subscribe/ajulu" method="post" target="popupwindow" onsubmit="window.open('https://buttondown.com/ajulu', 'popupwindow')" class="embeddable-buttondown-form newsletter-form" data-umami-event="newsletter_subscribe" data-umami-event-location="homepage">
    <input type="email" name="email" id="bd-email" placeholder="Enter your email" required>
    <button type="submit" value="Subscribe">Subscribe</button>
  </form>
  </div>
]]></content:encoded></item><item><title>Blog</title><link>https://ajulu.netlify.app/posts/</link><pubDate>Sun, 24 Feb 2019 00:00:00 +0300</pubDate><guid>https://ajulu.netlify.app/posts/</guid><description/><content:encoded></content:encoded></item><item><title>Search</title><link>https://ajulu.netlify.app/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ajulu.netlify.app/search/</guid><description/><content:encoded></content:encoded></item><item><title>Services</title><link>https://ajulu.netlify.app/services/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ajulu.netlify.app/services/</guid><description>&lt;p&gt;I provide end-to-end solutions that combine technical precision with strategic design.&lt;/p&gt;</description><content:encoded>&lt;p>I provide end-to-end solutions that combine technical precision with strategic design.&lt;/p>
</content:encoded></item></channel></rss>