AHAdejoke Haastrupinjastrupgeeky.hashnode.dev·Jun 16, 2024 · 4 min readConnecting Wallets in Web3: A JavaScript Engineer's Guide to Building dApps with Node.js and TypeScriptWith blockchain and cryptocurrency transforming the digital world, as a JavaScript engineer, you have a unique opportunity to contribute to this technology. You might think that building decentralized applications (dApps) and connecting crypto wallet...00
AHAdejoke Haastrupinjastrupgeeky.hashnode.dev·Jun 16, 2024 · 3 min readBuilding On The Blockchain: A JavaScript Engineer's Guide to Building on Web3 with Node.js and TypeScriptThe blockchain revolution is here, and as a JavaScript engineer, you’re in a prime position to leverage your skills in this rapidly evolving field. By using Node.js and TypeScript you can create scalable and secure applications on the blockchain. In ...00
AHAdejoke Haastrupinjastrupgeeky.hashnode.dev·Apr 8, 2024 · 5 min readSwitching from Javascript to TypescriptUnderstanding TypeScript can be a breeze for those already well-versed in JavaScript. Transitioning to TypeScript from JavaScript is often seamless, with minimal technical hurdles. However, you will be thankful you did because of the range of advanta...00
AHAdejoke Haastrupinjastrupgeeky.hashnode.dev·Feb 26, 2024 · 5 min readBuilding with WooCommerce Rest APIsI just completed a project where I had to integrate my app with WooCommerce Rest APIs. In this article, we will discuss important things I learned and how to use WooCommerce Rest APIs to build integrations if you ever have to use them. WooCommerce is...04JDGT
AHAdejoke Haastrupinjastrupgeeky.hashnode.dev·Jan 25, 2024 · 2 min readDynamic Rendering in ReactDynamic rendering, which enables components to be rendered based on certain situations or user interactions, is a key component of developing modern web applications. In this article, we'll look into dynamic rendering in React and walk through exampl...00