BACK TO HOME

RESEARCH LOGS

Personal notes, technical deep-dives, and academic archives.

Private...but how much private?
April 22, 2026|cpp, cplusplus, systemsprogramming, softwareengineering, computerscience, memorymodel, lowlevel, programming, coding

Private...but how much private?

In C++, “private” isn’t absolute protection..t’s a compile-time contract that can be bypassed if you understand the underlying memory and system behavior.

ACCESS LOG
A JOIN B == B JOIN A? (Just a Silly Question)
April 8, 2026|SQL,Database Design,DBMS, System Programming

A JOIN B == B JOIN A? (Just a Silly Question)

Why A JOIN B isn't exactly the same as B JOIN A, and how a 'silly' question in my DBMS class humbled my understanding of SQL.

ACCESS LOG
Constructors: public, sab jaanti hai ?
April 1, 2026|C++,Object Oriented Programming, Constructors

Constructors: public, sab jaanti hai ?

A classroom moment about constructors led me to uncover how C++ truly controls object creation, memory, and design beyond what textbooks teach.

ACCESS LOG
The Prof and The Empty Class
March 5, 2026|C++, C++ Internals, Memory Layout, Systems Programming, Programming Languages, Compiler Behavior

The Prof and The Empty Class

Thinking you have become Specialist on codeforces..how my professor humbled me!!!

ACCESS LOG