The Engineering Log

Notes on Computer Science, Web Dev, and Life at IIIT Kottayam.

Computer Architecture

Mastering MIPS: Understanding `sw` and `lw` Instructions

Deep diving into memory management and data transfer in MIPS assembly language for COA mid-sem prep.

Read Full Post →
Data Structures

Evaluating Postfix Expressions using the Shunting Yard Algorithm

A step-by-step guide to converting infix to postfix and why it matters for efficient computation.

Read Full Post →
Web Development

Building 45|STDioS: Why I Chose Vanilla CSS

Lessons learned from building a professional portfolio and project showcase from scratch.

Read Full Post →