Recent Posts

Docker Basics

Docker is a platform that allows you to package and run software applications in a consistent and isolated environment called a container. It simplifies the process of deploying applications by providing a standardized way to package all the necessary dependencies, configurations, and code into a single unit that can run on any system.

Blockchain Basics

Blockchain is a time-stamped series of immutable records of data that is managed by a cluster of computers not owned by a single entity. Transactione is the basic element of the bitcoin blockchain. Many transactions form a block. Transactions are validated & broadcast. Blocks go through a consensus process, to select the next block that will be added to the chain. Chosen block is verified & added to the current chain.

Pandas to Pyspark

Gone are the days, when you used to use pandas for every single project. Today is the day of big data. And simple pandas can’t do processing at that scale. And here comes into picture pyspark. Following are some of most commonly used pandas and their pyspark equivalent versions.