How to do Better LoggingWhen you're working on Embedded firmware or low level development, it's important to have a proper logging system in place. Logging helps with debugging, tracking values and monitoring the system for Feb 27, 2026·3 min read·100
Pixel Graphics Engine - IntroductionSo, I was wondering about making a very basic graphics engine… So I made one! The project is called Pixel Graphics Engine. Pixel Graphics Engine is a Processing-based pixel art animation framework. It allows you to create, animate, and interact with ...Aug 6, 2025·2 min read·3
All About Shutting Down Your ComputerDo you think you know how to shut down your Linux computer? Think again! There are more ways in which you can shut down your system than the control panel. All you need is the terminal and sudo privileges. Here’s a break-down of the shutdown command ...Jul 29, 2025·5 min read·25
Creating Bootable Windows ISOs on LinuxRecently, I had to create a bootable Windows pen drive for a friend. As a Linux user, I found that the typical tools we use to create bootable pen drives for Linux, like Disks and Impression, does not work on Windows ISOs. Tools like Rufus that work ...Jul 16, 2025·2 min read·18
The Call Stack - Hidden Foundation of Functional ProgrammingIn computer science, the stack is an important concept. In reality also, the stack is a crucial part of the execution of an assembly program written in a higher-level language. From clicking a button on screen to sending a payload to space, the conce...Jul 8, 2025·4 min read·15
Easy Steps to Create Your Development EnvironmentSetting up the development environment for your requirements is pretty straightforward. nRF provides an intuitive and easy-to-use development environment that is easy to set up and develop programs with. First, we will start our development journey b...Mar 22, 2025·6 min read·28
IntroductionThe nRF development environment is a powerful and user-friendly platform that makes creating innovative and low-power wireless applications with Nordic SoCs easy. So, whether you're a seasoned developer or just starting, the nRF ecosystem has somethi...Mar 22, 2025·2 min read·8