Published onAugust 1, 2022What to do if you accidentally commit to the master branchGitTroubleshootinggit reset HEAD~ --hard
Published onApril 3, 2022What is a native application?operating-systemA native application is a program developed for a specific platform.
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.