Use MicroDiff to implement caching in a simple API application and handle cache validation within the app to improve app speed.
Dart FFI opens up new development opportunities. Learn how to access native libraries in Flutter using Dart FFI.
With Sandpack’s interactive code samples, you can take your blog to the next level. Learn how to implement them in this detailed post.
What if your users could use your DApp to interact with smart contracts immediately, instead of having to install the required third-party extensions?
Learn how to maintain React app scroll position when users close a full-page mobile menu to improve UX by implementing a custom Hook.
react-native-picker-select
react-native-picker-select, a powerful React Native component that gives you access to the native iOS and Android select interface.
Use OpenZeppelin Contracts and the Truffle framework to build and test secure smart contracts for ERC20 and ERC721 tokens. We also demo building ERC1155 contracts on the Remix IDE.
In this tutorial, we demonstrate how to use widgets to integrate a React component with static websites built entirely from HTML.
In this tutorial, we’ll be minting an NFT from a smart contract on Etherscan. We’ll use the mint function to mint NFTs directly using Etherscan interfaces.
Learn about the different types of factory patterns in Solidity and the benefits of using them, such as to save on gas fees associated with multiple contract deployments.
Denoflare is a small framework that lets you publish Cloudflare Workers written in Deno. Here’s how to develop, test, and deploy with it.
Learn how to use React fragments to prevent rendering unnecessary nodes in the DOM and create an optimized code.