Commit 6ff0f25
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
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
| |||
0 commit comments