go-interview-practice
go-interview-practice copied to clipboard
Go Interview Practice is a series of coding challenges to help you prepare for technical interviews in Go. Solve problems, submit your solutions, and receive instant feedback with automated testing. T...
## gin challenge-1-basic-routing Solution **Submitted by:** @Johrespi **Package:** gin **Challenge:** challenge-1-basic-routing ### Description This PR contains my solution for gin challenge-1-basic-routing. ### Changes - Added solution file to `packages/gin/challenge-1-basic-routing/submissions/Johrespi/solution.go` ###...
## Challenge 21 Solution **Submitted by:** @AlexO-85 **Challenge:** Challenge 21 ### Description This PR contains my solution for Challenge 21. ### Changes - Added solution file to `challenge-21/submissions/AlexO-85/solution-template.go` ### Testing...
It seems to be an issue in challenge 30's test. At TestProcessItems_Cancellation case, I need to add arbitrary time delay logic(time.Sleep(50 * time.Millisecond)) in my source code to pass the...
``` type Config struct { MaxRequests uint32 // Max requests allowed in half-open state Interval time.Duration // Statistical window for closed state Timeout time.Duration // Time to wait before half-open...
# Add Redis Package Challenge Series ## Issue Description Create a comprehensive Redis package challenge series to teach developers how to use Redis with Go for caching, session management, and...
## Description This PR introduces a comprehensive, four-part package challenge series for the **`logrus`** structured logging library. It fulfills all the requirements outlined in issue #474, providing a complete learning...
I finished tons of challenges weeks ago before of any body else ... and I'm regressing in ranking.