Back
Similar todos
Started looking into how to debug Go code: blog.jetbrains.com/go/2019/02… #govuetifytemplate
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

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

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

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

No replies yet

finally setup golang for development
See similar todos

No replies yet

managed to cross-compile Go for the beepberry. much easier than I expected
See similar todos

No replies yet

Keep debugging #stenograph
See similar todos

No replies yet

fix IntelliJ IDEA #kornwolf
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

discuss code debug
See similar todos

No replies yet

finish learning golang, off to programming
See similar todos

No replies yet

Added github.com/roberthopman/toets… for general debugging advise
See similar todos

No replies yet

switch back to IntelliJ IDEA #sideshift
See similar todos

No replies yet

Debugging #remoteindex
See similar todos

No replies yet

tried to figure out how to run the VS Code debugger in a Docker container via Compose. I saw someone do it today and it looked so easy...
See similar todos

No replies yet

still playing with Go #life
See similar todos

No replies yet

Install debug bar #api
See similar todos

No replies yet

researched debugging inter-vm
See similar todos

No replies yet