<?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>References 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/references.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>References Tag - Viblo</title>
            <link>https://viblo.asia/rss</link>
        </image>
                                <language>vi-vn</language>
        <lastBuildDate>2026-04-20T16:50:48+07:00</lastBuildDate>
                <item>
            <title><![CDATA[[C++ OOP Thực Chiến] Bài 15: Tham chiếu (Reference) là gì? - Sợi dây liên kết sống còn trong C++]]></title>
                        <link>https://viblo.asia/p/c-oop-thuc-chien-bai-15-tham-chieu-reference-la-gi-soi-day-lien-ket-song-con-trong-c-AWVpXgw3V05</link>
            <guid isPermaLink="true">https://viblo.asia/p/c-oop-thuc-chien-bai-15-tham-chieu-reference-la-gi-soi-day-lien-ket-song-con-trong-c-AWVpXgw3V05</guid>
            <description><![CDATA[Chào anh em! Trong [Bài 11], khi làm tính năng tấn công (attack), mình đã nhấn mạnh việc phải thêm dấu & (Tham chiếu) vào tham số truyền vào: void att...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nguyễn Huy Hoàng</dc:creator>
            <pubDate>2026-04-19 14:46:35</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[References trong Rust]]></title>
                        <link>https://viblo.asia/p/references-trong-rust-Ny0VGZj7LPA</link>
            <guid isPermaLink="true">https://viblo.asia/p/references-trong-rust-Ny0VGZj7LPA</guid>
            <description><![CDATA[

Trong Rust, con trỏ có thể được phân loại theo cách quản lý ownership. Dựa vào yếu tố đó ta có thể chia làm 2 loại:
- Owning Pointers: Là loại con t...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Le Thanh Cong</dc:creator>
            <pubDate>2025-05-16 20:18:22</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Reference Data Type and Grabage Collector in Java]]></title>
                        <link>https://viblo.asia/p/reference-data-type-and-grabage-collector-in-java-obA463zgJKv</link>
            <guid isPermaLink="true">https://viblo.asia/p/reference-data-type-and-grabage-collector-in-java-obA463zgJKv</guid>
            <description><![CDATA[Reference Data Type and Grabage Collector

I. Memory Leak:
Memory Leak là một hiện tượng khi bộ nhớ được sử dụng bởi chương trình không giải phóng sau...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hoàng Anh Tiến</dc:creator>
            <pubDate>2023-04-26 22:56:33</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[References và Borrowing trong Rust]]></title>
                        <link>https://viblo.asia/p/references-va-borrowing-trong-rust-aWj53xPwK6m</link>
            <guid isPermaLink="true">https://viblo.asia/p/references-va-borrowing-trong-rust-aWj53xPwK6m</guid>
            <description><![CDATA[

Trước khi tìm hiểu references và borrowing thì chúng ta cần nắm được khái niệm Ownership là gì ? Nếu các bạn chưa tìm hiểu về ownership thì có thể g...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Le Thanh Cong</dc:creator>
            <pubDate>2022-05-23 14:28:45</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Bài 9: Con trỏ (phần 1) - Địa chỉ ảo, Tham chiếu và Con trỏ trong C++]]></title>
                        <link>https://viblo.asia/p/bai-9-con-tro-phan-1-dia-chi-ao-tham-chieu-va-con-tro-trong-c-aWj53xqwK6m</link>
            <guid isPermaLink="true">https://viblo.asia/p/bai-9-con-tro-phan-1-dia-chi-ao-tham-chieu-va-con-tro-trong-c-aWj53xqwK6m</guid>
            <description><![CDATA[I. Địa chỉ của biến trong máy tính

1. Điều gì xảy ra khi khai báo một biến?

Như các bạn đã biết từ những bài học đầu tiên về n...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Viblo Algorithm</dc:creator>
            <pubDate>2022-06-20 13:19:28</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Tìm hiểu Ownership trong Rust]]></title>
                        <link>https://viblo.asia/p/tim-hieu-ownership-trong-rust-YWOZrALEKQ0</link>
            <guid isPermaLink="true">https://viblo.asia/p/tim-hieu-ownership-trong-rust-YWOZrALEKQ0</guid>
            <description><![CDATA[
Stack & Heap

Nhiều ngôn ngữ lập trình không yêu cầu bạn phải hiểu về stack và heap quá rõ ràng. Tuy nhiên, với một ngôn ngữ lập trình hệ thống như R...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Le Thanh Cong</dc:creator>
            <pubDate>2022-05-20 10:05:07</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Biến (variable) và tham chiếu (reference) trong php]]></title>
                        <link>https://viblo.asia/p/bien-variable-va-tham-chieu-reference-trong-php-bJzKm4jX59N</link>
            <guid isPermaLink="true">https://viblo.asia/p/bien-variable-va-tham-chieu-reference-trong-php-bJzKm4jX59N</guid>
            <description><![CDATA[Chào các bạn, chắc hẳn ai trong chúng ta đã biết về biến và tham chiếu khi học các môn cơ sở lập trình khi mới vào nghề. Thế nhưng khi làm việc với PH...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vo Thi Dai Guong</dc:creator>
            <pubDate>2021-03-17 10:57:08</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Deep copy trong ruby]]></title>
                        <link>https://viblo.asia/p/deep-copy-trong-ruby-maGK7J7x5j2</link>
            <guid isPermaLink="true">https://viblo.asia/p/deep-copy-trong-ruby-maGK7J7x5j2</guid>
            <description><![CDATA[Việc copy giá trị trong Ruby thường cần thiết. Điều này có vẻ đơn giản nếu object được copy đơn giản. Nhưng nếu bạn phải copy một object với cấu trúc ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bui Van Sinh</dc:creator>
            <pubDate>2020-07-23 22:18:06</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Firebase: Cloud Functions Cheatsheet]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/firebase-cloud-functions-cheatsheet-vyDZODNOlwj</link>
            <guid isPermaLink="true">https://viblo.asia/p/firebase-cloud-functions-cheatsheet-vyDZODNOlwj</guid>
            <description><![CDATA[

Cloud functions is identical to AWS Lambda, which lets run backend code automatically in response to a number of events. This is a serverless archit...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tahmid Shakil</dc:creator>
            <pubDate>2019-01-10 23:49:16</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Tìm hiểu về Garbage Collector và 4 loại tham chiếu Strong Reference, Weak Reference, Soft Reference, Phantom Reference]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/tim-hieu-ve-garbage-collector-va-4-loai-tham-chieu-strong-reference-weak-reference-soft-reference-phantom-reference-Qbq5QLRXlD8</link>
            <guid isPermaLink="true">https://viblo.asia/p/tim-hieu-ve-garbage-collector-va-4-loai-tham-chieu-strong-reference-weak-reference-soft-reference-phantom-reference-Qbq5QLRXlD8</guid>
            <description><![CDATA[![](https://i.imgur.com/auAtAd7.jpg)



- Hiện nay để tạo ứng dụng Android hay bất kỳ một ứng dụng nào khác đã trở nên dễ dàng hơn trước. Nhưng để làm...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Trần Thành Nghĩa</dc:creator>
            <pubDate>2018-09-09 23:26:26</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[GraphQL - Notes]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/graphql-notes-yMnKM1qQK7P</link>
            <guid isPermaLink="true">https://viblo.asia/p/graphql-notes-yMnKM1qQK7P</guid>
            <description><![CDATA[GraphQL is a query language for API and potentially a replacement for REST (REpresentational State Transfer). It was developed by Facebook in 2012. Fa...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tahmid Shakil</dc:creator>
            <pubDate>2018-05-10 18:59:10</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Dockerfile references]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/dockerfile-references-3P0lPkmpZox</link>
            <guid isPermaLink="true">https://viblo.asia/p/dockerfile-references-3P0lPkmpZox</guid>
            <description><![CDATA[Tiếp tục series về Docker của phần 1: https://viblo.asia/p/docker-giai-phap-cho-viec-ao-hoa-cap-he-dieu-hanh-tren-linux-naQZR7njlvx
Hôm nay mình sẽ ti...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lucifer</dc:creator>
            <pubDate>2017-11-28 06:49:27</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[How References work in Java and Android]]></title>
                        <link>https://viblo.asia/p/how-references-work-in-java-and-android-PwRGgmookEd</link>
            <guid isPermaLink="true">https://viblo.asia/p/how-references-work-in-java-and-android-PwRGgmookEd</guid>
            <description><![CDATA[Trong Java, GC (Garbage Collector) là chương trình chạy nền, làm nhiệm vụ theo dõi các đối tượng trong bộ nhớ, và tiến hành thu hồi bộ nhớ (quá trình ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">NamNH</dc:creator>
            <pubDate>2016-12-23 05:19:35</pubDate>
                                                                                                        </item>
            </channel>
</rss>
