I used generics and I like them

This page summarizes the projects mentioned and recommended in the original post on /r/golang

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • gogallery

    Static Site generator but for images. Its like Hugo but for large photo galleries

  • I only used in one place https://github.com/robrotheram/gogallery/blob/master/server/pipeline/batch.go I needed to do a bunch of batch processing where I have a slice of about 1000 images and split that into equal work for all CPU cores Its then only used here https://github.com/robrotheram/gogallery/blob/master/server/pipeline/Render.go where I define what work that needs to do. I found that it was rather neat to just have that one struct doing the work instead of having routines and channels for basically the same work. Have a list of stuff and run a function over it in parallel of the number of cores on my pc

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I wrote my own Static Site Generator for image galleries

    2 projects | /r/selfhosted | 25 Aug 2022
  • Journey of doing Image Classification with Go and TensorFlow

    1 project | /r/golang | 26 Oct 2021
  • Yet another "photo gallery/management" question

    2 projects | /r/selfhosted | 1 Nov 2022
  • Show HN: Composable (as in iGoogle, but modern) privacy-friendly new tab

    3 projects | news.ycombinator.com | 19 Apr 2024
  • termui: Golang Terminal Dashboard

    2 projects | news.ycombinator.com | 14 Apr 2024