All Post

CS 467 blog 1-3
Looks like we'll be making blog post for our capstone class so I'll just dust the cobwebs off of this one.

Nextjs-blog
Quick rundown of NextJS features and blog documentation

Small Shell Implementation
In this post, I'll explain how I implemented a basic shell in C for a class assignment. The goal was to build a simple shell with basic features like handling multiple commands, I/O redirection, environment variable expansion, and managing foreground and background processes.