
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Prince Yadav has Published 226 Articles

Prince Yadav
428 Views
Python has established itself as one of the most popular programming languages due to its versatility and ease of use. One of the areas where Python truly shines is web scraping, a technique used to extract data from websites. Whether you need to gather information for research, build a data−driven ... Read More

Prince Yadav
513 Views
The DEBUGFS command is a powerful utility in Linux that grants access to the file system of a block device. One of its notable features is its ability to reveal the creation time of a file, which cannot be easily obtained through typical Linux commands. This piece of information is ... Read More

Prince Yadav
3K+ Views
If you are a Linux user and wish to connect to a Wi-Fi network from a terminal. Although it may seem scary, it is actually a simple process using the Nmcli command. In this article, I will introduce you to the steps of connecting Wi-Fi from a Linux terminal using ... Read More

Prince Yadav
1K+ Views
Data extraction is vital in the digital age because of the wealth of online information. Extracting data from webpages through a process known as web scraping has grown in popularity for a variety of uses. For example, web scraping can be very helpful for gathering and analyzing financial news. One ... Read More

Prince Yadav
4K+ Views
Secure remote access is essential for both organizations and individuals in the connected world of today. For secure network communication and remote system administration, SSH (Secure Shell) has gained popularity. It is crucial to understand that SSH servers can be subject to brute-force attacks that aim to jeopardize their security. ... Read More

Prince Yadav
4K+ Views
USB storage devices have become ubiquitous in our technology-driven world, but they also pose a significant security threat to organizations. Attackers can exploit these devices to introduce malware, steal sensitive data, or gain unauthorized access to a network. To protect Linux servers against such attacks, administrators can take proactive measures ... Read More

Prince Yadav
377 Views
Python's simplicity and versatility have made it immensely popular among developers. However, the interpreted nature of Python can result in slower code execution compared to lower-level languages. To overcome this limitation and tap into Python's full potential for high-performance computing, numerous techniques and tools have been developed. In this article, ... Read More

Prince Yadav
272 Views
Python has emerged as a go−to programming language for various applications, and its versatility extends to the world of web scraping. With its rich ecosystem of libraries and frameworks, Python offers a powerful toolkit for extracting data from websites and unlocking valuable insights. Whether you're a data enthusiast, researcher, or ... Read More

Prince Yadav
287 Views
Python, with its versatility and simplicity, has become a language of choice for developers and enthusiasts across various domains. When it comes to managing schedules and organizing tasks, Python offers a multitude of libraries that can simplify the process. One such library is pdfschedule, a powerful tool that allows us ... Read More

Prince Yadav
302 Views
As software developers, we have come to appreciate the significance of DevOps practices in modern software delivery. In this article, we will delve into the world of DevOps automation using Python, with a specific focus on continuous integration and deployment. Python, with its rich ecosystem of libraries and frameworks, has ... Read More