rabi.
  • Home
  • Writing
  • Snippets
  • Tools
  • YouTube
Snippets

Snippets / Tags

debugging

3 debugging code snippets across 2 languages. Copy-paste solutions from production code.

3

snippets

aws cli

2 snippets

Debug Which AWS Identity You Are Using

Use aws sts get-caller-identity to see which AWS account, IAM user, and role your CLI is currently authenticated as.

aws-cliiamsts+2
BEGINNERApr 20, 2026

Tail CloudWatch Logs Live with the AWS CLI

Use aws logs tail with --follow to stream a CloudWatch log group in real time. Filter, time-range, and color the output.

aws-clicloudwatchlogs+2
BEGINNERMay 10, 2026

git

1 snippet

Find the Bad Commit with git bisect

Use git bisect to binary-search through commits and find the exact one that introduced a bug or test failure.

gitbisectdebugging+2
INTERMEDIATEMay 14, 2026
rabi.

Building production software and writing about what I figure out.

SDE II at Amazon

Content

  • Writing
  • Snippets
  • Tools
  • YouTube

Snippets

  • Java
  • AWS CLI
  • React

Popular Tags

  • React Hooks
  • TypeScript
  • Spring Boot
  • Next.js

Explore

  • About
  • Professional Journey
  • Contact
  • Search
  • Submit a Snippet
  • RSS Feed

Connect

Let's build something together.

Send a message →

Newsletter

Weekly posts on backend engineering and system design.

Subscribe →

© 2026 Rabinarayan Patra. All rights reserved.

Privacy PolicyDisclosureBuilt with Next.js