<?xml version="1.0" encoding="UTF-8" ?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:webfeeds="http://webfeeds.org/rss/1.0"
    xmlns:media="http://search.yahoo.com/mrss/"
    >
    <channel>
        <title>Deep-dive Tag - Viblo</title>
        <link>https://viblo.asia/rss</link>
        <description><![CDATA[Free service for technical knowledge sharing]]></description>
        <atom:link href="https://viblo.asia/rss/tags/deep-dive.rss" rel="self"></atom:link>
                <copyright>Sun* Inc.</copyright>
                                                <webfeeds:logo>https://viblo.asia/logo_full.svg</webfeeds:logo>
        <image>
            <url>https://viblo.asia/logo_full.svg</url>
            <title>Deep-dive Tag - Viblo</title>
            <link>https://viblo.asia/rss</link>
        </image>
                                <language>vi-vn</language>
        <lastBuildDate>2026-04-25T21:09:13+07:00</lastBuildDate>
                <item>
            <title><![CDATA[Deep Inside PostgreSQL: Processes, Forking và Memory Trade-off]]></title>
                        <link>https://viblo.asia/p/deep-inside-postgresql-processes-forking-va-memory-trade-off-QyJKzDvQ4Me</link>
            <guid isPermaLink="true">https://viblo.asia/p/deep-inside-postgresql-processes-forking-va-memory-trade-off-QyJKzDvQ4Me</guid>
            <description><![CDATA[Hôm nay, chúng ta cùng khám phá kiến trúc bên trong của PostgreSQL qua nguyên lý "Process by Connection". Tìm hiểu tác động của Fork(), Context Switch...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Quang Chiến Trần</dc:creator>
            <pubDate>2026-04-15 22:41:18</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Sunny AI v5.1 — Xây Autonomous Agent local (3B) có thể tự sửa sai: Self-Healing, Tool Guard và những bug thực tế]]></title>
                        <link>https://viblo.asia/p/sunny-ai-v51-xay-autonomous-agent-local-3b-co-the-tu-sua-sai-self-healing-tool-guard-va-nhung-bug-thuc-te-ymJXDEAWJkq</link>
            <guid isPermaLink="true">https://viblo.asia/p/sunny-ai-v51-xay-autonomous-agent-local-3b-co-the-tu-sua-sai-self-healing-tool-guard-va-nhung-bug-thuc-te-ymJXDEAWJkq</guid>
            <description><![CDATA[Sunny AI v5.1 — Xây Autonomous Agent local (3B) có thể tự sửa sai: Self-Healing, Tool Guard và những bug thực tế

Sunny AI là một local AI agent chạy ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Long Hoàng</dc:creator>
            <pubDate>2026-03-18 10:15:44</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Tôi build Local AI Agent từ đầu — không framework, không background IT.]]></title>
                        <link>https://viblo.asia/p/toi-build-local-ai-agent-tu-dau-khong-framework-khong-background-it-OXLA0B8BJGr</link>
            <guid isPermaLink="true">https://viblo.asia/p/toi-build-local-ai-agent-tu-dau-khong-framework-khong-background-it-OXLA0B8BJGr</guid>
            <description><![CDATA[
Từ con số 0 đến Local AI Agent: Hành trình 2 tháng build Sunny AI (Llama 3B + ReAct Agent)

2 tháng tìm hiểu AI, 1 tháng bắt đầu code. Phần lớn code ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Long Hoàng</dc:creator>
            <pubDate>2026-03-14 11:26:05</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Deep Dive Into Laravel Queue Job]]></title>
                        <link>https://viblo.asia/p/deep-dive-into-laravel-queue-job-bWrZn44b5xw</link>
            <guid isPermaLink="true">https://viblo.asia/p/deep-dive-into-laravel-queue-job-bWrZn44b5xw</guid>
            <description><![CDATA[Laravel là 1 php framework out of box được rất nhiều người sử dụng, nó mang cho chúng ta khá nhiều tiện lợi nhưng đôi khi việc đó hạn chế chúng ta hiể...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pham Tri Trung</dc:creator>
            <pubDate>2019-11-06 09:57:22</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Deep dive về Recycler View]]></title>
                        <link>https://viblo.asia/p/deep-dive-ve-recycler-view-Do7546DXZM6</link>
            <guid isPermaLink="true">https://viblo.asia/p/deep-dive-ve-recycler-view-Do7546DXZM6</guid>
            <description><![CDATA[1. Cách hoạt động

Một khi RecyclerView được kết nối với Adapter , Adapter sẽ tạo ra đối tượng của các hàng (ViewHolder object) cho đến khi lấp đầy kí...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Trần Hoàng Việt</dc:creator>
            <pubDate>2019-09-16 10:31:37</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Deep dive về Custom View trong Android]]></title>
                        <link>https://viblo.asia/p/deep-dive-ve-custom-view-trong-android-bWrZnwJQlxw</link>
            <guid isPermaLink="true">https://viblo.asia/p/deep-dive-ve-custom-view-trong-android-bWrZnwJQlxw</guid>
            <description><![CDATA[1. Custom View là gì?

    CustomView là tạo 1 class extend từ View, override onDraw() và sử dụng Pain và Canvas để vẽ trên View. Sâu i zì :V

TextVie...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Trần Hoàng Việt</dc:creator>
            <pubDate>2019-08-16 08:11:32</pubDate>
                                                                                                        </item>
            </channel>
</rss>
