There may be times where you want to create an HTML audio tag but instead of storing the MP3 on your server, you want to reference it out of your Google Drive storage. In this post, I'll show you how to do it.
When your GitHub personal access token expires, it leaves you with an unauthenticated remote origin. In this post, I'll show you how to easily update your remote origin with your newly authenticated token.
Not everyone wants to use Ether in their smart contracts, yet the Remix IDE provides this option only. In this post, I'll show you how to actually use BNB instead and how to deploy your contract onto the Binance Smart Chain.
Using Chainlink Data Feeds, you can retrieve the latest price of a crypto asset from your smart contract in real-time. In this post, I'll show you step-by-step how to retrieve price data in Solidity.
Learn how to use GitHub Copilot in Visual Studio Code. This extension with its new AI Technology literally writes code for you based on your instruction. In this tutorial, we'll test it out.