Shreyash-hexashreyash-hexablogs.hashnode.dev·Dec 16, 2024Understanding Algorithmic Trading: The Future of Trading ApplicationsWhat is Algorithmic Trading? Algorithmic trading, often referred to as algo trading, is a method that utilizes computer algorithms to automate trading decisions in financial markets. By leveraging technology, traders can execute orders at speeds and ...algorithms
seo2hexahome.hashnode.dev·Nov 20, 2024Understanding the 'This' Keyword in JavaScript: A Beginner's GuideIn JavaScript, the this keyword is a crucial concept that refers to the object that is currently executing or calling a function. Its value is determined by the context in which the function is invoked, making it dynamic and versatile. Contexts of th...Developer
Cloud Tunedcloudtuned.hashnode.dev·Jul 2, 2024Base16 Encoding (Hexadecimal) - The BasicsBase16 Encoding (Hexadecimal) - The Basics Base16 encoding, commonly known as hexadecimal or simply hex, is a numeral system that uses 16 distinct symbols to represent values. These symbols are the digits 0-9 and the letters A-F (or a-f). Hexadecimal...96 readsbase16
Ashuashu14.hashnode.dev·Jun 13, 2024Exploring Buffers in Node.js: A Comprehensive OverviewWelcome! If you’re into backend development, understanding buffers is essential. But before we get there, let's start with the basics: binary numbers, hexadecimal, and character encoding. By the end of this post, you'll have a solid grasp of buffers ...1 like·50 readsNode.js
Pratik MforOmniGuruomniguru.net·Nov 30, 2023What is 0x0? A Simple ExplanationThe term "0x0" refers to a hexadecimal number, specifically the number zero. Hexadecimal (or "hex" for short) is a numbering system often used in computer programming and other technical contexts to represent binary values in a more human-readable wa...410 reads0x0
Sirus Salariscrappedscript.com·Oct 5, 2023Introduction to Binary and Hex in Computer ScienceDisclosure: When you purchase through links on my site, I may earn an affiliate commission. As an Amazon Associate, I earn from qualifying purchases. Read the full disclosure In this article, you will learn about the binary and hexadecimal number sy...1 like·179 readsdata
Gideon Baturegideonbature.hashnode.dev·May 28, 2023How to Write a Program That Prints All the Numbers of Base 16 in Lowercase in CIntroduction Numbers of Base 16 are simply numbers in Hexadecimal, where these numbers range from 0 to 15, but then to differentiate these numbers from the numbers of base 10 (decimal/denary), from 0 to 9 are the normal numerical numbers, while from ...31 likes·775 readsbase 16
Gideon Baturegideonbature.hashnode.dev·May 21, 2023How to Convert from Other Bases to Decimal and from Decimal to Octal and Hexadecimal on the Bash ShellIntroduction A number base is simply the number of unique digits used to represent a number in a system. A practical example is a dozen, which consists of 12 etc. The most common one of these number bases is the Decimal or Denary as some will call it...20 likes·39 readsoctal
Durdanta Halderdurdanta.hashnode.dev·May 18, 2023How to convert Binary number to Hexadecimal number.Greetings young learners! Today, we will learn about converting binary numbers to hexadecimal numbers. Binary and hexadecimal are both number systems that are used to represent numerical values. Binary uses only two digits - 0 and 1, while hexadecima...32 readsBinary Search Algorithm
David Yaudavidyau1.hashnode.dev·Apr 27, 2023Binary and HexidecimalSimply Binary and Hexidecimal are different numbering systems. The numbering system we use in everyday life and math is base 10. 10 due to having the digits 0-9. There no innate reason to use base 10, we probably choose it as we have 10 fingers to co...The Basics2Articles1Week