Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 2025/networking/solution/task1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is my submission for week 1 challenge

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

The submission lacks actual solution content.

This file contains only a placeholder statement rather than a substantive solution to the week 1 networking challenge. For a meaningful submission, please include:

  • The problem or task description
  • Your approach or methodology
  • Technical details (e.g., networking commands, configurations, diagrams)
  • Results, outputs, or screenshots
  • Key learnings or observations

Additionally, the file is missing a trailing newline, which is a common convention for text files.

📝 Example structure for a networking solution
-this is my submission for week 1 challenge
+# Week 1 Networking Challenge - Solution
+
+## Task Description
+[Brief description of the networking challenge]
+
+## Approach
+[Your methodology and reasoning]
+
+## Implementation
+[Commands used, configurations, step-by-step process]
+
+## Results
+[Output, observations, what worked]
+
+## Key Learnings
+[What you learned from this exercise]
+
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
this is my submission for week 1 challenge
# Week 1 Networking Challenge - Solution
## Task Description
[Brief description of the networking challenge]
## Approach
[Your methodology and reasoning]
## Implementation
[Commands used, configurations, step-by-step process]
## Results
[Output, observations, what worked]
## Key Learnings
[What you learned from this exercise]
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@2025/networking/solution/task1.txt` at line 1, Replace the placeholder line
"this is my submission for week 1 challenge" with a full solution: add the
problem/task description, your approach/methodology, detailed technical steps
(commands, configurations, diagrams or topology), observed results or command
outputs (screenshots if applicable), and key learnings/observations; ensure each
section is clearly labeled and add a trailing newline at the end of the file so
the file ends with a newline character.