Byte Ebi's Logo

Byte Ebi 🍀

A Bit everyday A Byte every week

[AWS Cloud Fundamental Notes] EC2

Introduction to EC2 and its usage and operational mechanism

Ray

Allow users to rent cloud computers to run their applications.
EC2 allows users to flexibly run their Amazon machine images (AMIs) by providing web services, enabling users to run any software or application they desire on these virtual machines.

[AWS Cloud Fundamental Notes] VPC

Introduction to VPC and its usage and operational mechanism

Ray

Amazon Virtual Private Cloud (Amazon VPC) allows you to have full control over a virtual networking environment, including resource placement, connectivity, and security.

[AWS Cloud Fundamental Notes] IAM

Introduction to IAM and its usage and operational mechanism

Ray

Due to the excessive power of root permissions, it is necessary to divide them into multiple users and groups to set permissions.

Using FFmpeg to convert media files

Convert .ts video files to .mp4

Ray

Sometimes, we can use certain methods to download the .M3U8 file and then merge it into a .ts file.
However, computers usually cannot directly play this format.
We can use FFmpeg to convert it into a common .mp4 file for easy playback.

[AWS 101] What are SNS and SQS

Briefly note what AWS SNS and SQS services do and their use cases

Ray

Amazon Simple Queue Service (SQS) and Amazon Simple Notification Service (SNS) may look similar.
But in reality, they are quite different.

Serverless 101

Introducing What is Serverless with AWS Services

Ray

Since our company’s services are built on AWS and heavily rely on various serverless computing services,
I had no prior experience in this area. This series serves as a compilation of notes for me,
and its content may be subject to constant revisions in the future.

Interacting with smart contracts using Golang

Generating a Go package with abigen tool to interact with smart contracts and perform contract operations

Ray

Previously, I was calling Smart Contracts through PHP, which raised two issues.
One was the slowness, and the other was the lack of maintenance of the package.
Fortunately, Golang provides an official package that is both fast and solves these two problems.
This article explains how to convert existing Smart Contract ABIs into a Go package for interacting with contracts.

Recent Posts

Categories

Tags