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
Michael Fawoleadisotech.hashnode.dev·Nov 25, 2022overflow and underflow in solidityHello readers, in this article I will be explaining explicitly overflow and underflow in solidity. Before I define what overflow and underflow are, you need to know about unsigned integer(uint). Overflow and underflow happens because of uint and reas...underflow