© 2026 Hashnode
Golang is a beautiful language. What drew me in first was its simplicity and its opinionated way of getting things done. Instead of endless debates about the “best” style or pattern, Go makes many decisions for you. This concept is often called “The ...

After a long break from coding due to exams and personal challenges, I’ve decided to restart my journey as a developer. And I’m beginning again with Python. Why Python? Because I’m already familiar with its rich ecosystem of libraries and its wide ra...

Welcome again. In this article I will be discussing two broad yet very important topics for computers. Data representation and computer architecture. Data Representation Data representation is essentially how we represent data in computers. Computers...

Introduction: When learning about programming languages and how they work, it's essential to understand the fundamental processes that convert high-level language (HLL) code into machine-level language (MLL) code. These processes are known as compila...
