Python Script for downloading YouTube video

by Manish | Sep 24 2023

In this tutorial, we'll walk you through the creation of a Python script that allows you to effortlessly download YouTube videos. Python's versatility and a library called pytube make this task surprisingly simple. Whether you want to save your favorite videos for offline viewing or need to download content for a project, this Python script will become a valuable tool in your toolkit.


Connection Java-MySql : Public Key Retrieval is not Allowed

by Manish | Sep 28 2023

In this article, I'll present a solution for a common issue that arises when working with a MySQL database: the 'Connection Java-MySQL: Public Key Retrieval is not allowed' exception.


Exploring Java 21 Features Through Practical Examples

by Manish | Sep 19 2023

This article provides a comprehensive overview of the new features introduced in JDK 21, as specified by JSR 396 in the Java Community Process. From language improvements to performance optimizations, these features aim to enhance productivity, flexibility, and efficiency in Java development. Let’s dive into the details and explore the exciting advancements in JDK 21.