Author: user

Shell Scripting @ Freshers.in

Shell Scripting for System Information: Retrieve Username and Hostname with a Simple Script

Shell scripting is a powerful tool for automating tasks and retrieving system information in Unix-like operating systems. In this article,…

Continue Reading Shell Scripting for System Information: Retrieve Username and Hostname with a Simple Script
Shell Scripting @ Freshers.in

Writing a Shell Script to Count Files in the Current Directory

Efficiently managing files within a directory is a fundamental task for developers, system administrators, and anyone working in a command-line…

Continue Reading Writing a Shell Script to Count Files in the Current Directory
python @ Freshers.in

Mastering Directory Operations: Writing a Script to Count Files in the Current Directory

Efficiently managing files within a directory is a fundamental task for developers and system administrators. Whether you need to organize,…

Continue Reading Mastering Directory Operations: Writing a Script to Count Files in the Current Directory

XML Document Generation in Node.js with xmlbuilder

XML (Extensible Markup Language) is a popular format for structuring data, commonly used in web development, data interchange, and configuration…

Continue Reading XML Document Generation in Node.js with xmlbuilder

Node.js UUID: Creating Universally Unique Identifiers

In the realm of Node.js development, generating universally unique identifiers (UUIDs) is a common requirement. Node.js offers a versatile module,…

Continue Reading Node.js UUID: Creating Universally Unique Identifiers
Spark_Pandas_Freshers_in

How to use Pandas API on Spark to convert data to datetime format

In PySpark, the Pandas API offers a range of functionalities to enhance data processing capabilities. One such function is to_datetime(),…

Continue Reading How to use Pandas API on Spark to convert data to datetime format
Java Script @ Freshers.in

JavaScript : Finding the last occurrence of a specified element in an array

JavaScript arrays provide a multitude of methods for efficient manipulation and searching. Among these, the lastIndexOf() method is particularly useful…

Continue Reading JavaScript : Finding the last occurrence of a specified element in an array
Java Script @ Freshers.in

JavaScript : Retrieve the keys or indices of array elements

JavaScript arrays offer a plethora of methods for efficient manipulation and traversal. Among these, the keys() method is particularly useful…

Continue Reading JavaScript : Retrieve the keys or indices of array elements