OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning computer

computer blog posts, coding tips and trick in a bitesize to help you learn computer.

What's the difference between bit and byte

TLDR A bit is the smallest unit of digital data, while a byte is a group of 8 bits. It is used as a basic unit of measurement for the amount of data in computer systems

computer

Understand the stack and the heap

What is stack and what is heap in term of memory allocating in programming language?

rust computer