job-board icon indicating copy to clipboard operation
job-board copied to clipboard

Golang Cafe - Go job board with no recruiters and clear salary ranges

Results 43 job-board issues
Sort by recently updated
recently updated
newest added

I cloned the repo and ran `setup-database.sh` script and then `run-local-webserver.sh` script but I'm getting `unable to load config: SITE_LOGO_IMAGE_ID cannot be empty` error every time I run it Is...

right now there are just 2 jobs 1 company and 1 developer. would be good to have much more data to test with locally. It's simple to just add new...

help wanted
beginner

there are a few errors from HTML W3C validation audit https://validator.w3.org/nu/?doc=https%3A%2F%2Fgolang.cafe%2F

enhancement
help wanted
ui
ux
beginner

#42 @dm161 what do you think? I tested in Devtools.

work in progress

when running the server in development mode we currently run it on all interfaces so it can be accessible if you are running the code from another server or from...

enhancement
help wanted
ux
beginner
backend

We currently have a csv static file https://github.com/golang-cafe/golang.cafe/blob/master/static/country2currency.csv but would be best to have all the data portable and stored into the database. Perhaps into a new table.

enhancement
help wanted
tech debt
beginner
backend

Right now the Go server runs without Docker. The app is deployed on Digital Ocean App Platform which allows both Go and Docker as well as many other runtimes. To...

enhancement
help wanted
ux
tech debt
beginner
backend

https://editorconfig.org ie

enhancement
help wanted
ux
beginner

styles are inlined/internal only. To keep latency low and avoid any render blocking resource, we might need to keep using internal css, but there is a way to re-use and...

enhancement
help wanted
ui
ux
beginner