1. Call vs DelegateCall in Solidity

    In Solidity, when you want to call other contracts, you can use call or delegateCall functions. So, what are different between call and delegateCall?

    2022/04/06 Smartcontract Blockchain Solidity

  2. Visibility in Solidity

    2022/04/02 Smartcontract Blockchain Solidity

  3. A simple solidity program

    In this post, we will write code and test a simple solidity program.

    2022/03/31 Smartcontract Blockchain Solidity

  4. Layout of state variables in storage, memory

    How to the storage or memory save state variables of the contract? In this post, we will discover it together.

    2022/03/28 Smartcontract Blockchain Solidity

  5. Solidity foundation - Part 2

    In this post, we will continue discussing the basics of Solidity language. You can read the previous post here.

    2022/03/27 Smartcontract Blockchain Solidity

  6. Solidity foundation - Part 1

    In this post, we will dicuss the basics of solidity language.

    2022/03/27 Smartcontract Blockchain Solidity

  7. Smart contract - Hello world

    Tóm tắt: Trong bài viết này chúng ta sẽ cùng tìm hiểu về cách để bắt đầu viết một smart contract đơn giản.

    2021/10/13 Smartcontract Blockchain

  8. Database Change Notification Oracle

    Tóm tắt: Trong bài viết này chúng ta sẽ cùng tìm hiểu về Database Change Notification Oracle hoạt động như thế nào và khi nào thì chúng ta nên sử dụng nó?

    2020/12/06 Oracle Database

  9. Select distinct

    Tóm tắt: Trong bài viết này chúng ta sẽ cùng tìm hiểu về cách để truy vấn lấy ra dữ liệu không bị trùng lặp sử dụng SELECT DISTINCT

    2020/06/02 Oracle Database

  10. Oracle Select Statement

    I. Tóm tắt lý thuyết

    2020/05/29 Oracle Database