Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature/lab2 #999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Feature/lab2 #999
Changes from all commits
2667a3e781ab23ac2c2d21687725202bab19574fad2429c8d151c85b4fc459f08b2f41391b7d642c879bFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Lab 1 Submission
The outputs of curl
GET /health:
{ "notes": 4, "status": "ok" }GET /notes:
[ { "id": 1, "title": "Welcome to QuickNotes", "body": "This is the project you'll containerize, deploy, monitor, and harden across all 10 labs.", "created_at": "2026-01-15T10:00:00Z" }, { "id": 2, "title": "Read app/main.go first", "body": "Start by understanding the entry point ??? env vars, signal handling, graceful shutdown.", "created_at": "2026-01-15T10:05:00Z" }, { "id": 3, "title": "DevOps mantra", "body": "If it hurts, do it more often.", "created_at": "2026-01-15T10:10:00Z" }, { "id": 4, "title": "Endpoint cheat-sheet", "body": "GET /notes GET /notes/{id} POST /notes DELETE /notes/{id} GET /health GET /metrics", "created_at": "2026-01-15T10:15:00Z" } ]POST /notes:
{ "id": 5, "title": "hello", "body": "first POST", "created_at": "2026-06-09T02:37:03.4731395Z" }Signature Output
Verified Badge on GitHub
Why Signed Commits Matter
Signed commits verify that a commit genuinely came from the author, preventing unauthorized changes from being attributed to them and guarantees the integrity of the code. The xz-utils incident in March 2024 showed how critical this is where a compromised maintainer's account could inject malicious code without cryptographic proof of tampering. SSH signing and verified badges on GitHub create a verifiable chain of custody that helps the open-source community detect and prevent supply chain attacks. When every commit is signed, reviewers can immediately spot suspicious, unsigned commits that deviate from normal practice.
GitHub Community Engagement
Starred repositories:
Additionally followed the staff and 3 teammates.
Starring repositories signals project value in the open-source ecosystem and helps discover promising tools. Following developers enables collaboration discovery and learning from practitioners in my field, essential for professional growth and understanding industry practices.
Uh oh!
There was an error while loading. Please reload this page.