HackerTrans
TopNewTrendsCommentsPastAskShowJobs

contextnavidad

no profile record

comments

contextnavidad
·w zeszłym roku·discuss
L3 constructs [0].

Define MyProjectLambda construct that handles common patterns, add methods for optional functionality.

[0] https://docs.aws.amazon.com/prescriptive-guidance/latest/aws...
contextnavidad
·2 lata temu·discuss
> Our project was originally full stack NextJS but we wanted to first migrate everything to Python/FastAPI

This is the eye opener for me, how is a startup justifying a re-write when they don't even have customers?
contextnavidad
·2 lata temu·discuss
Take a look at Posteo. Seem to have a similar philosophy as Mullvad.
contextnavidad
·2 lata temu·discuss
> because you can't pass a name string as an argument that is expected to be an email address

Unless you accidentally create the wrong branded type? Which is as likely as disordered arguments.

As you stated, tests should cover this case trivially, I don't see the value in added type complexity.
contextnavidad
·2 lata temu·discuss
Source? There is a similar charge in London, that's all I know of
contextnavidad
·2 lata temu·discuss
Some organisations forbid copy left licenses
contextnavidad
·2 lata temu·discuss
Had good experiences with PM2, however be cognizant of it's copy left license. We have found it redundant with the likes of Kubernetes.
contextnavidad
·2 lata temu·discuss
Midlands is the way to go honestly, great transport links to the whole country, great nature, very cheap living.
contextnavidad
·2 lata temu·discuss
You're a little off on the average UK wage. It's around £34k now.
contextnavidad
·3 lata temu·discuss
> async middleware not handling errors properly thing though

Can you expand on this? Error handling in middleware is pretty well documented.