Software Alternatives & Reviews

Gophercises VS Go-Fiber

Compare Gophercises VS Go-Fiber and see what are their differences

Gophercises logo Gophercises

Coding exercises for budding gophers

Go-Fiber logo Go-Fiber

⚡️ Express inspired web framework written in Go. Contribute to gofiber/fiber development by creating an account on GitHub.
  • Gophercises Landing page
    Landing page //
    2021-07-24
  • Go-Fiber Landing page
    Landing page //
    2023-09-07

Gophercises videos

Gophercises #1 - Quiz Game

More videos:

  • Review - GothamGo 2018 – Building Gophercises by Jon Calhoun
  • Review - Gophercises #0 - Introduction

Go-Fiber videos

No Go-Fiber videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Gophercises and Go-Fiber)
Online Learning
100 100%
0% 0
Application And Data
0 0%
100% 100
Education
100 100%
0% 0
Web Frameworks
0 0%
100% 100

User comments

Share your experience with using Gophercises and Go-Fiber. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Gophercises might be a bit more popular than Go-Fiber. We know about 37 links to it since March 2021 and only 26 links to Go-Fiber. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Gophercises mentions (37)

  • Best beginner project to build in Go
    I would recommend to try this out https://gophercises.com/. Source: 6 months ago
  • How to learn go from zero?
    Start the basics anywhere you like, but try out https://gophercises.com/ after that. Source: 10 months ago
  • John Calhoun Courses on Sale
    I would recommend trying out Gophercises if you are uncertain of my teaching style. It could use an update, but it is still useful for learning Go, fun, and gives you a sense of what to expect in one of my courses. Source: 11 months ago
  • accountability partner to learn Go with
    I have basic skills in go and want an accountability partner to do the gopercises course with. We will motivate and check on each other... it's a set of exercises meant to make you able to build some small apps in go, check it out here: https://gophercises.com/. Source: 12 months ago
  • Recommendations for Learning Test-Driven Development (TDD) in Go?
    Https://gobyexample.com/ - Learn the syntax Https://exercism.org/tracks/go/ - Practice simple problems to solidify syntax Https://gophercises.com/ - Build projects to gain confidence with Go Https://quii.gitbook.io/learn-go-with-tests/ - Learn TDD in Go I'm planning to go through the Gophercises projects again and practice building them from scratch using TDD. However, I'm curious if any of you have other... Source: about 1 year ago
View more

Go-Fiber mentions (26)

  • Ultimate Guide to User Authorization with Identity Platform
    To make my life easier, I added Fiber, a popular lightweight framework. Regardless of which package you use, the process and most of the code will remain unchanged. - Source: dev.to / 9 months ago
  • go for web backend
    There're similar things of course, for example there's https://github.com/gofiber/fiber a framework inspired by express. Source: 10 months ago
  • I've just started learning Golang, and I'm struggling to choose a framework.
    I have loved using fiber. Very nice API with lots of configurability and it scales very well compared to echo, gin, etc. Source: about 1 year ago
  • go-mir - a toolkit to develop RESTful API backend service like develop service of gRPC
    Mir is a toolkit to develop RESTful API backend service like develop service of gRPC. It adapt some HTTP framework sush as Gin, Chi, Hertz, Echo, Iris, Fiber, Macaron, Mux, httprouter。. Source: about 1 year ago
  • Tools besides Go for a newbie
    IDE: use whatever make you productive. I personally use vscode. VCS: git, as golang communities use github heavily as base for many libraries. AFAIK Linter: use staticcheck for linting as it looks like mostly used linting tool in go, supported by many also. In Vscode it will be recommended once you install go plugin. Libraries/Framework: actually the standard libraries already included many things you need,... Source: about 1 year ago
View more

What are some alternatives?

When comparing Gophercises and Go-Fiber, you can also consider the following products

udemy-dl - Download courses from Udemy for personal offline use

Gin Gonic - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. - ...

FreeCourses - Open source directory of free programming courses

Quick Code for Chrome - Get free online programming courses in new tab, everyday

Udacity Blitz - Get software built by engineers you can hire afterwards

Flask - a microframework for Python based on Werkzeug, Jinja 2 and good intentions.