Yongchang He

Yongchang He @yongchanghe

About: An IoT and blockChain developer; interested in Cloud Computing; love coding...

Location:
Saskatoon, Saskatchewan
Joined:
Oct 9, 2021

Yongchang He
articles - 40 total

Multiple developers work simultaneously using their own branch on git

1. Create a new branch: git checkout -b yong-active-members-dev Enter fullscreen...

Learn More 5 0Nov 20 '22

Parse RTCM 3.x correction data from serial input

This article illustrates how to parse the RTCM 3.x correction data from serial port input of your GPS...

Learn More 10 1Sep 20 '22

Wi-Fi communication using two u-blox C099-F9P application board

The C099-F9P RTK Base can be set to operate as a Wi-Fi access point and UDP server to deliver RTCM...

Learn More 7 0Aug 31 '22

Interact with ADT using Postman

ADT: Azure Digital Twins Postman is a REST testing tool that provides key HTTP request...

Learn More 9 0Aug 1 '22

Work With Azure Digital Twin - code a client app

In this article, I will use DT for Digital Twin. Prerequisites knowledge about Azure...

Learn More 7 0Jul 25 '22

Deploy React app with JSON server on Heroku

Prerequisites Assuming you have already done the following: Created a react application...

Learn More 21 2Jul 18 '22

Hyperledger Fabric architecture

The purpose of building this blog is to write down the detailed operation history and my memo for...

Learn More 12 0Jul 11 '22

Hyperledger Fabric and MSP

The purpose of building this blog is to write down the detailed operation history and my memo for...

Learn More 10 0Jul 4 '22

Deploy your React App on Github in 5 minutes

1. At your app root directory, run the command: npm install gh-pages Enter fullscreen...

Learn More 9 0Jun 27 '22

Q&A with Self-built Blockchain and Dapps (2)

The purpose of building this blog is to write down my memo for learning the dApps. Q1:...

Learn More 11 0Jun 20 '22

Tutorial - Using create2 to predict the contract address before deploying

This tutorial is meant for those with a basic knowledge of Ethereum and smart contracts, who have...

Learn More 15 0Jun 13 '22

Tutorial - play with an auction demo based on ERC721

This tutorial is meant for those with a basic knowledge of Ethereum and smart contracts, who have...

Learn More 8 0Jun 6 '22

tutorial - Delete a contract using selfdestruct()

This tutorial is meant for those with a basic knowledge of Ethereum and smart contracts, who have...

Learn More 9 0May 30 '22

Tutorial - Create a contract from another contract with solidity

This tutorial is meant for those with a basic knowledge of Ethereum and smart contracts, who have...

Learn More 12 0May 24 '22

Build a simple dApp using truffle, ganache, Ethers.js and React(1)

This tutorial is meant for those with a basic knowledge of Ethereum and smart contracts, who have...

Learn More 23 1May 16 '22

Build a blog with a JSON server

A quick development demo using JSON server This tutorial is meant for those with some...

Learn More 17 9May 10 '22

Set up a wired serial communication between Arduino boards

This blog explains how to set up wired serial communication between two Arduino...

Learn More 12 0May 2 '22

Set up a home server and access it from everywhere

OS used as a server: Ubuntu 20.04 Tools will be...

Learn More 18 0Apr 25 '22

Set up a private network with multiple PCs using Go Ethereum (Geth)

This blog explains how to set up a private blockchain network with multiple nodes running on...

Learn More 15 1Apr 18 '22

Q&A with Self-built Blockchain and Dapps (1)

The purpose of building this blog is to write down my memo for learning the dApps. Q1: Is...

Learn More 13 0Apr 14 '22

Tutorial: Play with Truffle & Ganache

Take you through the basics of creating a local blockchain, deploying a smart contract and...

Learn More 15 1Apr 11 '22

Tutorial: Play with Geth (Go Ethereum)

Interact with a command-line tool for running a private Ethereum blockchain network...

Learn More 20 6Apr 4 '22

RBAC, ABAC and CapBAC in IoT

Introduction Identity access and management (IAM) is an integral part of a security...

Learn More 13 0Mar 28 '22

The basics of IoT devices Management

Managing the Internet of Things in some ways is like managing an ant colony. Like ants, each device...

Learn More 12 0Mar 21 '22

Tutorial: Play with a Speech-to-Text API using Node.js

Play with an API from Deepgram converting an audio file or audio stream into written...

Learn More 149 10Mar 16 '22

Merkle Tree in BlockChain

Basic knowledge of BlockChain The purpose of building this blog is to write down the...

Learn More 6 0Mar 10 '22

Hi, Java developers: It's time to try Web3j for Ethereum

A highly modular and type-safe Java library for Ethereum BlockChain development Hi...

Learn More 6 0Mar 4 '22

IoT - knowledge about MQTT

The lightweight messaging protocol for IoT Previously We have already understand basic...

Learn More 11 0Mar 3 '22

Tutorial: Ethereum BlockChain Development (5)

Part 5: Using ERC20 standard to create a token The purpose of building this blog is to...

Learn More 10 0Feb 28 '22

IoT - knowledge for beginners

What is IoT? The Internet of Things (IoT) describes the network of physical...

Learn More 18 1Feb 25 '22