

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://code4shawn.github.io//</id>
  <title>I Am Shawn</title>
  <subtitle>Talk is CHEAP. Show me the CODE.</subtitle>
  <updated>2026-08-11T11:08:46+00:00</updated>
  <author>
    <name>Shawn Ng'iela</name>
    <uri>https://code4shawn.github.io//</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://code4shawn.github.io//feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://code4shawn.github.io//"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2026 Shawn Ng'iela </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Cryptography Explained - Managing Public and Private Keys Across Devices</title>
    <link href="https://code4shawn.github.io//posts/Cryptography-Explained-Managing-Public-and-Private-Keys-Across-Devices/" rel="alternate" type="text/html" title="Cryptography Explained - Managing Public and Private Keys Across Devices" />
    <published>2026-07-13T00:00:00+00:00</published>
  
    <updated>2026-07-13T00:00:00+00:00</updated>
  
    <id>https://code4shawn.github.io//posts/Cryptography-Explained-Managing-Public-and-Private-Keys-Across-Devices/</id>
    <content type="text/html" src="https://code4shawn.github.io//posts/Cryptography-Explained-Managing-Public-and-Private-Keys-Across-Devices/" />
    <author>
      <name>Shawn Ng'iela</name>
    </author>

  
    
    <category term="Encryption" />
    
    <category term="Technology" />
    
  

  <summary>Understanding modern cryptography and keeping your keys secure across multiple devices.    Introduction  Cryptography is the foundation of modern digital security. Every time you browse a secure website, send an encrypted message, access a cryptocurrency wallet, or authenticate with an SSH server, cryptographic keys are working behind the scenes to protect your data.  As more people own multipl...</summary>

  </entry>

  
  <entry>
    <title>Encryption - The Invisible Shield Protecting Our Digital World</title>
    <link href="https://code4shawn.github.io//posts/Encryption-The-Invisible-Shield-Protecting-Our-Digital-World/" rel="alternate" type="text/html" title="Encryption - The Invisible Shield Protecting Our Digital World" />
    <published>2026-03-23T00:00:00+00:00</published>
  
    <updated>2026-03-23T00:00:00+00:00</updated>
  
    <id>https://code4shawn.github.io//posts/Encryption-The-Invisible-Shield-Protecting-Our-Digital-World/</id>
    <content type="text/html" src="https://code4shawn.github.io//posts/Encryption-The-Invisible-Shield-Protecting-Our-Digital-World/" />
    <author>
      <name>Shawn Ng'iela</name>
    </author>

  
    
    <category term="Encryption" />
    
    <category term="Technology" />
    
  

  <summary>In today’s hyper-connected world, nearly everything we do—banking, messaging, shopping, working—happens online. But with convenience comes risk. Cyber threats, data breaches, and identity theft are constantly evolving. That’s where encryption steps in as a powerful defense mechanism.  What is Encryption?  Encryption is the process of converting readable data (called plaintext) into an unreadabl...</summary>

  </entry>

  
  <entry>
    <title>Software as a Service (SaaS) and Cloud Computing</title>
    <link href="https://code4shawn.github.io//posts/Software-as-a-Service-(SaaS)-and-Cloud-Computing/" rel="alternate" type="text/html" title="Software as a Service (SaaS) and Cloud Computing" />
    <published>2026-03-09T00:00:00+00:00</published>
  
    <updated>2026-03-09T00:00:00+00:00</updated>
  
    <id>https://code4shawn.github.io//posts/Software-as-a-Service-(SaaS)-and-Cloud-Computing/</id>
    <content type="text/html" src="https://code4shawn.github.io//posts/Software-as-a-Service-(SaaS)-and-Cloud-Computing/" />
    <author>
      <name>Shawn Ng'iela</name>
    </author>

  
    
    <category term="Web Development" />
    
    <category term="Software" />
    
  

  <summary>Over the past two decades, businesses have increasingly moved away from traditional on-premise software toward cloud-based computing services. Instead of installing software on individual computers and maintaining costly infrastructure, organizations now access powerful applications and computing resources through the internet.  Two of the most important concepts in this transformation are Clou...</summary>

  </entry>

  
  <entry>
    <title>AI-Enabled Development- The Future of Building Software</title>
    <link href="https://code4shawn.github.io//posts/AI-Enabled-Development-The-Future-of-Building-Software/" rel="alternate" type="text/html" title="AI-Enabled Development- The Future of Building Software" />
    <published>2026-02-23T00:00:00+00:00</published>
  
    <updated>2026-02-23T00:00:00+00:00</updated>
  
    <id>https://code4shawn.github.io//posts/AI-Enabled-Development-The-Future-of-Building-Software/</id>
    <content type="text/html" src="https://code4shawn.github.io//posts/AI-Enabled-Development-The-Future-of-Building-Software/" />
    <author>
      <name>Shawn Ng'iela</name>
    </author>

  
    
    <category term="Artificial Intelligence" />
    
    <category term="Software Development" />
    
  

  <summary>Artificial Intelligence (AI) is no longer just a buzzword in tech conferences or research labs—it’s now a practical, everyday tool transforming how software is designed, written, tested, and deployed. AI-enabled development is redefining productivity, creativity, and collaboration in engineering teams across the globe.  In this blog, we’ll explore what AI-enabled development means, how it works...</summary>

  </entry>

  
  <entry>
    <title>How to Dockerize Your Application and Deploy It</title>
    <link href="https://code4shawn.github.io//posts/How-to-Dockerize-Your-Application-and-Deploy-It/" rel="alternate" type="text/html" title="How to Dockerize Your Application and Deploy It" />
    <published>2026-02-09T00:00:00+00:00</published>
  
    <updated>2026-02-09T00:00:00+00:00</updated>
  
    <id>https://code4shawn.github.io//posts/How-to-Dockerize-Your-Application-and-Deploy-It/</id>
    <content type="text/html" src="https://code4shawn.github.io//posts/How-to-Dockerize-Your-Application-and-Deploy-It/" />
    <author>
      <name>Shawn Ng'iela</name>
    </author>

  
    
    <category term="Coding" />
    
    <category term="Docker Development" />
    
    <category term="Best Practices" />
    
  

  <summary>Modern applications don’t live in isolation. They run across laptops, servers, CI pipelines, and cloud platforms—and things break when environments don’t match. Docker solves this by packaging your application and its dependencies into a portable, reproducible container.  In this guide, you’ll learn:          What Docker is and why it matters           How to Dockerize an application step by st...</summary>

  </entry>

</feed>


