After taking Patrick Collins's 32-hour course on Learn Blockchain, I am putting out my note on some of the things I learnt. I hope you learn something too from them. Solidity is a contract-oriented, high-level programming ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
This is a tutorial aimed to help junior devs correctly manage their API keys (or other secrets) when publishing a website on the Netlify platform. ...Read more
In today's mobile-first world, crafting an engaging and functional app is crucial for business success. However, with so many development options available, choosing the right technology can be a challenge. Two prominent contenders are React ...Read more
Why do we need rust in javascript ? We have been using javascript based transpilers and bundlers for a long time now and we ...Read more
JavaScript is the language that powers the web. The web is certainly dominated by it. You may be wondering what is ES6 means? You maybe have seen ES4, ES5, ES6… terms. Javascript wasn’t even always called ...Read more
We are over generalizers. We shouldn't create abstractions until we see enough concretions. TL;DR: Don't guess what the future will bring you. Context Aristotelian Classification is ...Read more
Introduction: In React and Redux applications, managing state efficiently is crucial for optimal performance. One common issue developers face is the persistence of reducer state in useSelector hooks, causing unnecessary re-renders even when actions ...Read more