JavaScript Reference vs Value Types: Objects and Arrays

Deep dive into JavaScript reference behavior. Learn why copying arrays and objects can lead to unexpected side effects and how to handle them correctly.

October 18, 2024 · 7 min · 1319 words · Nirajan Khatiwada

Python OOP Guide: Classes, Objects & Inheritance

A comprehensive introduction to Object-Oriented Programming in Python covering classes, objects, inheritance, method resolution, access specifiers, and advanced OOP concepts.

November 10, 2024 · 13 min · 2649 words · Nirajan Khatiwada