-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add Go Interview Practice to Learning Resources #2820
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
Conversation
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 <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new "Learning Resources" section to the README.md file, featuring the Go Interview Practice platform as an educational resource for Echo framework developers.
Key Changes:
- Creates a new "Learning Resources" section with a structured table format
- Adds Go Interview Practice platform entry with comprehensive description
- Positions the new section between third-party middleware and contribute sections
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
RezaSi
commented
Sep 18, 2025
Thanks @vishr and Echo team! 🙏 Could you share an approximate ETA for merging this PR? Happy to adjust anything if needed.
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:
Go Interview Practice Platform:
Why This Addition Makes Sense
Precedent & Community Support:
Educational Value:
Changelog
Added:
Impact
This change:
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.