A collection of my open source contributions, published packages, and personal projects.


🔍 OpenSearch Dashboards

I’m a contributor to OpenSearch Dashboards, the open source visualization platform for OpenSearch (fork of Kibana).

Merged Pull Requests

Data Grid Pagination Options

Merged January 2024 • v2.12.0

Enhanced the Discover module with configurable pagination options for the data grid, improving user experience when working with large datasets.

Dev Tools Console Autocomplete Fix

Merged December 2023 • v2.12.0

Fixed a bug in the Dev Tools console where autocomplete suggestions weren’t working correctly, improving developer productivity.

Dev Tools Query Export/Import

Merged September 2023 • v2.10.0

Added the ability to export and import queries in Dev Tools, making it easier to share and backup query collections.


📦 Published Packages

jsonflat

Published on npm as @kishor82/jsonflat

A lightweight JavaScript library to flatten nested JSON objects into a single-level structure with customizable delimiters.

Features:

1
2
3
4
5
const { flat } = require("@kishor82/jsonflat");

const nested = { person: { name: { first: "John" } } };
const result = flat(nested);
// { "person.name.first": "John" }

View on GitHub → | npm →


🤖 LangGraph Agent Template

A production-ready Cookiecutter template for building AI agents with LangGraph and FastAPI.

Features:

View on GitHub →


🛠️ Developer Tools

devland

Customized Development Environment Setup

A Makefile-based automation for setting up a complete development environment including:

One command to set up your entire dev environment: make setup

View on GitHub →


Want to collaborate? Let’s connect!