Blog
Random things I write about from time to time.
Publishing an MDX file as a page route in Next.js
Learn how to publish an MDX file as page route in Next.js using the pageExtensions config and @next/mdx package.
Embracing Vim: The Unsung Hero of Code Editors
Discover why Vim, with its steep learning curve, remains a beloved tool among developers for editing code efficiently and effectively.
Spaces vs. Tabs: The Indentation Debate Continues
Explore the enduring debate between using spaces and tabs for code indentation, and why this choice matters more than you might think.
The Power of Static Typing in Programming
In the ever-evolving landscape of software development, the debate between dynamic and static typing continues to be a hot topic.
Memory Management
We talk about the Memory Manager and four types of memory allocation schemes - single-user systems, fixed partitions, dynamic partitions, and relocatable dynamic partitions.