Skip to content

Commit 6ff0f25

Browse files
vishrclaude
andcommitted
Add Go Interview Practice to Learning Resources
Addresses issue #2816 by adding a new Learning Resources section to the README with the Go Interview Practice platform. **Added:** - New "Learning Resources" section with structured table format - Go Interview Practice platform: Interactive learning with 4 hands-on Echo challenges - Covers routing, middleware, validation, and authentication - No setup required - developers can practice Echo immediately **Context:** - Similar learning resource has been successfully added to Gin and Fiber frameworks - Provides practical, hands-on learning experience for Echo developers - Complements existing documentation with interactive challenges The resource includes: - GitHub repository: https://github.com/RezaSi/go-interview-practice - Live platform: https://app.gointerview.dev/packages/echo - Specific Echo challenges covering core framework concepts This addition helps developers learn Echo through practical exercises and supports the framework's adoption by providing accessible learning materials. Fixes #2816 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f1ebc67 commit 6ff0f25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ of middlewares in this list.
118118

119119
Please send a PR to add your own library here.
120120

121+
## Learning Resources
122+
123+
| Resource | Description |
124+
|----------|-------------|
125+
| [Go Interview Practice](https://github.com/RezaSi/go-interview-practice) | Interactive platform with hands-on Echo challenges covering routing, middleware, validation, and authentication. Practice Echo development without any setup. |
126+
121127
## Contribute
122128

123129
**Use issues for everything**

0 commit comments

Comments
 (0)