Published onApril 2, 2022What is a web application?WebA web application is a program that runs in a browser via the internet.
Published onMarch 27, 2022Understanding Shallow and Deep Copy in Python with the `copy` ModulePythonData-Structure`Shallow copy` copies only the outer shell, whereas `deep copy` copies everything.
Published onMarch 6, 2022How to Install Telegram on UbuntulinuxubuntuTelegram can be run from files downloaded from the official website or installed through Snap.
Published onFebruary 22, 2022Understanding CSS Box Size and `box-sizing`CSS`box-sizing: border-box;` ensures that the width and height include both borders and padding.