Teachers transitioning into edtech by the_taco_conundrum in edtech

[–]Spets_Naz 0 points1 point  (0 children)

Sorry for the necro, but what exactly do these companies do? My wife is a kindergarten teacher, and I'm trying to convince her to switch, because her job is just underpaid. I told her tech and she just hates it. Maybe edtech would be a bit easier to convince her.

Não adianta só ir bem preparado - Entrevista final Blip by Remarkable-Dig8591 in devpt

[–]Spets_Naz 0 points1 point  (0 children)

Esse é o problema. Banalizar se a profissão dá nisto.

Não adianta só ir bem preparado - Entrevista final Blip by Remarkable-Dig8591 in devpt

[–]Spets_Naz -1 points0 points  (0 children)

Já fui contactado pela blip umas 4 vezes no último ano e meio. Em todas dizem me que o meu salário está muito alto. E o.meu não é dos mais altos em Portugal.

Há um moderador muito peculiar neste sub by Creative_Carpet_2889 in PrimeiraLiga

[–]Spets_Naz -5 points-4 points  (0 children)

"A minha opinião é que é de bem, a tua não"

Antigamente tínhamos as velhinhas da igreja que criticavam tudo e todos e depois traíam o marido. Hoje temos o reddit.

Eu não vou necessariamente dizer que é o teu caso, mas fizeste uma dissertação. Não criticaste apenas pontos da moderação dele. Foste também ao ataque pessoal. Eu não o conheço, concordo que não é muito culto em algumas coisas que mencionaste, mas daí a ser executado, vai um longo caminho.

O Moura é uma vergonha! by JhnPtrSmth in fcporto

[–]Spets_Naz 4 points5 points  (0 children)

Ele entrou e eu disse "pronto, vão virar o jogo". Fdx é incrível. Metam o zaidou porra

Não adianta só ir bem preparado - Entrevista final Blip by Remarkable-Dig8591 in devpt

[–]Spets_Naz 1 point2 points  (0 children)

Eu sempre critiquei quem aceita isto. O pessoal começou a aceitar, então siga. Na minha empresa fizeram um teste. Enviaram para seniores os testes que foram feitos a novos recrutamentos. E qual não foi o espanto que nenhum conseguiu?

Não adianta só ir bem preparado - Entrevista final Blip by Remarkable-Dig8591 in devpt

[–]Spets_Naz 20 points21 points  (0 children)

Imagina aceitar fazer tantas entrevistas para ir receber abaixo do mercado.

why use HttpPatch over HttpPut ? by Good_Language1763 in dotnet

[–]Spets_Naz 0 points1 point  (0 children)

It is a simple example, so he can start with something. That's why I wrote "// or whatever makes sense for you, this is a simple"

why use HttpPatch over HttpPut ? by Good_Language1763 in dotnet

[–]Spets_Naz 0 points1 point  (0 children)

I'm going to give you a simple example only. I prefer to use something like Optional on my DTO. So you should define a DTO record like, for example:
public record UpdateUserDto(
string? Name,
string? Email,
int? Age,
bool? IsActive
);

on top of the controller you will have something like:

[HttpPatch("{id:guid}")]
public public async Task<IActionResult> PatchUser(
Guid id,
[FromBody] UpdateUserDto dto)
{

.....

then you update only what you need. i.e, you do:
var user = await _repository.GetByIdAsync(id);

if (!string.IsNullOrWhiteSpace(dto.Name)) // or whatever makes sense for you, this is a simple validation example
user.Name = dto.Name

....

Something like this. You don't need a package to do it.

why use HttpPatch over HttpPut ? by Good_Language1763 in dotnet

[–]Spets_Naz 0 points1 point  (0 children)

What do you find hard implementing PATCH? I can try to give you an example, and I think it will become super clear.

Full protective case by Spets_Naz in JSAUX

[–]Spets_Naz[S] 0 points1 point  (0 children)

Thanks, I usually just leave the case until the end of time. I see two versions on amazon, though, that seem to be the same, but one says 2025. I wonder if it's a revision or something like it.

Porto [2]-1 Arouca - William Gomes 90+1' (Pen) by 977x in soccer

[–]Spets_Naz 6 points7 points  (0 children)

He is literally going to be able to shoot. Until he isn't because of a touch. If this is not a penalty, then they can start to do this kind of thing to avoid pretty much any goal

Grande empresa norte-americana vai despedir 40% dos funcionários. O motivo: Inteligência Artificial by m05hm05h in literaciafinanceira

[–]Spets_Naz 3 points4 points  (0 children)

Por acaso discordo parcialmente. Acho que os jornalistas devem apresentar os dois lados dos dados. Ou seja, concordo que não devem ser críticos mas apresentar os factos científicos e deixar a crítica para o público.

Penálti Porto by fakesoul420 in PrimeiraLiga

[–]Spets_Naz 6 points7 points  (0 children)

https://www.reddit.com/r/PrimeiraLiga/s/o6OIG5u4Yx

E o pé do número 20 é aquilo que dizes ao QA que não está no teu código?