Posts by Gaspar • 379 points
5 posts
-
8
votes2
answers245
viewsQ: What’s the benefit of signing a commit with a GPG key?
What changes from a signed and verified commit to a unsigned commit? What’s the benefit of signing commits with the GPG key?
-
4
votes1
answer786
viewsQ: What is an exponential backoff?
What is? What good is? In which situations to use it? There is only one or several strategy? (Example: Fibonacci backoff)
pattern-designasked Gaspar 379 -
18
votes2
answers4543
viewsQ: What is an upsert?
I saw the term UPSERT in a blog and would like to better understand the functioning. It designates what type of operation? In which situations can be used? Has to do with idempotency?…
-
1
votes1
answer244
viewsQ: How to run background applications using Docker?
I’m trying to run my Python application inside a container, only I need to install a proxy dependency that I use: Luminati, the problem is that apparently luminati is not running in the background…
-
1
votes2
answers336
viewsA: Typeerror: not all Arguments converted During string formatting (python)
Just convert to entire your input numero = int(input("Digite seu numero: "))