Add Go Interview Practice to Learning Resources
Summary
Addresses issue #2816 by adding the Go Interview Practice platform to a new "Learning Resources" section in the README.
What's Added
New Learning Resources Section:
- Clean table format for easy readability
- Go Interview Practice platform with comprehensive description
- Positioned between third-party middleware and contribute sections
Go Interview Practice Platform:
- 🔗 GitHub: https://github.com/RezaSi/go-interview-practice
- 🌐 Live Platform: https://app.gointerview.dev/packages/echo
- 🎯 4 Hands-on Echo Challenges: routing, middleware, validation, authentication
- ⚡ No Setup Required: Developers can start practicing immediately
Why This Addition Makes Sense
Precedent & Community Support:
- ✅ Already successfully added to Gin and Fiber frameworks
- ✅ Interactive learning complements existing documentation
- ✅ Helps developers learn Echo through practical, hands-on experience
Educational Value:
- Covers core Echo concepts with real coding challenges
- Provides immediate feedback and guidance
- No barriers to entry - just jump in and code
- Supports framework adoption through accessible learning
Changelog
Added:
- New "Learning Resources" section in README.md
- Go Interview Practice platform entry with description
- Structured table format for future learning resource additions
Impact
This change:
- 🎓 Enhances learning experience for new Echo developers
- 📈 Supports framework adoption through accessible education
- 🔗 Builds community by highlighting quality learning resources
- 📚 Complements documentation with interactive practice
Format
The addition follows the same clean table format used for middleware repositories, ensuring consistency with the existing README structure.
Fixes #2816
Note: This is a low-impact, documentation-only change that adds educational value to the Echo community.
Thanks @vishr and Echo team! 🙏 Could you share an approximate ETA for merging this PR? Happy to adjust anything if needed.
@aldas @vishr Any update on merging? Thanks!
@vishr @aldas Heyy, Any update?