Back
Similar todos
Continue reading the IntelliJ tutorial on debugging Go; was told I needed to install the ARM version of Go so I did that; trying to resolve other errors when I try to run the debugger.
See similar todos

No replies yet

Find a way to attach debugger to #pathwar golang code #amazing #roadtoglobal #golangbestlanguageever???
See similar todos

No replies yet

Experiment with using Golang
See similar todos

No replies yet

Got the GoLand debugger working with my web app backend, it was super easy, I just had to switch the configuration "Run kind" from Package to Directory and point it at /cmd/api/
See similar todos

No replies yet

configure golang IDE (autocomplete, flycheck, guru, quick run)
See similar todos

No replies yet

configure golang IDE (autocomplete, flycheck, guru, quick run)
See similar todos

No replies yet

finally setup golang for development
See similar todos

No replies yet

🔧 configure most of the available golang linters and fix existing warns on #pathwar github.com/pathwar/pathwar/pu…
See similar todos

No replies yet

today was my first day actually doing Go development instead of just tutorials: took a magnesium tablet b/c I felt anxious last night, I think from the caffeine in the cocoa I had been drinking; copied my frontend code from my flask/vuetify template repo to my go/vuetify template repo; confirmed I can serve the frontend code locally; installed Go; drank an iced cocoa; successfully started my 'Hello World' main.go backend file as a web app server; asked ChatGPT for help converting my "POST /users/" request to use Go; created a Go module; installed Postman macOS; took a 15min break after an hour; got my frontend app "talking to" my Go backend (successfully returned "Hello World" and had it on-screen in my frontend app); added Go middleware to log every request to the console so I can see what is happening; renamed my (default) branch from 'master' to 'main'; got live reloading for my Go backend (it automatically reloads the backend when I make changes to the code); confirmed my "POST /users/" returns 201 when I use the frontend registration form; came up with a task for tomorrow: get "POST /api/session" working; set up PyCharm to be able to explore my SQLite db from within the DB toolbar; confirmed that my user registration created a new user record in the db
See similar todos

No replies yet

bought IntelliJ Ultimate All Products Pack annual subscription b/c I want to use GoLand and paying for that and PyCharm is close to the same price as getting all the rest of the IDEs/tools as well; installed GoLand and WebStorm (for Vue dev work); learned I seem to need to open my 'backend' subdirectory as a root project in GoLand to avoid 'unknown dependency' errors; switch from using the gorilla/mux router to chi b/c apparently it's more actively developed(?) and more popular(?); look into using the Huma REST API framework; got the Huma "Hello World" example working in my code
See similar todos

No replies yet

add a golang linter #nachobase
See similar todos

No replies yet

add a golang linter #nachobase
See similar todos

No replies yet

discuss code debug
See similar todos

No replies yet

Debugging #remoteindex
See similar todos

No replies yet

Topics completed.(github.com/emnaruto07/GoPract…) #golang
See similar todos

No replies yet

Started going through the "Let's Go" ebook, started my first Go web app.
See similar todos

No replies yet

learn golang basics
See similar todos

No replies yet

Debugging bugs #jovial
See similar todos

No replies yet

Publish "creating errors in go" post #progolang progolang.com/creating-errors…
See similar todos

No replies yet

Spent time learning about using Go for a web app back-end to see if it would be better than using Python.
See similar todos

No replies yet