@PTMicrosoft tenho uma conta "pessoal" de azure que está bloqueada: "This tenant has been blocked due to inactivity."
Não consigo abrir ticket de suporte porque não permite login. Pela linha de apoio manda-me para o https://t.co/Fer8qxHhr9 que também não dá. Como posso fazer?
@joaoaguiam A bit of an anti-recomendation but I got a BRIO 500 as a deal on logi's site, and I keep finding that the autofocus looks off. It can get sharp images, but would need to manually focus the camera.
Perhaps that's why it was a deal..
@nkohari We've been supporting enterprise SSO for a bit, and so far, all organizations with SAML also have support for OIDC.
There might be some advantages to SAML, but I haven't seen them from my end.
Switching everything from SendGrid to @postmarkapp this week
I love everything about Postmark, from the sign up, the login, the design, the colors, to the interface, it all works so well
@joaoaguiam I think both might be important.
Univ gives some building blocks that might be uncommon, or which one might not know they don't know.
Specially on some deeper issues, having gone through networking, operating systems, algorithmic design classes helps correct diagnosis and fix.
@BrunoFigueiredo "O tempo gasto a resolver merdas causadas por bugs [...] já deve equivaler ao PIB de um médio país."
Se fosse só o Teams estava o mundo bem.
@nkohari@DThompsonDev Interesting, I prefix nitpicks with 🛃to be explicit that they are non-blocking and optional, in the hope that those comments aren't a drag. Specially on PRs where everything's green, those feel like a good way to improve without blocking
Today I'm thinking about the fastest possible way from a git commit to a deployment, yet with all the necessary checks in place. What's your recipe? What slows it down the most?
@rjorgecarneiro Users
- IUserService (perhaps)
-\ Service
- UserService
-\ Dtos
-\ Queries
BlogPosts
-\ Service
-BlogPostService
-\ Dtos
-\ Queries
Consumers of Users might not care about other services. Keep changes closer. BlogPostService would only have one implementation.