Hi, I'm Siddhant Bobde

Guitar

I’m a software engineer who turns complex problems into clean, scalable, and efficient solutions. From building data platforms that process millions of records to crafting interactive UIs, I combine strong backend engineering with intuitive frontend design.

Siddhant Bobde

Work Experience

Technologies

HTML 5
CSS 3
JavaScript
React JS
C++
Python
Java
MySQL
MongoDB
Redux
Spring Boot
Hibernate
Git
GitHub
Figma
Clickhouse
AWS
SASS

Recent Blogs

Organize SCSS in React Projects Like a Pro
Organize SCSS in React Projects Like a Pro
May 31st, 2025

Hello everyone!This blog is a follow-up to my previous post, “Elevate Your Styling with SASS”, where I explained the advantages of using SCSS over traditional CSS. In this post, I’ll walk you through how to effectively integrate SCSS into a ReactJS p...

ClickHouse CSV Ingestion with Python: Explicit Schema
ClickHouse CSV Ingestion with Python: Explicit Schema
May 4th, 2025

Introduction Hello everyone! Today, I am going to show you how you can create a table in ClickHouse from a CSV using Python. We use WSL to run ClickHouse on Windows. If you want to know how to run ClickHouse on Windows locally, you can check this art...

Git Add with a Prompt: Selectively Stage Files in Terminal
Git Add with a Prompt: Selectively Stage Files in Terminal
February 2nd, 2025

Hello everyone, Have you ever needed to stage only specific files in Git but found it tedious to manually copy and paste file paths, especially when they are in different folders? If so, I have a simple solution for you! I’ve created a Bash script th...