<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://fauzanalfi.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://fauzanalfi.github.io/" rel="alternate" type="text/html" /><updated>2026-04-05T15:22:48+07:00</updated><id>https://fauzanalfi.github.io/feed.xml</id><title type="html">Fauzan Alfi</title><subtitle>BIM Engineer. XR Designer.</subtitle><author><name>Fauzan</name><email>hi@fauzan.id</email></author><entry><title type="html">Hello, World!</title><link href="https://fauzanalfi.github.io/posts/hello-world/" rel="alternate" type="text/html" title="Hello, World!" /><published>2026-03-14T05:06:00+07:00</published><updated>2026-03-14T05:06:00+07:00</updated><id>https://fauzanalfi.github.io/posts/hello-world</id><content type="html" xml:base="https://fauzanalfi.github.io/posts/hello-world/"><![CDATA[<p>Finally, I can setup CMS inside GitHub Pages!</p>]]></content><author><name>Fauzan</name><email>hi@fauzan.id</email></author><category term="Testing" /><summary type="html"><![CDATA[Finally, I can setup CMS inside GitHub Pages!]]></summary></entry><entry><title type="html">Coming Soon! Exciting Things Are Happening Here!</title><link href="https://fauzanalfi.github.io/posts/hello-world-again/" rel="alternate" type="text/html" title="Coming Soon! Exciting Things Are Happening Here!" /><published>2025-05-03T16:30:00+07:00</published><updated>2025-05-03T16:30:00+07:00</updated><id>https://fauzanalfi.github.io/posts/hello-world-again</id><content type="html" xml:base="https://fauzanalfi.github.io/posts/hello-world-again/"><![CDATA[<p>Hey there!</p>

<p>Thanks for stopping by. You’ve landed on a page that’s currently under construction, but don’t worry, it won’t be this quiet for long!</p>

<p>We’re working hard behind the scenes to bring you something awesome. Think of this as the calm before the storm – a storm of exciting content, information, and maybe even a few surprises.</p>

<p><strong>What can you expect?</strong></p>

<p>While we can’t reveal all the details just yet, you can anticipate [mention a general topic, e.g., insightful articles about sustainable living, stunning photography showcasing Japan, helpful tips for learning Japanese, etc.]. We’re passionate about [mention a related general area of interest] and can’t wait to share our discoveries and creations with you.</p>

<p><strong>Stay in the loop!</strong></p>

<p>If you’d like to be among the first to know when we officially launch, feel free to [suggest an action, e.g., sign up for our newsletter below, follow us on social media @[YourPlaceholderHandle], check back soon].</p>

<p>We appreciate your patience and can’t wait to show you what we’ve been building. Get ready for something great!</p>

<p>See you soon,</p>

<p>The Team Behind the Scenes</p>]]></content><author><name>Fauzan</name><email>hi@fauzan.id</email></author><summary type="html"><![CDATA[Hey there!]]></summary></entry><entry><title type="html">Hello, Jekyll</title><link href="https://fauzanalfi.github.io/posts/welcome-to-jekyll/" rel="alternate" type="text/html" title="Hello, Jekyll" /><published>2019-05-23T22:33:36+07:00</published><updated>2019-05-23T22:33:36+07:00</updated><id>https://fauzanalfi.github.io/posts/welcome-to-jekyll</id><content type="html" xml:base="https://fauzanalfi.github.io/posts/welcome-to-jekyll/"><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse</p>

<p><img src="https://images.unsplash.com/photo-1500322969630-a26ab6eb64cc?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;w=1000&amp;q=80" alt="texture theme preview" /></p>

<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>]]></content><author><name>Fauzan</name><email>hi@fauzan.id</email></author><summary type="html"><![CDATA[Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse]]></summary></entry><entry><title type="html">Coding Post</title><link href="https://fauzanalfi.github.io/posts/coding-post/" rel="alternate" type="text/html" title="Coding Post" /><published>2019-05-23T22:33:36+07:00</published><updated>2019-05-23T22:33:36+07:00</updated><id>https://fauzanalfi.github.io/posts/coding-post</id><content type="html" xml:base="https://fauzanalfi.github.io/posts/coding-post/"><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse</p>

<div class="language-javascript highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kd">const</span> <span class="nx">express</span> <span class="o">=</span> <span class="nx">require</span><span class="p">(</span><span class="dl">'</span><span class="s1">express</span><span class="dl">'</span><span class="p">)</span>
<span class="kd">const</span> <span class="nx">app</span> <span class="o">=</span> <span class="nx">express</span><span class="p">()</span>
 
<span class="nx">app</span><span class="p">.</span><span class="kd">get</span><span class="p">(</span><span class="dl">'</span><span class="s1">/</span><span class="dl">'</span><span class="p">,</span> <span class="kd">function</span> <span class="p">(</span><span class="nx">req</span><span class="p">,</span> <span class="nx">res</span><span class="p">)</span> <span class="p">{</span>
  <span class="nx">res</span><span class="p">.</span><span class="nx">send</span><span class="p">(</span><span class="dl">'</span><span class="s1">Hello World</span><span class="dl">'</span><span class="p">)</span>
<span class="p">})</span>
 
<span class="nx">app</span><span class="p">.</span><span class="nx">listen</span><span class="p">(</span><span class="mi">3000</span><span class="p">)</span>
</code></pre></div></div>

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam qui voluptatem excepturi nemo similique atque sapiente aperiam, dolorum deleniti! Esse quam perferendis temporibus nemo at molestias necessitatibus tenetur cupiditate sapiente. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nihil et voluptatibus non labore officiis assumenda, distinctio perspiciatis blanditiis nesciunt rerum molestias impedit fugiat nulla qui libero minima quasi! Libero, iure.</p>

<div class="language-scss highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">body</span> <span class="p">{</span>
	<span class="nl">font-family</span><span class="p">:</span> <span class="s1">'Nunito Sans'</span><span class="o">,</span> <span class="nb">sans-serif</span><span class="p">;</span>
	<span class="nl">line-height</span><span class="p">:</span> <span class="m">1</span><span class="mi">.5em</span><span class="p">;</span>
	<span class="nl">margin</span><span class="p">:</span> <span class="m">0</span><span class="p">;</span>
	<span class="na">-webkit-font-smoothing</span><span class="p">:</span> <span class="n">antialiased</span><span class="p">;</span>
	<span class="na">-moz-osx-font-smoothing</span><span class="p">:</span> <span class="n">grayscale</span><span class="p">;</span>
<span class="p">}</span>
</code></pre></div></div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam rerum, ratione impedit necessitatibus facere soluta odio repellat asperiores neque! Sunt iusto quia suscipit amet inventore eum, vel molestiae reiciendis alias.</p>]]></content><author><name>Fauzan</name><email>hi@fauzan.id</email></author><category term="Javascript" /><category term="NodeJS" /><summary type="html"><![CDATA[An example post which shows code rendering.]]></summary></entry></feed>