Oluwatosin Oghenewaire Thompsongoninja.hashnode.dev·Nov 4, 2024Part 1: Understanding Basic Data Types in Go - Integers, Floats, and Booleans explainedGo is a statically typed language, meaning that the type of a variable is set at compile time, which helps catch many errors early in development. We’ll cover three essential data types in Go: integers, floats, and booleans. Mastering these basic dat...Beginner's Guide to Golang: Start Coding with Confidencemath.Ceil
darkdepauli7.nftdepauli.hashnode.dev·Oct 10, 2023Mastering Solidity: A Beginner's Guide to Boolean Logic in Ethereum Smart ContractsHey there, fellow tech enthusiasts! Today, we're diving into the world of boolean values in Solidity, the language that powers Ethereum smart contracts. Now, you might wonder, what are these boolean thingamajigs? Well, they're essentially the digital...9 likes·31 readsMastering SolidityBoolean
Michael Fawoleadisotech.hashnode.dev·Oct 7, 2022Easy way to understand boolean in solidityHello friends, Today I want to explain what we called boolean in solidity. If you have been looking for materials that breaks down the bool data type in solidity and you did not see one, this article is the answer to your search on boolean, so searc...6 likes·57 readsbool