Gautam Blogs

Sales Forecasting

Sales Forecasting

Jan 31, 202536 min read
Case study on sales forecasting utilizing machine learning algorithms and time series models. It includes exploratory data analysis, hypothesis testing, feature engineering and model deployment.
Fullstack Multi Container App

Fullstack Multi Container App

Jan 01, 20254 min read
A fullstack multi-container app using React, Express, Redis, MongoDB, and Docker. This post will discuss how to create a multi-container app using Docker and Docker Compose.
Driver Churn Prediction

Driver Churn Prediction

Aug 30, 202410 min read
This case study delves deeply into OLA driver data to uncover insights about the driver churn and assist the company in retaining drivers.
E-com Price Optimization

E-com Price Optimization

Jul 07, 20244 min read
Case study on price optimization on an e-commerce store. This post will discuss various price optimization strategies and their impact on sales along with some recommendations.
Aerofit Data Analysis

Aerofit Data Analysis

Jun 20, 20243 min read
This comprehensive case study delves into Aerofit's data, uncovering valuable insights to enhance sales performance and assist the company in providing tailored product recommendations to consumers
Netflix Data Analysis

Netflix Data Analysis

May 20, 20244 min read
This case study delves deeply into Netflix data to uncover insights about the content and assist the company in recommending which content to upload or produce.
Automated Trading System

Automated Trading System

Dec 29, 20237 min read
Case study of my automated trading system. This post will walk through the process of building the system, the components and technologies used, how it works, and the challenges faced.
CSS Variables

CSS Variables

Jan 30, 20233 min read
CSS variables are a new addition to CSS. As the name says, we can now add custom variables, similar to SCSS, Less and Stylus.
View different branch file inside VIM

View different branch file inside VIM

Jan 30, 20231 min read
There will come a time when you will want to view the contents of the same file or a different file from another branch.