Lemmy’s ActivityPub library needs some help.
Lemmy’s ActivityPub library needs some help.
Maybe something nexus project related? Working with the largest research paper database is definitely going to provide you with a decent challenge.
Just do it, whenever you fix a bug, add a test case for it, the cost is not going to be noticeable. You may choose to not upload the test suite right away, but wait until someone notices and asks you about it.
don’t take tech interviews seriously, they suck for everyone but big corps
your 2 decades of experience mean much more than memorizing algorithms, you know how to produce real value
don’t forget that, and don’t let them forget it
As always I would say there is a huge “it depends”.
For context, I am part of a small team of engineers, working on a relatively new product, we have continuous deployment setup for our release branches. We prefer many small PRs, think at least a PR a day per engineer.
I am responsible for setting up a new e2e test suite right now, so it’s possible I reconsider later on. But, there are a couple lessons learned from our previous iteration.
Me neither buddy, me neither…
I had to learn this the hard way… I was working at a platform that pulled measurements from sensors. The sensors did not declare the timezone for the timestamps of the measurement and the platform broke down twice after daylight saving. The first time there were duplicated records which caused conflicts and the second one we weren’t handling impossible timestamps.