
A passionate Software Engineer, an eloquent orator & blogger with experience in multiple disciplines of software engineering including Web Application Development, Game Development and Systems Programming.
Projects
Recent Posts

Real World Uses of Bitwise Operators
As a developer, you definitely would’ve learned about bitwise operators at some point and would’ve thought to yourself. “huh, that’s neat. but where would I actually use it?”.
Read More ->

All You Need To Know About Comments in Ruby
It is well known that the ruby comments are used to leave notes or micro-docs within the code and is ignored by the Ruby Interpreter. But can we do other things with comments?
Read More ->

Introduction To RAM Disks in Linux
Learn to create temporary high speed virtual disks out of your free RAM on most Linux Distros using the RAM disks feature.
Read More ->

RISC V Instruction Set Architecture Explained
RISC V ISA is rapidly gaining popularity in the computer engineering world. Learn about how it is going the be next big thing and why you should support it.