HackerTrans
TopNewTrendsCommentsPastAskShowJobs

contextnavidad

no profile record

comments

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

Can you expand on this? Error handling in middleware is pretty well documented.
contextnavidad
·3 वर्ष पहले·discuss
Upgrade everything you need with a commit per upgrade, then if something breaks `git bisect` to find the troublesome package.

And read release notes for everything you upgrade too.