Welcome to My Blog!
Here, I’ll share useful articles and insights about the things I’m passionate about. As I begin, I’m sharing a few resources and ideas that have inspired me. Stay tuned for more updates!

How to Build a C Compiler Using Lex and Yacc
A compiler is a program that converts code in a programming language (which is high-level) into a machine-understandable format (low-level). This compiler then generates an executable program that can be used to parse and execute input files in a particular language.
5 Linux Command Tricks That Will Change Your Life as a Programmer
The command-line interface is the bread and butter for most tech professionals, especially developers and system administrators. Whether you are writing scripts, configuring servers, or automating tasks, knowing your way around Linux commands can save you hours of work.
Coming soon…