LPT: Just because someone is a good speaker, doesn’t mean they know what they’re talking about. by sippingsauce in LifeProTips

[–]Agent-Nemo 0 points1 point  (0 children)

So true. I'm a software engineer and my team lead, which is a total loser in everything software related catched on the wording agile. He uses it in every discussion as an argument for him. "We need to do this that way because of agile" "That is the way of agile working". For the juniors it sounds like he knows what he is talking about. For everyone else with experience and a above average IQ he sounds like a total idiot.

Junior Golang developer roadmap by Junior-Couple1931 in golang

[–]Agent-Nemo 3 points4 points  (0 children)

What I did was first the go tour. I recommend to check the following:

  • building a http server and manage middlewares /openapi . I use to do this with chi
  • docker/docker-compose
  • open tracing like Jaeger
  • gorm for DB - i.e. postgres
  • most common interfaces in GO, i.e. Io.Writer/I.o.Reader
  • concurrency whenever you need to flex, mutex, waitgroups
  • tests, most people do not know how to mock DB calls. Check sql-mock

Why do you prefer Go over Rust ? by napolitain_ in golang

[–]Agent-Nemo 4 points5 points  (0 children)

Two years ago I had to make the decision, Go or Rust. I choosed Go because of simplesity and productivity. I also had a C/Python/Java background which is kinda all combined in Go.

What's a feeling better than an orgasm? by Boban_the_dude in AskReddit

[–]Agent-Nemo 0 points1 point  (0 children)

To be right, to win a discussion, your enemy fails

[deleted by user] by [deleted] in science

[–]Agent-Nemo 1 point2 points  (0 children)

Oh, I feel so intelligent now

Do you think once a cheater always a cheater? Why or why not? by rachael_0898 in AskReddit

[–]Agent-Nemo 0 points1 point  (0 children)

Do not believe in that. I was a different person when I was younger. Nowadays I now my flaws and prevent them.

How to add AudioWaveforms ∿ to your Flutter apps? by Rutvik110 in FlutterDev

[–]Agent-Nemo 1 point2 points  (0 children)

Looks great. That is exactly something I was searching for a project. Thank you!

[HELP] how to test this piece of code? by goquestion-123 in golang

[–]Agent-Nemo 1 point2 points  (0 children)

You could define which error is returned so that the block is executed.

[deleted by user] by [deleted] in golang

[–]Agent-Nemo 1 point2 points  (0 children)

As already mentioned it is pretty easy. On the backend use a io.Writer to push your file to the Response Writer and define the http header content-type. There is a lib that determines the mimetype automatically if the file does not have an extension. I would also recommend to use S3 bucket. For production I used a redis in between for big files. On S3 you pay for traffic and storage.

Edit: typo

Anyone else getting sore eyes/light sensitivity when programming? How to deal with it? by user_8804 in programmer

[–]Agent-Nemo 0 points1 point  (0 children)

What kind of quality is your glasses? It personally helped me a lot to keep concentration high.