<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
    <title>Andan Teknomedia</title>
    <link href="https://andantekno.id/feed.xml" rel="self" />
    <link href="https://andantekno.id" />
    <updated>2026-06-16T22:58:10+08:00</updated>
    <author>
        <name>Buyut</name>
    </author>
    <id>https://andantekno.id</id>

    <entry>
        <title>Contoh Galeri</title>
        <author>
            <name>Buyut</name>
        </author>
        <link href="https://andantekno.id/posts/contoh-galeri/"/>
        <id>https://andantekno.id/posts/contoh-galeri/</id>
        <media:content url="https://andantekno.id/media/posts/15/pexels-steve-16353164.jpg" medium="image" />
            <category term="teknologi"/>

        <updated>2026-06-16T22:56:13+08:00</updated>
            <summary type="html">
                <![CDATA[
                        <img src="https://andantekno.id/media/posts/15/pexels-steve-16353164.jpg" alt="Contoh Galeri" />
                    Contoh Galeri 1 Contoh Galeri 2 Contoh Galeri 3 Contoh Galeri 4&hellip;
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                    <p><img src="https://andantekno.id/media/posts/15/pexels-steve-16353164.jpg" class="type:primaryImage" alt="Contoh Galeri" /></p>
                <div class="gallery-wrapper gallery-wrapper--full"><div class="gallery" data-is-empty="false" data-translation="Add images" data-columns="3">
<figure class="gallery__item"><a href="https://andantekno.id/media/posts/15/gallery/pexels-steve-16353164.jpg" data-size="1280x960"><img loading="lazy" src="https://andantekno.id/media/posts/15/gallery/pexels-steve-16353164-thumbnail.jpg" alt="Contoh Galeri 1" width="768" height="576"></a>
<figcaption>Contoh Galeri 1</figcaption>
</figure>
<figure class="gallery__item"><a href="https://andantekno.id/media/posts/15/gallery/pexels-laura-paredis-1047081-26424659.jpg" data-size="1279x853"><img loading="lazy" src="https://andantekno.id/media/posts/15/gallery/pexels-laura-paredis-1047081-26424659-thumbnail.jpg" alt="Contoh Galeri 2" width="768" height="512"></a>
<figcaption>Contoh Galeri 2</figcaption>
</figure>
<figure class="gallery__item"><a href="https://andantekno.id/media/posts/15/gallery/pexels-rickyrecap-1666667.jpg" data-size="1280x855"><img loading="lazy" src="https://andantekno.id/media/posts/15/gallery/pexels-rickyrecap-1666667-thumbnail.jpg" alt="Contoh Galeri 3" width="768" height="513"></a>
<figcaption>Contoh Galeri 3</figcaption>
</figure>
<figure class="gallery__item"><a href="https://andantekno.id/media/posts/15/gallery/pexels-bertellifotografia-15138863.jpg" data-size="1280x1920"><img loading="lazy" src="https://andantekno.id/media/posts/15/gallery/pexels-bertellifotografia-15138863-thumbnail.jpg" alt="Contoh Galeri 4" width="768" height="1152"></a>
<figcaption>Contoh Galeri 4</figcaption>
</figure>
<figure class="gallery__item"><a href="https://andantekno.id/media/posts/15/gallery/pexels-asia-culture-center-3116378-14551495.jpg" data-size="1280x840"><img loading="lazy" src="https://andantekno.id/media/posts/15/gallery/pexels-asia-culture-center-3116378-14551495-thumbnail.jpg" alt="Contoh Galeri 5" width="768" height="504"></a>
<figcaption>Contoh Galeri 5</figcaption>
</figure>
<figure class="gallery__item"><a href="https://andantekno.id/media/posts/15/gallery/pexels-beyzaa-yurtkuran-279977530-16160251.jpg" data-size="1280x1920"><img loading="lazy" src="https://andantekno.id/media/posts/15/gallery/pexels-beyzaa-yurtkuran-279977530-16160251-thumbnail.jpg" alt="" width="768" height="1152"></a></figure>
</div></div>
            ]]>
        </content>
    </entry>
    <entry>
        <title>Code Test</title>
        <author>
            <name>Buyut</name>
        </author>
        <link href="https://andantekno.id/posts/code-test/"/>
        <id>https://andantekno.id/posts/code-test/</id>
        <media:content url="https://andantekno.id/media/posts/14/pexels-technobulka-10816120.jpg" medium="image" />
            <category term="teknologi"/>

        <updated>2026-06-16T22:43:51+08:00</updated>
            <summary type="html">
                <![CDATA[
                        <img src="https://andantekno.id/media/posts/14/pexels-technobulka-10816120.jpg" alt="Code Test" />
                    Ini adalah contoh penempatan source code dalam MD post. Contoh berikut dalam&hellip;
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                    <p><img src="https://andantekno.id/media/posts/14/pexels-technobulka-10816120.jpg" class="type:primaryImage" alt="Code Test" /></p>
                <p>Ini adalah contoh penempatan source code dalam MD post. Contoh berikut dalam bahasa Pascal.</p>
<pre class="language-pascal"><code>Uses 
  atm.mlface.detector, atm.mlface.vectors;
const MINMATCHVALUE = 0.85;
function isFacesMatch(const aBaseFaceVec, aSearchFaceVec: atm.mlface.vectors.TFaceVectors): boolean;
begin
  Result := atm.mlface.detector.CompareFaceVectors([aBaseFaceVec, aSearchFaceVec]) &gt;= MINMATCHVALUE;
end;</code></pre>
<p>Jika terbaca dengan baik, Alhamdulillah sudah berhasil.</p>
            ]]>
        </content>
    </entry>
    <entry>
        <title>SIMRS Merah Putih Development Progress</title>
        <author>
            <name>Buyut</name>
        </author>
        <link href="https://andantekno.id/posts/simrs-merah-putih-development-progress/"/>
        <id>https://andantekno.id/posts/simrs-merah-putih-development-progress/</id>
        <media:content url="https://andantekno.id/media/posts/13/pexels-jakubzerdzicki-18686859.jpg" medium="image" />
            <category term="produk"/>
            <category term="berita"/>

        <updated>2026-06-16T22:25:58+08:00</updated>
            <summary></summary>
        <content></content>
    </entry>
    <entry>
        <title>Welcome To Andan Teknomedia</title>
        <author>
            <name>Buyut</name>
        </author>
        <link href="https://andantekno.id/posts/welcome-to-andan-teknomedia/"/>
        <id>https://andantekno.id/posts/welcome-to-andan-teknomedia/</id>
        <media:content url="https://andantekno.id/media/posts/11/pexels-mikhail-nilov-7988114.jpg" medium="image" />
            <category term="berita"/>

        <updated>2026-06-16T21:35:29+08:00</updated>
            <summary></summary>
        <content></content>
    </entry>
</feed>
