
Manishankar Jaiswal
Software engineer with 4+ years experience
Summary
Work
Education
Projects
Writing
Essential Git Notes for Day-to-Day Development and Interviews
July 1, 2025A practical guide to Git fundamentals and common workflows, covering setup, commits, reset/revert, stashing, reflog, branching, merge vs rebase, tagging, and force-push considerations.
Formatting and Linting Python Code with isort, black, and flake8
January 1, 2025Explains how to use isort, black, and flake8 together, set up pre-commit hooks, and configure tools via pyproject.toml for consistent Python code formatting and linting.
How to Integrate CKEditor in Django: Step-by-Step Guide for Beginners
September 1, 2024Step-by-step tutorial showing how to add CKEditor to a Django project, including installation, settings, models/forms, views/templates, URLs, admin integration, migrations, and running the server.
Understanding Broker Cluster and Zookeeper in Kafka: A Beginner’s Guide: Part 4
September 1, 2024An introductory article that explains Kafka broker clusters and Zookeeper's role in broker registration, leader election, metadata management, and setting up a Kafka cluster with Zookeeper ensemble.