Published inCoinmonksUnlock the Power of Inline Assembly: A Smart Contract Developer’s GuideYul is a low-level language that can be used in-line in Solidity via an assembly block, as a standalone language, and as a compilation…Aug 14, 2023Aug 14, 2023
How to Manage Multiple SSH Keys with Separate GitHub AccountsIn order to securely manage multiple SSH keys and authenticate them with GitHub, it’s important to follow the correct steps. Having…Jul 24, 2023Jul 24, 2023
Published inCoinmonksOptimization of Gas and Bytecode LimitationSolidity is a curly-bracket language influenced by C++, Python, & JavaScript; yet coding in solidity is different from any other language…Jul 13, 2023Jul 13, 2023
Published inCoinmonksEverything you need to know about Ethereum’s Shanghai Upgrade & EOS launching EVM supporting…Two of the most important events in the crypto space in 2023 took place this month.Apr 16, 2023Apr 16, 2023
EIP-712: Typed Structured Data.This is the second article illustrating hashing and signing typed structured data, the first article discussed key generation and message…Apr 12, 2023Apr 12, 2023
Public-Private Keys Generation & Signature Verification using ECDSA Algorithm.Note: This will be series of articles to break down the concept of cryptographic keys and how they are used to sign messages, typed…Apr 4, 2023Apr 4, 2023
Top 14 AI Extensions for Visual Studio CodeVisual Studio now offers more than 4,000 AI extensions that can significantly boost your productivity as a software developer. In this…Mar 29, 2023Mar 29, 2023
Published inintegrate-git-bash-with-github-and-visal-studioA step-by-step tutorial on how to install Git bash, manage SSH keys, and integrate it to the…Git Bash Integration with GitHub & Visual Studio CodeSep 13, 2021Sep 13, 2021