Home
Henry Pham
Cancel

Alogrand Bootcamp Ep 3 | Create ASA, Send Asset Transfer

Algorand, the blockchain platform known for its decentralization and security, offers a simple yet powerful way to create and manage assets using its JavaScript SDK. Unlike other chains that requir...

Alogrand Bootcamp Ep 2 | Sending Payment Transactions using Algorand JavaScript SDK

Introduction In a previous article, we learned how to create an account in Algorand and obtain its associated information. In this article, we will delve into sending payment transactions using th...

Alogrand Bootcamp Ep 1 | Creating an Account and Sending Payment Transactions using Algorand JavaScript SDK

In this tutorial, we will learn how to create an Algorand account and send payment transactions using the Algorand JavaScript SDK. The Algorand SDK provides various methods and wrappers for connect...

How to Write an NFT Marketplace Smart Contract in Klaytn

How to Write an NFT Marketplace Smart Contract in Klaytn Overview NFT marketplaces are online platforms that allow creators to mint and sell their NFTs to buyers who can purchase them using crypt...

Product Led Growth

Trước khi tìm hiểu Product Leg Growth (PLG) là gì ? Mình cần nhìn lại lịch sử phát triển của tech: Đầu những năm 1980s - Hình thức bán hàng các sản phẩm tech là field sales - sale của các công t...

Lập trình Smart Contract Algorand sử dụng Algokit

Lập trình Smart Contract trên Algorand sử dụng Algokit Ơn trời Algokit đây rồi. Trước đây khi lập trình smart contract trên Algorand thì anh em sẽ mất 7 7 49 bước cho việc cài đặt môi trường cũng ...

End to end Testing for dApp using Synpress

End-to-end testing is an essential part of software development. It is the process of testing an application from start to finish to ensure that it works as intended. Synpress is a library built on...

Tự tạo Metaverse bằng A-frame và Three.js

Như tiêu đề - Đây là một tutorial tạo metaverse Overview Mình sử dụng a-frame - một web framework để tạo các ứng dụng VR. Docs offical của a-frame thì đọc ở đây: https://aframe.io/docs/1...

Tự học JMeter P2 | Sử dụng BlazeMeter Record Script cho JMeter

Ở phần trước mình đã học về các thành phần trong JMeter và kết hợp các thành phần đó để viết ra một test plan hoàn chỉnh. Tuy nhiên trong thực tế, việc phải viết thủ công từng request một khá tố...

Tự học JMeter A - Z (P1)

Series này được viết ra để tổng hợp các kiến thức mình tự học được về JMeter. Hope you enjoy it. Cài Đặt Jmeter Download Java JDK Check java đã cài đặt thành công chưa java -version...