Part 2️⃣ – Personal Flow: Customizing & Securing Your Environment #173966
Replies: 1 comment
-
|
Hello GitHub Community! 🙂 We’re so glad you’re here! Twice a year, we check in to see how we can make this community even better for you. We’d love your input! Our quick 5-minute survey helps us understand what’s working, what can improve, and how you like to participate. Every response is reviewed by our Community Engagement team and influences your future community experience. ⏳ Survey closes October 7, 2025—don’t miss your chance to share your thoughts! We can't wait to hear from you! ✨ P.S. Missed the last survey? Check out our insights & infographic from last time! 📊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The key theme for this week is shaping a repeatable environment and introducing secure secret management. This will help shift the experience from orientation to personalization. Why is this important now? Because small customizations help build trust and confidence.
Note
Learning Outcomes
Featured REST API Endpoints
GET /repos/{owner}/{repo}/codespaces/machinesGET /user/codespaces/{codespace_name}/machinesPATCH /user/codespaces/{codespace_name}POST /user/codespaces/{codespace_name}/exportsGET /user/codespaces/{codespace_name}/exports/{export_id}GET /user/codespaces/secretsGET /user/codespaces/secrets/public-keyPUT /user/codespaces/secrets/{secret_name}DELETE /user/codespaces/secrets/{secret_name}Micro-Tasks
API_TOKEN) via the public key encryption workflow.echo $API_TOKENif set through environment).15-Minute Stretch Activity
Write a script:
Security Mindset Shift
Secrets live in a scoped store—avoid placing them in
devcontainer.jsonor committing them. The API lets you audit what exists without downloading values.Tip
When you explain resource tiers, avoid phrases like “lightweight devs can use…”—instead focus on “smaller machine types are sufficient for XYZ tasks.”
What’s one tiny customization (machine type, extension, secret) that made your environment feel more “yours,” and why?
Beta Was this translation helpful? Give feedback.
All reactions