Software Development

Spark Basics

Suppose we have a web application hosted in an application orchestrator like kubernetes. If load in that particular application increases then we can horizontally scale our application simply by increasing the number of pods in our service.

Read more →

May 1, 2023

GoLang Cheatsheet

Golang Cheat Sheet: Go, also known as Golang, is a statically-typed and compiled programming language developed by Google. This cheat sheet provides a quick reference to the most commonly used Go syntax and concepts.

Read more →

April 1, 2023

Python Cheatsheet

Python is a versatile and powerful programming language that is widely used in various fields. This cheat sheet provides a quick reference to the most commonly used Python syntax and concepts.

Read more →

April 1, 2023

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.

Read more →

April 1, 2022