-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Question Description
Hey Fiber team!
I've been working on an interactive learning platform for Fiber and thought you might be interested in adding it to your community resources. I recently did something similar for Gin, and the team was really supportive.
The platform is at https://github.com/RezaSi/go-interview-practice and covers the main Fiber concepts:
- Basic routing and HTTP methods - REST API fundamentals with zero-allocation routing
- Custom middleware development - Request/response middleware, logging, CORS, and rate limiting
- Input validation and error handling - Structured validation with proper error responses
- Authentication systems - JWT tokens, API keys, and role-based access control
The Go community has been really supportive of this approach to learning, and it's been great to see developers getting hands-on practice with these frameworks. The platform gives developers interactive challenges where they can practice Fiber without any setup - they just jump in and start coding.
The Gin team was kind enough to add it to their community resources:
I was wondering if you'd consider adding a community section to your docs? It could include links to learning resources, community projects, and tools like this platform. I think it complements your existing documentation really well by providing hands-on practice with Fiber's high-performance features.
Here are the relevant links:
- GitHub Repository: https://github.com/RezaSi/go-interview-practice
- Fiber Package: https://github.com/RezaSi/go-interview-practice/tree/main/packages/fiber
- Interactive Challenges: https://rezasi.github.io/go-interview-practice/fiber.html
- Challenge 1 (Basic Routing): https://github.com/RezaSi/go-interview-practice/tree/main/packages/fiber/challenge-1-basic-routing
Would you be interested in featuring this as a community learning resource? I'd be happy to make any adjustments or improvements based on your feedback.
Thanks for building such an amazing framework!


Code Snippet (optional)
Checklist:
- I agree to follow Fiber's Code of Conduct.
- I have checked for existing issues that describe my questions prior to opening this one.
- I understand that improperly formatted questions may be closed without explanation.