Akshay Pai
Making The Raspberry Pi Blink

Making The Raspberry Pi Blink

Akshay Pai 6 months ago

In the last post, we covered ELFs and memory layouts. I concluded the article with the promise of walking through an example program in execution to help visualize things better….

Akshay Pai
Running Assembly Code

Running Assembly Code

Akshay Pai 7 months ago

A quick dive into Linux’s ELF and how these are combined to generate an executable ELF. The post also covers a brief on the memory layout of a process.

Akshay Pai
Running Code – Overview

Running Code – Overview

Akshay Pai 7 months ago

This is the first part of a series of posts in an attempt to piece together how your computer really runs your code. The topic by itself could have an…

Akshay Pai
The Coding Interview And How Best To Prepare

The Coding Interview And How Best To Prepare

Akshay Pai 1 year ago

In the previous post, we saw a general outline of the interview process and a few pointers on how to polish your resume to help you stand out. In this…

Akshay Pai
All About The Resume

All About The Resume

Akshay Pai 1 year ago

Okay, this one isn’t exactly for the “wider non-technical audience” that I intended to write for in the first place. But as it turns out, two of the most frequent…

Akshay Pai
A Brief About The RAM On Your Computer

A Brief About The RAM On Your Computer

Akshay Pai 2 years ago

The advantage of a bad memory is that one enjoys several times the same good things for the first time. ― Friedrich Nietzsche As a laptop or smartphone owner, you’re probably…

Akshay Pai
The Flow Of Electricity and Math

The Flow Of Electricity and Math

Akshay Pai 2 years ago

In the last post, we covered a little bit about what it means to be writing code (you can check it out here). That is, we briefly discussed what you…

Akshay Pai
A Brief Introduction To Programming

A Brief Introduction To Programming

Akshay Pai 2 years ago

If I’m being candid, there is already a whole bunch of content out there on the subject of programming. (If you want to get started on a full-blown course learning…

Akshay Pai
Hello World!

Hello World!

Akshay Pai 2 years ago

I’m not gonna lie… Writing this first sentence was surprisingly challenging. I ran through a million different scenarios on how I’d begin my first blog post. Should I sound formal…