Siddhant Khare

Siddhant Khare @siddhantkcode

About: Engineering @Gitpod | github1s maintainer | OSS @Greenstand @metacallio & @iosf_india | Opinions are personal | Working 996 | prev-Intern @GitHub | Personal blog: https://siddhantkhare2694.medium.com

Location:
Jabalpur, India
Joined:
Nov 20, 2019

Siddhant Khare
articles - 72 total

How to make AI code edits more accurate

A technical examination of production-grade LSP-MCP integration After spending months analyzing AI...

Learn More 5 4Aug 15

An easy way to stop Claude code from forgetting the rules

You spend time setting up Claude Code with specific instructions in your CLAUDE.md file. Maybe you...

Learn More 13 0Jul 2

Claude code is costly - unless you do this

Claude Code is a powerful AI development tool, but it comes with a rate limit if you're on the Pro...

Learn More 11 0Jun 14

Extending Claude's Brain: How MCP makes AI actually useful for developers

Model Context Protocol (MCP) is a protocol created by Anthropic designed to enable AI models to...

Learn More 7 0Mar 26

How docs AI search works: Mintlify-Style with OpenAI Agents SDK

Documentation remains a critical resource for developers, serving as the definitive guide and...

Learn More 11 0Mar 23

Isolating AI Agents with DevContainer: A secure and scalable approach

AI coding agents like Cline and RooCode are powerful but unpredictable. A simple misconfiguration...

Learn More 8 1Mar 4

Tackling Cold Starts in AWS Lambda: A Deep Dive with LLRT

AWS Lambda is the go-to serverless computing service for developers who love event-driven...

Learn More 8 5Feb 24

How we slashed CI build time using Go’s cache

Our CI pipeline’s integration tests were running sluggishly. The primary bottleneck wasn't the tests...

Learn More 13 3Feb 1

Binary embedding: shrink vector storage by 95%

Introduction When working with large RAG (Retrieval-Augmented Generation) systems, getting...

Learn More 6 0Jan 12

Querying S3 logs in a flash with DuckDB 🦆

Amazon S3 server access logs are a treasure trove of valuable information, detailing requests made to...

Learn More 5 0Dec 8 '24

Submission for the DevCycle Feature Flag Challenge: AI Feature Flag Suggestions 🧠

This is a submission for the DevCycle Feature Flag Challenge: Feature Flag Funhouse What I...

Learn More 20 3Dec 7 '24

Turbocharging AWS Lambda: How to eliminate cold starts forever

Imagine rushing to grab your morning coffee, only to find the barista needs to boot up the espresso...

Learn More 5 0Dec 1 '24

2x Faster, 40% less RAM: The Cloud Run stdout logging hack

Sometimes, the simplest solutions yield the most dramatic improvements. In a recent private project,...

Learn More 6 0Nov 24 '24

Deep dive: optimizing self-hosted GitHub Actions Runners on AWS and GCP for cost efficiency

Running self-hosted GitHub Actions runners on the cloud provides great control, but the costs can...

Learn More 9 0Nov 20 '24

Building smarter Docker Images for your development environments with Pants 🚀

When you think about Docker, what comes to mind? Is it containerized apps for production? Maybe...

Learn More 12 0Nov 17 '24

Critical changes coming to GitHub Actions: Ubuntu 24 migration guide

The looming change On November 5, 2024, GitHub announced a significant change that will...

Learn More 10 0Nov 10 '24

Solving AWS ECS connect timeouts: configure default settings easily

If you've ever scratched your head over unexpected timeouts in your AWS ECS Service Connect...

Learn More 3 0Nov 2 '24

When k6 eats up your RAM: Slashing memory usage in load tests

tl;dr; High memory consumption during k6 load tests is often a result of high cardinality...

Learn More 8 0Oct 31 '24

Optimizing database performance by migrating Images to GCS

tl;dr; Migrating image data from Cloud SQL to GCS significantly improved database...

Learn More 7 0Oct 20 '24

Exploring parallelism in Large Language Models (LLMs)

Introduction Large Language Models (LLMs) have revolutionized natural language processing...

Learn More 15 0Oct 17 '24

Cost-effective Netlify deployments for large teams using GitHub Actions

Netlify is a powerful platform for deploying web applications, offering seamless integration with Git...

Learn More 5 0Oct 5 '24

Accelerating CI Pipelines with Docker Buildx and BuildKit Caching

Introduction Efficient CI pipelines are critical to smooth development workflows, and...

Learn More 11 0Sep 15 '24

Daily screenshot management w/ Crontab on MacOS

In this blog post, we'll explore how to efficiently manage your screenshots on MacOS using crontab...

Learn More 7 0Sep 6 '24

Efficient processing of Gzip-compressed files in Google Cloud Storage

In today's data-driven world, efficiently handling large, compressed files stored in cloud...

Learn More 8 1Sep 1 '24

AWS Cost Optimization: Periodic Deletion of ECR Container Images

tl;dr; Automated periodic deletion of ECR container images is a straightforward and...

Learn More 10 0Jun 27 '24

Enable Touch ID Authentication for sudo on macOS Sonoma 14.x

Operating Environment: OS: MacOS Sonoma 14.5 Device: M1 MacBook Pro ...

Learn More 41 0Jun 22 '24

Identifiers 101: Understanding and Implementing UUIDs and ULIDs

At first glance, UUIDs (Universally Unique Identifiers) and ULIDs (Universally Unique...

Learn More 23 1Jun 16 '24

How to configure Server-Side Encryption (SSE-S3) in Amazon S3?

Introduction Amazon S3 offers various encryption options to secure your data at rest....

Learn More 12 0Jun 9 '24

Optimizing Matplotlib Performance: Handling Memory Leaks Efficiently

Introduction Memory management is a crucial aspect when dealing with large datasets and...

Learn More 15 0Jun 6 '24

How to Recover an Entire Folder in S3 After Accidental Deletion

Accidentally deleting an entire folder (prefix) in Amazon S3 can be a heart-stopping moment....

Learn More 18 0Jun 5 '24