Back
Similar todos
Gopost repo created for database crud learning with golang.(github.com/emnaruto07/Gopost) #golang
write some test for gopost.(github.com/emnaruto07/Gopost/…) #golang
Completed all test functions but need to fix findpost.(github.com/emnaruto07/Gopost/…) #golang
Fixed getpost function.(github.com/emnaruto07/Gopost) #golang
Setup pgweb. I clever GO postgres client. #downpayment
Prototyped a simple analytics service for #screenshotone based on DuckDB in Go with Cursor.
postgresql db connected with golang backend. #shaz
Topics completed.(github.com/emnaruto07/GoPract…) #golang
cross post dev.to/golangch/what-i-develo… #altafino
Topics finished yesterday.(github.com/emnaruto07/GoPract…) #golang
Spent time learning about using Go for a web app back-end to see if it would be better than using Python.
Experiment with using Golang
Cross Post dev.to/golangch/omg-i-love-to… #fullstackjob
Topics completed part 2. (github.com/emnaruto07/GoPract…) #golang
Spent an hour reading some of [the backend code][1] for a Go / Vue chat app I saw posted to Reddit, as a way of trying to build familiarity with how my Go / Vue projects should be structured / work.
[1]: github.com/wizzldev/backend/
Kept going on the code to send Gmail emails from my Go backend, this is a good way to get comfortable with Go...successfully ran the `quickstart.go` file example from developers.google.com/gmail/a… more time reading advice on Reddit about how to apply for jobs.
My next goal is to get postgres working locally instead of sqlite b/c apparently it's easier to use postgres on dokku(?). Installed postgres on my macbook using postgresapp.com, it was so easy 😭 Connected GoLand to a new postgres db for my backend; got my backend code working with the postgres db; committed and pushed my code. Next step is to continue with this guide: shellbear.me/blog/go-dokku-de…