job-board
job-board copied to clipboard
Golang Cafe - Go job board with no recruiters and clear salary ranges
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...
there are a few errors from HTML W3C validation audit https://validator.w3.org/nu/?doc=https%3A%2F%2Fgolang.cafe%2F
#42 @dm161 what do you think? I tested in Devtools.
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...
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.
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...
related to #19 #12
https://editorconfig.org ie
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...