Is my understanding of DB access correct? There's 3 main ways to connect to DB with Java/spring. 1. Jdbc client, for low level access with SQL statements. 2. Spring data j...
Does everyone use spring boot here? This is the main reason I picked up java, to leverage boot and especially spring security. I was looking for a web framework with a type s...
Do you guys use this pattern for reading JSON request body? Under the An Improved Handler section: https://www.alexedwards.net/blog/how-to-properly-parse-a-json-request-body ...
So my question would narrow down to: is this an appropriate error message? It's a default message by go if the input doesn't match the struct target { "error": "json: ca...
I see the immediate benefit of error logs. But what about access logs? Would you implement them for your own web project
So does this all mean that the go binary will run on alpine if cgo is disabled? CGO_ENABLED=0
Are people migrating off redis since the license changed? Curious of yall anecdotal experience. It was a big news when it happened but hard to tell hype from reality
What is good practice for logging efficiently? Is it something like store 10k logs in memory, then do a batched write to disk?
someone know a good resume template I can just replace with my text? I did a bunch of projects and dont have much motivation to make a paper look pretty lol 💀💀
Anyone know a good resource on creating my own CDN?
did go rand.Int() change? I remember it used to output the same number and I had to seed it with time. But now it seems like that's the default
http.FileServer() returns an http.Handler interface. Any idea why they chose to return an interface instead of a struct type that implements the http.Handler ?
Can I get feedback on my portfolio site https://boilingsoup.xyz/ Is it easy to navigate and understand? Any glaring css jank? Thanks
fmt.Scan seems very constrained compared to bufio reader. Have you come across any real world usecases for fmt.Scan ?
Is server side jQuery the future?
Is err == NotFoundErr faster than errors.Is ?
what happens if a ! line errors? does it just return the error and exit the function?
What would you use them for? Isn't the DB a log of itself
SSE request can't have custom request headers? Learned something new
Ok thanks. Any complaints besides not trying the support yet?