<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://kenlaam.pages.dev/feed.xml" rel="self" type="application/atom+xml" /><link href="https://kenlaam.pages.dev/" rel="alternate" type="text/html" /><updated>2026-09-01T15:37:37+07:00</updated><id>https://kenlaam.pages.dev/feed.xml</id><title type="html">Ken Laam</title><subtitle>Senior iOS Developer | Building elegant apps with Swift and SwiftUI</subtitle><author><name>Ken Laam</name></author><entry><title type="html">Welcome to My Blog</title><link href="https://kenlaam.pages.dev/blog/2025/12/21/welcome-to-my-blog/" rel="alternate" type="text/html" title="Welcome to My Blog" /><published>2025-12-21T00:00:00+07:00</published><updated>2025-12-21T00:00:00+07:00</updated><id>https://kenlaam.pages.dev/blog/2025/12/21/welcome-to-my-blog</id><content type="html" xml:base="https://kenlaam.pages.dev/blog/2025/12/21/welcome-to-my-blog/"><![CDATA[<p>Hello! I’m Ken, an iOS developer.</p>

<p>I’ve created this blog to share my experiences building iOS apps. I’ll be writing about:</p>

<ul>
  <li>Swift and iOS development tips</li>
  <li>Lessons learned from shipping apps</li>
  <li>Tools and workflows that help me be productive</li>
</ul>

<h2 id="code-examples">Code Examples</h2>

<p>Here’s a simple Swift example:</p>

<div class="language-swift highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kd">func</span> <span class="nf">greet</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">String</span> <span class="p">{</span>
    <span class="k">return</span> <span class="s">"Hello, </span><span class="se">\(</span><span class="n">name</span><span class="se">)</span><span class="s">!"</span>
<span class="p">}</span>

<span class="k">let</span> <span class="nv">message</span> <span class="o">=</span> <span class="nf">greet</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="s">"World"</span><span class="p">)</span>
<span class="nf">print</span><span class="p">(</span><span class="n">message</span><span class="p">)</span> <span class="c1">// Hello, World!</span>
</code></pre></div></div>

<h2 id="whats-next">What’s Next</h2>

<p>Stay tuned for more posts about iOS development. You can also check out my <a href="/apps">apps</a> page to see what I’ve built.</p>

<p>Thanks for reading!</p>]]></content><author><name>Ken Laam</name></author><category term="general" /><summary type="html"><![CDATA[Hello! I’m Ken, an iOS developer.]]></summary></entry></feed>