Often System administrators need to remove unused packages in Linux. Here are the different ways to uninstall packages in Linux.
Author: Sreeram Sreenivasan
How to Clone Object in JavaScript
Often web developers need to clone JavaScript objects. Here are the different ways to clone object in JavaScript.
How to Split List Into Even Chunks in Python
Python developers need to split list into N size chunks. Here are different ways to split Python into even chunks.
How to Detect Browser in JavaScript
Sometimes web developers need to determine client web browsers. Here is how to detect browser in JavaScript.
How to Backup MySQL Database in Python
Often Python developers need to backup MySQL database in Python. Here are the steps to take backup of MySQL database.
How to Uninstall NVIDIA Drivers in Ubuntu
In this article, let us learn how to completely uninstall NVIDIA drivers from Linux. Here are the steps for it.
How to Uninstall NGINX
Sometimes system administrators need to remove NGINX from server. Here is how to uninstall NGINX completely.
What does if __name__ == “__main__”: do?
Often python developers wonder what does __name__==”__main__” do. In this article, we will learn everything about name-main idiom.
How to Check if Element is Hidden in JQuery
Often web developers need to check if an element is hidden or visible in jQuery. Here is how to do this.
What Are Metaclasses in Python
Often Python programmers wonder what are metaclasses in Python. In this article, we will learn how to use metaclasses in your Python program.