[AWS 101] What are SNS and SQS
Briefly note what AWS SNS and SQS services do and their use cases
A Bit everyday A Byte every week
Briefly note what AWS SNS and SQS services do and their use cases
Introducing What is Serverless with AWS Services
Generating a Go package with abigen tool to interact with smart contracts and perform contract operations
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.
Set up a Redis service using Google Cloud MemoryStore.
Use Ngrok to temporarily obtain a publicly accessible URL for your computer.
Enable Jenkins to perform remote operations on a remote host through SSH, replacing manual deployment.
In a non-automated deployment scenario, manually connecting to the server host’s internals is required every time.
Executing deployment commands or running deployment command executables not only involves inconvenience but also carries the risk of human error.
With Jenkins’ pipeline, we can replace manual execution, making deployments easier and more pleasant.
This article discusses the process of building a Docker image and pushing it to the Google Container Registry (GCR) within a Jenkins pipeline using the 'gcloud' command.