HackerTrans
TopNewTrendsCommentsPastAskShowJobs

contextnavidad

no profile record

comments

contextnavidad
·tahun lalu·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 tahun yang lalu·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 tahun yang lalu·discuss
Take a look at Posteo. Seem to have a similar philosophy as Mullvad.
contextnavidad
·2 tahun yang lalu·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 tahun yang lalu·discuss
Source? There is a similar charge in London, that's all I know of
contextnavidad
·2 tahun yang lalu·discuss
Some organisations forbid copy left licenses
contextnavidad
·2 tahun yang lalu·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 tahun yang lalu·discuss
Midlands is the way to go honestly, great transport links to the whole country, great nature, very cheap living.
contextnavidad
·2 tahun yang lalu·discuss
You're a little off on the average UK wage. It's around £34k now.
contextnavidad
·3 tahun yang lalu·discuss
> async middleware not handling errors properly thing though

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