aryanarora.hashnode.devCleaning C code to maintain sanityI am the kind of person who can ignore scattered and untidy surroundings, but when it comes to messy code, I cannot resist cleaning and refactoring it.This blog mostly covers the aspect of code refactoring. Let's get started. Suppose we've built a Ra...Sep 21, 2022·2 min read
aryanarora.hashnode.devWhat I learned while making a text editor like Nano from scratch in C?Ordinarily, I do not create such low-level projects, but as I was getting more inclined towards systems-programming I had to do something to get my feet wet in this domain. And while creating this project, I got mesmerized by the level of detail whic...Aug 28, 2022·4 min read