Softbinator Blog

Our Insights on Emerging Technologies

JavaScript Microtask Vs. Macrotask – Differences Within The Event Loop
Frontend General

JavaScript Microtask Vs. Macrotask – Differences Within The Event Loop

JavaScript runtimes use an event loop to run their workload, specifically to execute the code, collect […]

Circle Launches EUROC Setting the Stage for the Digital Euro
Blockchain

Circle Launches EUROC Setting the Stage for the Digital Euro

Circle released EUROC, a stablecoin backed by the Euro, and Tether announced its sterling-pegged stablecoin, marking a new step forward for digital money.

How to Monitor Disk Usage with CloudWatch Metrics for an EC2 Instance
DevOps

How to Monitor Disk Usage with CloudWatch Metrics for an EC2 Instance

Disk usage and memory metrics aren’t default settings available on CloudWatch. Here is how you can set these metrics on an EC2 instance running Ubuntu 20.04.

What You Need to Know About Ethereum’s Merge to 2.0
Blockchain

What You Need to Know About Ethereum’s Merge to 2.0

Will Ethereum 2.0 make cryptos faster and reduce gas fees? From the switch to proof–of-stake to the removal of the mining concept, here’s all you need to know.

How to Build a Web3 App Using Next.js and Wagmi v0.4 – Part 3: How to Listen to Blockchain Events and Extra
Blockchain

How to Build a Web3 App Using Next.js and Wagmi v0.4 – Part 3: How to Listen to Blockchain Events and Extra

An insightful guide on how to listen to blockchain events and other useful Wagmi-React hooks. See the main use cases for events and how they make apps engaging.

How to Build a Web3 App with Next.js and Wagmi – Part 2: How to Connect, Read, and Write on the Blockchain
Blockchain

How to Build a Web3 App with Next.js and Wagmi – Part 2: How to Connect, Read, and Write on the Blockchain

Step by step guide on how to read and write on the blockchain using Wagmi. Use Etherscan to get ABI specification. Find extra options to refresh blockchain data.