free-gophers-pack

✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more. (by MariaLetta)

Free-gophers-pack Alternatives

Similar projects and alternatives to free-gophers-pack

  1. migrate

    Database migrations. CLI and Golang library.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. beekeeper-studio

    Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.

  4. pgadmin4

    pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.

  5. indigo

    Go source code for Bluesky's atproto services.

  6. gokoban

    3D Puzzle Game written in Go

  7. go-gopher

    The Go Gopher Amigurumi Pattern

  8. uwaterloo.courses

    Discontinued A fast, easy-to-use course catalog for the University of Waterloo

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. gophers

    Gopher Artwork by Ashley McNamara (by ashleymcnamara)

  11. vector-search-class-notes

    Class notes for the course "Long Term Memory in AI - Vector Search and Databases" COS 597A @ Princeton Fall 2023

  12. social-icons

    1 free-gophers-pack VS social-icons

    Collection of SVG & PNG social media icons. Embeddable Social Icons, Use directly on your websites.

  13. gotrace

    A lib for monitoring runtime goroutine stack (by ysmood)

  14. pure

    a blog based on github discussion (by LeetaoGoooo)

  15. purplecrayon

    An SVG library for GoLang

  16. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better free-gophers-pack alternative or higher similarity.

free-gophers-pack discussion

Log in or Post with

free-gophers-pack reviews and mentions

Posts with mentions or reviews of free-gophers-pack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.
  • Using migrations with Golang
    5 projects | dev.to | 17 Apr 2024
    Gopher credits
  • Behind the Scenes of Go Scheduler
    2 projects | dev.to | 19 Mar 2022
    OK, no more surprises. I promised with that, we now have a full understanding of the main ideas, both big and sneaky, behind the Go scheduler. We started out with a list of goals. How did we do with our goals? Use a small number of kernel threads. We can support high concurrency and we can leverage parallelism. We scale to N-cores and this falls out of those three ideas that we discussed. Let's move on to the harder questions. What are the limitations of the scheduler? Well, for one, there is no notion of goroutine's priority. It uses a first in, first out runQueue vs Linux scheduler which uses a priority queue. Now the cost-benefit tradeoff is doing this might not actually make sense for go programs. The second limitation is there's no strong preemption, so there is no strong fairness in latency guarantees. It's entirely possible for a goroutine in certain cases to bring the inspire system to slow down in a fault. And finally, the third limitation that I want to touch upon today is the scheduler is not aware of the actual hardware topology, so there's no real guaranteed locality between the data and the Goroutine computation, and with that we have come to an end and thank you for reading. Gopher Artwork credit Maria Letta Ashley Mcnamara
  • Generate an NFT Collection in Go
    1 project | /r/golang | 27 Feb 2022
    I used the Gophers from here - https://github.com/MariaLetta/free-gophers-pack/ and did give a credit to the author in the video and put a link in the description
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 16 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic free-gophers-pack repo stats
3
3,733
3.0
5 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?