Category: article

AWS Glue @ Freshers.in

Optimizing data queries with AWS Glue and Amazon Athena

AWS Glue, a serverless data integration service, and Amazon Athena, an interactive query service, together offer a seamless solution for…

Continue Reading Optimizing data queries with AWS Glue and Amazon Athena
AWS Glue @ Freshers.in

Mastering data partitioning in AWS Glue

This article explores how AWS Glue handles data partitioning during processing, supplemented by a real-world example. Understanding data partitioning in…

Continue Reading Mastering data partitioning in AWS Glue
AWS Glue @ Freshers.in

Ensuring data integrity with AWS Glue: A practical guide to data validation

In the world of big data, ensuring the accuracy and integrity of data during ingestion is paramount. AWS Glue, a…

Continue Reading Ensuring data integrity with AWS Glue: A practical guide to data validation
python @ Freshers.in

Adding empty columns to your DataFrame in Python Pandas

Pandas is a cornerstone tool for data manipulation in Python, offering extensive functionalities for data analysis. One common task in…

Continue Reading Adding empty columns to your DataFrame in Python Pandas
python @ Freshers.in

Python script for monitoring GPU metrics (temperature and utilization) on a server

Monitoring server GPU temperature and utilization is a critical task for ensuring the health and performance of systems, particularly those…

Continue Reading Python script for monitoring GPU metrics (temperature and utilization) on a server
python @ Freshers.in

Python script to track the health of Kubernetes pods

Creating a Python script to track the health of Kubernetes pods involves interacting with Kubernetes’ APIs to monitor and report…

Continue Reading Python script to track the health of Kubernetes pods
python @ Freshers.in

Monitor server Docker container resource utilization using python

Creating a Python script to monitor resource utilization of Docker containers involves using Docker’s APIs and Python libraries to interact…

Continue Reading Monitor server Docker container resource utilization using python
python @ Freshers.in

Monitoring disk space using Python.

Python script to monitor disk space on Windows, Linux, and macOS involves using cross-platform libraries and system-specific commands. Here’s a…

Continue Reading Monitoring disk space using Python.
Kotlin @ Freshers.in

Inline vs Noinline in Kotlin: Enhancing performance and flexibility

In Kotlin, the concepts of inline and noinline functions play a critical role in optimizing performance, especially when dealing with…

Continue Reading Inline vs Noinline in Kotlin: Enhancing performance and flexibility
Kotlin @ Freshers.in

Lambdas in Kotlin: Streamlining code with functional programming

Lambdas in Kotlin are anonymous functions that can be used to implement functional programming concepts. This article explores their syntax,…

Continue Reading Lambdas in Kotlin: Streamlining code with functional programming