Skip to content

Commit a9461a2

Browse files
cameronsjoclaude
andcommitted
docs: expand roadmap with infrastructure and data gaps
Add new ideas: - CI/CD Pipelines (GitHub Actions, GitLab CI, Jenkins, ArgoCD) - IaC Tools (Terraform, Pulumi, CloudFormation, OpenTofu) - Feature Flags (LaunchDarkly, Unleash) - Message Queues (Kafka, RabbitMQ, Redis Streams, NATS) - Caching Strategies (Redis, Memcached, cache invalidation) - Search Engines (Elasticsearch, Meilisearch, Typesense) - Database Internals (B-trees, WAL, MVCC, query planning) Remove redundant DevOps/Infrastructure entry (now split into specific topics). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0feb231 commit a9461a2

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/ROADMAP.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,25 @@
4646

4747
| Item | Status | Impact | Effort | Notes |
4848
|------|--------|--------|--------|-------|
49+
| CI/CD Pipelines | `idea` | High | Medium | GitHub Actions, GitLab CI, Jenkins, ArgoCD |
50+
| IaC Tools | `idea` | High | Medium | Terraform, Pulumi, CloudFormation, OpenTofu |
4951
| Service Mesh | `idea` | Medium | Medium | Istio, Linkerd, sidecar patterns |
5052
| Secrets Management | `idea` | High | Medium | Vault, AWS Secrets Manager, rotation |
5153
| CDN | `idea` | Medium | Small | Cloudflare, Fastly, edge caching |
5254
| Container Security | `idea` | Medium | Medium | Image scanning, runtime security |
5355
| Supply Chain Security | `idea` | High | Medium | SBOM, Sigstore, dependency scanning, attestation |
5456
| Identity (IAM) | `idea` | High | Medium | OAuth 2.0, OIDC, SSO, SAML deep dive |
55-
| DevOps/Infrastructure | `idea` | Medium | Large | CI/CD, IaC, Kubernetes |
5657
| Cloud platforms | `idea` | Medium | Large | AWS, GCP, Azure comparisons |
58+
| Feature Flags | `idea` | Medium | Small | LaunchDarkly, Unleash, experimentation platforms |
59+
60+
### Data & Storage
61+
62+
| Item | Status | Impact | Effort | Notes |
63+
|------|--------|--------|--------|-------|
64+
| Message Queues | `idea` | High | Medium | Kafka, RabbitMQ, Redis Streams, SQS, NATS |
65+
| Caching Strategies | `idea` | High | Medium | Redis, Memcached, CDN patterns, cache invalidation |
66+
| Search Engines | `idea` | High | Medium | Elasticsearch, Meilisearch, Typesense, Algolia |
67+
| Database Internals | `idea` | High | Large | B-trees, WAL, MVCC, query planning, indexes |
5768

5869
### Other
5970

0 commit comments

Comments
 (0)