From 029bf55f04ef63e51ed22b6a6d63a06852db2727 Mon Sep 17 00:00:00 2001 From: RezaSi Date: Mon, 28 Jul 2025 20:12:41 -0600 Subject: [PATCH] Add Go Interview Practice to guided learning section --- _content/learn/guided.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_content/learn/guided.yaml b/_content/learn/guided.yaml index b52c9d7548..de64373f0a 100644 --- a/_content/learn/guided.yaml +++ b/_content/learn/guided.yaml @@ -3,6 +3,11 @@ how to use Go for web development. url: https://gowebexamples.com cta: Learn more + - title: Go Interview Challenges + content: 30+ hands-on interactive coding challenges covering Go fundamentals and practical + implementations for technical interview preparation. + url: https://github.com/RezaSi/go-interview-practice + cta: Practice now - title: CLIs content: This workshop will walk you through building a CLI app with Go, introducing you to basic Go principles and CLI frameworks along the way.