refactor: streamline help command with project-based questions
Build & Push Portfolio Image / build-push (push) Successful in 3m28s
Build & Push Portfolio Image / build-push (push) Successful in 3m28s
This commit is contained in:
@@ -35,18 +35,33 @@ function useTheme() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const commands: Record<string, string> = {
|
const commands: Record<string, string> = {
|
||||||
help: `Commands: help, /clear
|
help: `QUESTIONS TO EXPLORE:
|
||||||
|
|
||||||
INTERVIEW-STYLE QUESTIONS:
|
Homelab & Infrastructure
|
||||||
• Cert rotation in production—downtime?
|
• Did you build Kubernetes from scratch? How hard?
|
||||||
• Why Talos over standard K8s?
|
• What's this etcd consensus issue you hit?
|
||||||
• Multi-region SQS failover—atomic safety?
|
• How does Talos Linux compare to kubeadm?
|
||||||
• vLLM 60% latency: bottleneck & fix?
|
• ArgoCD vs pure Terraform—when to use each?
|
||||||
• Exactly-once delivery design?
|
|
||||||
• 2hr→20min deploy: root cause?
|
|
||||||
• K8s CRD reconciliation at scale?
|
|
||||||
|
|
||||||
homelab | RBC | AWS | ask anything`,
|
Distributed Systems & State Machines
|
||||||
|
• Did you use Temporal before? What problems did it solve?
|
||||||
|
• Multi-region deployment at AWS—how did you handle consistency?
|
||||||
|
• How do you detect and fix Terraform drift at scale?
|
||||||
|
• GraphQL federation with microservices—experience?
|
||||||
|
|
||||||
|
LLM & AI Systems
|
||||||
|
• How does Graph-RAG work? Why not just semantic search?
|
||||||
|
• vLLM optimization—what bottleneck did you hit?
|
||||||
|
• Natural language → executable workflow—how?
|
||||||
|
• OIDC + hierarchical RBAC for multi-tenant knowledge graphs?
|
||||||
|
|
||||||
|
Operations & Career
|
||||||
|
• 2hr→20min deploy at RBC—what was the root cause?
|
||||||
|
• How did you reduce cloud costs 40% across teams?
|
||||||
|
• Lessons from on-call at AWS Step Functions?
|
||||||
|
• What's your take on IaC tooling—Terraform, Pulumi, CDK?
|
||||||
|
|
||||||
|
Or just ask: "Tell me about X" or "How did you build Y?"`,
|
||||||
about: `Rock Liang - Senior Software Engineer
|
about: `Rock Liang - Senior Software Engineer
|
||||||
6+ years | Infrastructure × Backend × LLM Systems
|
6+ years | Infrastructure × Backend × LLM Systems
|
||||||
AWS → RBC → Building production homelab
|
AWS → RBC → Building production homelab
|
||||||
|
|||||||
Reference in New Issue
Block a user