SRSubhajit Royinprocess-vs-threads.hashnode.dev·Dec 24, 2025 · 6 min readProcess vs Thread: A Practical Comparison Using C ProgramsWe, as CS majors, are pretty accustomed to the theoretical definition of Process and Thread, but in this blog, we are going to explore the difference between process and thread in a practical way. PRE-REQUISITE KNOWLEDGE Basic knowledge of C progra...00
SRSubhajit Royincorsissue.hashnode.dev·Oct 4, 2025 · 5 min readCORS issue and How to Fix itWhat if CORS did not exist? Lets suppose you have opened two tabs: one is “https://example.com” and the other is “https://instagram.com” on a same browser, and you are logged in your Instagram . Because you are logged in, your browser would automat...00