Skip to content

Instantly share code, notes, and snippets.

View navanathjadhav's full-sized avatar

Navanath Jadhav navanathjadhav

View GitHub Profile
Tool Best For Throughput
Apache Kafka High-volume systems (e.g., Netflix) 1M+ messages/sec
RabbitMQ Complex routing (e.g., banking) 50K messages/sec
AWS EventBridge Cloud-native apps 10K events/sec
@navanathjadhav
navanathjadhav / 10K User Load Test Results.csv
Created April 5, 2025 07:21
10K User Load Test Results
Metric Value
Latency (p95) 220ms
Memory Usage 1.2GB/node
Edit Sync Speed 150ms avg
AI Inference Time 180ms avg
Core Skill Tools to Learn Use Case
Model Deployment TensorFlow.js, ONNX Runtime Embed vision models in browsers
Prompt Engineering OpenAI API, LangChain AI chatbots with domain logic
Data Pipelines Pandas.js, Node-RED Clean training data for ML
Ethical AI Practices IBM AI Fairness 360 Bias detection in recommendations
Type When to Use It Description
feat A new feature Triggers a minor version bump in semantic versioning
fix A bug fix Triggers a patch version bump
docs Documentation-only Changes like README updates
style Formatting Changes to formatting, missing semicolons, etc. (no logic change)
refactor Code cleanup Changes that neither fix bugs nor add features (e.g., simplifying code)
test Testing updates Adding or updating tests
chore Maintenance Tasks like updating dependencies or configuring CI/CD
"Type","When to Use It","Description"
"feat","A new feature","Triggers a minor version bump in semantic versioning"
"fix","A bug fix","Triggers a patch version bump"
"docs","Documentation-only","Changes like README updates"
"style","Formatting","Changes to formatting, missing semicolons, etc. (no logic change)"
"refactor","Code cleanup","Changes that neither fix bugs nor add features (e.g., simplifying code)"
"test","Testing updates","Adding or updating tests"
"chore","Maintenance","Tasks like updating dependencies or configuring CI/CD"