﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=sameer-shukla2" rel="self" type="application/rss+xml" /><item><title>Exploring The Benefits Of Function Currying In Java - Understanding The Concept And Advantages</title><description>In this article, we will delve into the concept of Function Currying in Java and explore the benefits it provides. We will first explain what Function Currying is, how it works, and why it is importan</description><link>https://www.c-sharpcorner.com/article/exploring-the-benefits-of-function-currying-in-java-understanding-the-concept/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-the-benefits-of-function-currying-in-java-understanding-the-concept/</guid><pubDate>Tue, 07 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>An Introduction To Linear Regression</title><description>The article provides an introduction to the fundamentals of linear regression, including an explanation of the equation used to fit a line to the data, as well as examples of how moving the line can b</description><link>https://www.c-sharpcorner.com/article/an-introduction-to-linear-regression/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/an-introduction-to-linear-regression/</guid><pubDate>Sun, 19 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Creating Function Pipelines In Java</title><description>java.util.Function is a functional interface in Java that takes one argument and produces a result. Creating Function Pipelines In Java.</description><link>https://www.c-sharpcorner.com/article/creating-function-pipelines-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/creating-function-pipelines-in-java/</guid><pubDate>Tue, 14 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title> Getting Started With Kafka Producers, Consumers, Consumer Groups - Essential Concepts</title><description>In this article, you will learn about Kafka Producers, Consumers, Consumer Groups: Essential Concepts.</description><link>https://www.c-sharpcorner.com/article/getting-started-with-kafka-producers-consumers-consumer-groups-essential-con/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-kafka-producers-consumers-consumer-groups-essential-con/</guid><pubDate>Fri, 03 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Exploring Heap Data Structure In Java</title><description>The article explains what Heap (Priority Queue) in Java is, characteristics, understanding Min Heap / Max Heap and explains few important Java Priority Queue API methods covers how to work with Compar</description><link>https://www.c-sharpcorner.com/article/exploring-heap-data-structure-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-heap-data-structure-in-java/</guid><pubDate>Tue, 31 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Java Map Enhancements</title><description>Java 8 introduced several default and utilities methods in the Map Interface, the purpose of these new methods/enhancements is to help engineers in writing more succinct code and follow conversational</description><link>https://www.c-sharpcorner.com/article/java-map-enhancements/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-map-enhancements/</guid><pubDate>Tue, 31 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>HTTP Methods In FastAPI</title><description>The article covers the PUT / POST operation with Pydantic using FastAPI.</description><link>https://www.c-sharpcorner.com/article/http-methods-in-fastapi/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/http-methods-in-fastapi/</guid><pubDate>Sat, 26 Mar 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Getting Started With FastAPI</title><description>The article explains with example how to develop REST APIs with FastAPI Python Framework.</description><link>https://www.c-sharpcorner.com/article/getting-started-with-fastapi/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-fastapi/</guid><pubDate>Fri, 25 Mar 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Inspecting Features In Java 18</title><description>The article explains the feature going to release in Java 18.</description><link>https://www.c-sharpcorner.com/article/inspecting-features-in-java-18/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/inspecting-features-in-java-18/</guid><pubDate>Wed, 09 Mar 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Useful Python Tips</title><description>The article explains a few of the useful Python tips </description><link>https://www.c-sharpcorner.com/article/useful-python-tips/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/useful-python-tips/</guid><pubDate>Fri, 25 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Openpyxl Module In Python</title><description>The article explores Openpyxl module</description><link>https://www.c-sharpcorner.com/article/openpyxl-module-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/openpyxl-module-in-python/</guid><pubDate>Thu, 24 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Sealed Classes In Java </title><description>The article explains what are sealed classes in Java, Sealed Interfaces, and explains one of the most important preview features of Java 17 “Pattern Matching” and how it works well with Sealed classes</description><link>https://www.c-sharpcorner.com/article/sealed-classes-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sealed-classes-in-java/</guid><pubDate>Thu, 24 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>@classmethod And @staticmethod In Python</title><description>The article explains @classmethod and @staticmethod in Python.</description><link>https://www.c-sharpcorner.com/article/classmethod-and-staticmethod-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/classmethod-and-staticmethod-in-python/</guid><pubDate>Tue, 22 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Useful Python Functions</title><description>The article explains 4 extremely useful Python functions breakpoint, globals, locals, and input.</description><link>https://www.c-sharpcorner.com/article/useful-python-functions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/useful-python-functions/</guid><pubDate>Thu, 17 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Exploring Transforms In Apache Beam</title><description>The most common types of transformations are categorized into Element-Wise Transformation and Aggregation. The element-wise transformations are the most common ones like Filter, FlatMap, Keys, Map, Pa</description><link>https://www.c-sharpcorner.com/article/exploring-transforms-in-apache-beam/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-transforms-in-apache-beam/</guid><pubDate>Wed, 16 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title> Inspecting Frozenset In Python</title><description>The article explains in detail the frozenset function in Python.</description><link>https://www.c-sharpcorner.com/article/inspecting-frozenset-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/inspecting-frozenset-in-python/</guid><pubDate>Wed, 16 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Understanding Apache Beam</title><description>The article explains what is Apache Beam and the internals of it.</description><link>https://www.c-sharpcorner.com/article/understanding-apache-beam/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-apache-beam/</guid><pubDate>Tue, 15 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>FlashText In Python</title><description>The article explains the FlashText library in Python.</description><link>https://www.c-sharpcorner.com/article/flashtext-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/flashtext-in-python/</guid><pubDate>Mon, 14 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Pickle In Python</title><description>The article explains Serialization / Deserialization process of object in Python</description><link>https://www.c-sharpcorner.com/article/pickle-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pickle-in-python/</guid><pubDate>Sat, 05 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Pillow In Python</title><description>The article explains how to manipulate Images in Python using the Pillow module</description><link>https://www.c-sharpcorner.com/article/pillow-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pillow-in-python/</guid><pubDate>Sat, 05 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Reading PDF In Python</title><description>The article explains the PyPDF2 library in Python which simplifies PDF file reading.</description><link>https://www.c-sharpcorner.com/article/reading-pdf-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/reading-pdf-in-python/</guid><pubDate>Fri, 04 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Operators In Apache Airflow</title><description>The article explains what Operators are in Apache Airflow</description><link>https://www.c-sharpcorner.com/article/operators-in-apache-airflow/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/operators-in-apache-airflow/</guid><pubDate>Thu, 03 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Substring Functions In Python</title><description>The article explains the substring functions find, rfind, count, replace, slice in Python.</description><link>https://www.c-sharpcorner.com/article/substring-functions-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/substring-functions-in-python/</guid><pubDate>Wed, 02 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>DAGs In Apache Airflow</title><description>The article explains the DAGs in Apache Airflow. The article explains DAG, its common properties, writing a DAG, Scheduling DAG, and other basics, and by covering these topics step by step we will dev</description><link>https://www.c-sharpcorner.com/article/dags-in-apache-airflow/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dags-in-apache-airflow/</guid><pubDate>Sat, 29 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Understanding Apache Airflow</title><description>The article explains about the open-source workflow management tool Apache Airflow.</description><link>https://www.c-sharpcorner.com/article/understanding-apache-airflow/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-apache-airflow/</guid><pubDate>Thu, 27 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Itertools In Python</title><description>The article explains how to use Itertools Python module</description><link>https://www.c-sharpcorner.com/article/itertools-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/itertools-in-python/</guid><pubDate>Sun, 23 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Pandas with D-Tale</title><description>The article explains how to work with D-Tale library with Pandas</description><link>https://www.c-sharpcorner.com/article/pandas-with-d-tale/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pandas-with-d-tale/</guid><pubDate>Fri, 21 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Demystifying ‘var’ In Java</title><description>The article explains the internals of the keyword &amp;#39;var&amp;#39; in Java.</description><link>https://www.c-sharpcorner.com/article/demystifying-var-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/demystifying-var-in-java/</guid><pubDate>Wed, 19 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Inspecting PySnooper</title><description>The article explains using PySnooper for Debugging.</description><link>https://www.c-sharpcorner.com/article/inspecting-pysnooper/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/inspecting-pysnooper/</guid><pubDate>Wed, 19 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Critical PySpark Functions</title><description>The article covers 5 critical PySpark functions after data import.</description><link>https://www.c-sharpcorner.com/article/critical-pyspark-functions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/critical-pyspark-functions/</guid><pubDate>Mon, 17 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Introduction To PySpark</title><description>The article explains what PySpark is and fundamental differences with Pandas and how to install and work with it.</description><link>https://www.c-sharpcorner.com/article/introduction-to-pyspark/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-pyspark/</guid><pubDate>Sun, 16 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Python Faker Library</title><description>The article explains how to generate fake data using Python Faker Library which can be extremely useful in writing integration test cases as well as in Data Science projects also</description><link>https://www.c-sharpcorner.com/article/python-faker-library/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/python-faker-library/</guid><pubDate>Sun, 16 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>TinyDB In Python</title><description>The article explains how to work with new TinyDB written in Python</description><link>https://www.c-sharpcorner.com/article/tinydb-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/tinydb-in-python/</guid><pubDate>Fri, 14 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Python One Liners</title><description>The article highlights some of the problems that can be solved using Python just in one line</description><link>https://www.c-sharpcorner.com/article/python-one-liners/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/python-one-liners/</guid><pubDate>Tue, 11 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Python - Understanding *args And **kwargs</title><description>In this article, we will learn to pragmatically explain the 2 magic variables.</description><link>https://www.c-sharpcorner.com/article/python-understanding-args-and-kwargs/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/python-understanding-args-and-kwargs/</guid><pubDate>Mon, 10 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Kubernetes For Developers</title><description>The article explains the bare minimum fundamentals backend developers needs to know.</description><link>https://www.c-sharpcorner.com/article/kubernetes-for-developers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/kubernetes-for-developers/</guid><pubDate>Sun, 09 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Exploring Redis</title><description>The article explains what is Redis and how to use it, so that in future articles more advanced topics can be easily covered</description><link>https://www.c-sharpcorner.com/article/exploring-redis/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-redis/</guid><pubDate>Sun, 09 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>What Is HTTP/2</title><description>The article explains how HTTP/2 enhances the performance of an application</description><link>https://www.c-sharpcorner.com/article/what-is-http2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-http2/</guid><pubDate>Fri, 07 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Pandas - Useful DataFrame functions</title><description>Article explains about functions which are useful in knowing the data we are analyzing</description><link>https://www.c-sharpcorner.com/article/pandas-useful-dataframe-functions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pandas-useful-dataframe-functions/</guid><pubDate>Fri, 07 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Understanding CAP Theorem</title><description>In this article, you will learn about CAP Theorem in distributed computing.</description><link>https://www.c-sharpcorner.com/article/understanding-cap-theorem/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-cap-theorem/</guid><pubDate>Thu, 06 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Groupby Function In Pandas</title><description>This article explains, how groupby works in Pandas.</description><link>https://www.c-sharpcorner.com/article/groupby-function-in-pandas/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/groupby-function-in-pandas/</guid><pubDate>Tue, 04 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Upgrading Your Architecture: Learn How to Use the Microservice Strangler Pattern</title><description>In this article, you will learn about Microservice Strangler Pattern.</description><link>https://www.c-sharpcorner.com/article/microservice-strangler-pattern/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/microservice-strangler-pattern/</guid><pubDate>Mon, 03 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Functional Programming Using Vavr In Java</title><description>Article explains how to implement Functional Programming concepts in Java application using Vavr library.</description><link>https://www.c-sharpcorner.com/article/functional-programming-using-vavr-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/functional-programming-using-vavr-in-java/</guid><pubDate>Sun, 02 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Microservice Circuit Breaker Pattern</title><description>The article explains Circuit Breaker Pattern in Microservices architecture.</description><link>https://www.c-sharpcorner.com/article/microservice-circuit-breaker-pattern/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/microservice-circuit-breaker-pattern/</guid><pubDate>Sat, 01 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Monitoring APIs With Actuators</title><description>The article explains what actuators are and how we should use them.</description><link>https://www.c-sharpcorner.com/article/monitoring-apis-with-actuators/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/monitoring-apis-with-actuators/</guid><pubDate>Fri, 31 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Handling DateTime In Pandas</title><description>In this article explains how to work with DateTime in Pandas.</description><link>https://www.c-sharpcorner.com/article/handling-datetime-in-pandas/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/handling-datetime-in-pandas/</guid><pubDate>Fri, 31 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Pandas Aggregation Functions</title><description>The article explains how aggregation works in Pandas, which help readers when they apply Grouping, </description><link>https://www.c-sharpcorner.com/article/pandas-aggregation-functions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pandas-aggregation-functions/</guid><pubDate>Thu, 30 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Pandas - Investigating Pipe Function</title><description>The article explains the pipe function in Pandas, the ‘pipe’ function is a very useful function through which we can chain multiple processing operations into one.</description><link>https://www.c-sharpcorner.com/article/pandas-investigating-pipe-function/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pandas-investigating-pipe-function/</guid><pubDate>Thu, 30 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Lesser Known Git Commands</title><description>The article covers 5 important rare git commands, which are extremely useful</description><link>https://www.c-sharpcorner.com/article/lesser-known-git-commands/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/lesser-known-git-commands/</guid><pubDate>Wed, 29 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Pandas - Apply Vs Applymap</title><description>Article explains the difference between apply and applymap function in Pandas pragmatically. </description><link>https://www.c-sharpcorner.com/article/pandas-apply-vs-applymap/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pandas-apply-vs-applymap/</guid><pubDate>Tue, 28 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Inspecting Tail Recursion</title><description>In the article we will inspect tail recursion, we will understand the concept pragmatically by deep-diving into some of the examples.</description><link>https://www.c-sharpcorner.com/article/inspecting-tail-recursion/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/inspecting-tail-recursion/</guid><pubDate>Tue, 28 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Understanding Docker Compose</title><description>Article explains using Docker Compose for executing multi-container apps on our local machine</description><link>https://www.c-sharpcorner.com/article/understanding-docker-compose/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-docker-compose/</guid><pubDate>Tue, 28 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Inspecting Reduce Function</title><description>In this article, you will learn about the internals of the &amp;#39;reduce&amp;#39; function.</description><link>https://www.c-sharpcorner.com/article/inspecting-reduce-function/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/inspecting-reduce-function/</guid><pubDate>Sun, 26 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Exploring Collections library In Python</title><description>The article explains the alternative to traditional Python collections which is Collections module</description><link>https://www.c-sharpcorner.com/article/exploring-collections-library-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-collections-library-in-python/</guid><pubDate>Sat, 25 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Pandas - Filtering DataFrame</title><description>Article describes various options for filtering the DataFrame in Pandas</description><link>https://www.c-sharpcorner.com/article/pandas-filtering-dataframe/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pandas-filtering-dataframe/</guid><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Exploring Default Methods In Java 8</title><description>Java 8 brought lots of features and one of them is the ‘default’ methods. This article explains what is default method in Java.</description><link>https://www.c-sharpcorner.com/article/exploring-default-methods-in-java-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-default-methods-in-java-8/</guid><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>No Likes And Range Queries In Cassandra</title><description>Cassandra&amp;#39;s design philosophy emphasizes efficient distributed data storage and retrieval using partition keys and clustering columns. While it may not support arbitrary substring matching (No Lik</description><link>https://www.c-sharpcorner.com/article/no-likes-and-range-queries-in-cassandra/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/no-likes-and-range-queries-in-cassandra/</guid><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Java 8 - orElse vs orElseGet</title><description>The article explains the difference between the two methods orElse vs orElseGet.</description><link>https://www.c-sharpcorner.com/article/java-8-orelse-vs-orelseget/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-8-orelse-vs-orelseget/</guid><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Python - Requests Library</title><description>Article explains on how to work with the elegant &amp;#39;Http&amp;#39; library of Python called &amp;#39;requests&amp;#39; </description><link>https://www.c-sharpcorner.com/article/python-requests-library/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/python-requests-library/</guid><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Pandas: Sorting DataFrame</title><description>The article explains how to perform sorting on DataFrame</description><link>https://www.c-sharpcorner.com/article/pandas-sorting-dataframe/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/pandas-sorting-dataframe/</guid><pubDate>Mon, 20 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item><item><title>Exploring Numeric Streams In Java</title><description>The article explains how to efficiently work with specific Numeric Streams in Java</description><link>https://www.c-sharpcorner.com/article/exploring-numeric-streams-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exploring-numeric-streams-in-java/</guid><pubDate>Sun, 19 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Sameer Shukla)</author></item></channel></rss>