Gophers, how do I json.Marshal the output in my json of a struct array with no value? out: {"code":"","a":null} but I would like to do this {"code":"","a":[{"id":"","name":""}...
@lian0x31 Why did you even delete the go manual? I didn't understand
When you program concurrently the variables are exposed being shared and that is where the channel comes in to ensure communication in a safe way in a competitive scenario. In...
how to generate .h from a Go program?
Let's go now ... When developing a Web App to run local and use HTML for the client interface for example and an embedded database like sqlite3, this will be common, a binary ...
Now seriously. It is even unfair to compare for a backend scenario for web, Go was built for the backend, to optimize the computational resources and to reuse them in the best...
It depends, fast for web is related to the problem but in this scenario we spend more memory and it becomes much faster. For static pages we have caches, cdns etc.etc .. Wheth...
Has anyone used it ? https://github.com/codenotary/immudb
Would anyone recommend a lib for a SOAP Server?
In production, we use nginx installed without a container, and we use services like GKE, EKS, Benstalk for example already integrated with services like k8s .. So, what is you...
I used this guy here to do a project here ksqlDB + kafka have you seen this specific database for event streaming?
Yes, each bank has its purpose ok. But then, what is the use of events for? In addition to ensuring that the bank will handle thousands of inserts, updates, selects?
Do you know you had a proposal for try? And he's already been turned down if I'm not mistaken this month. Did you know ? Well this is Go's way of doing things, some do functio...
Let's go partly, in this scenario we have several ways to do it. But let me see if I understand your question. You want to know if using Go as a server without needing a nginx...
"the problem with using Kafka as a source of truth in event-sourced applications is strong consistency, you don’t get it at all." Is this bad or good? Sorry, I did not get i...
GET does not pass a value, it takes the strings.NewReader to nil and places its limit on its endpoint. ? limit = 1
What is the grpc-gateway lib?
amigos?
Are you following about the Discord post? https://blog.discordapp.com/why-discord-is-switching-from-go-to-rust-a190bbca2b1f
So, do you already have nginx installed there? And do you want to take advantage of it to serve your Go services?