Hi Everybody, I have a question about Clean Architecture and Domain Driven Design: Imagine you have a Blog API with 2 services: Post & Comment When you want to add a comment t...
How can I solve this warning WITHOUT ignoring it? VueJS
btw, Do you know anyone who are a developer doesn't have a Google account? it's more accure question :)
Hi Everyone Which one is better in matter of user experience and also best practices? 1- Create a with a random password and force them to reset their password on first login....
Do anyone know a tool or bot for GitHub for getting test coverage of private repos for free? I need: 1- a badge for coverage in readme 2- a report of coverage in pull request
does nil implement any interface?
I use helm 3.6.2 in gitlab ci: helm upgrade $RELEASE deploy/helm --install --atomic --namespace $NAMESPACE -f $VALUES --set image.tag=$CI_COMMIT_TAG But get this error: Error:...
I used an ingress manifest to reach a service by domain in kubernetes, but I faced this problem: default-http-backend:80 (<error: endpoints "default-http-backend" not found>) ...
Hi, I want to add DNS of AWS Load Balancer in cloudflare. But I just found a url that has internal ip Could you tell me where I can find that?
What should I use as ingress controller for EKS, please?
How can I measure my web app performance and resource consumption? #vuejs
I get this error on aws-load-balancer-controller pod: couldn't auto-discover subnets: WebIdentityErr: failed to retrieve credentials\ncaused by: AccessDenied: Not authorized t...
Do anyone know an open source solution to run a k8s cluster on a k8s namespace?!
Not related to Golang! Can we assume all people that use our service have a google account? is it popular enough? I want to have just Login with Google for a long time.
What's the name of Apple design kit? equivalent to Google Material Design?
I didn't find any example that used rows.Err() where should I check that?
func (db *DB) Query(query string, args ...interface{}) (*Rows, error) when should we check rows.Err()? before cheking error or in for rows.Next() loop?
How can I create a GitLab Secret file in my Kubernetes Cluster without putting my base64 encoded password in it? Also I need to limit it to some projects, not all!
Is it safe to do db migration in CI/CD?
next question: is it ok to have around 10 open websockets?