Does anybody have experience (or ideas) on how to best managed db seed and migration scripts in a mongoldb context? I would like to discuss solutions.

Just found this series of an Obsidian developer critiquing plugins. I like his style and gives good insight into how to develop plugins.

Cover

Critique your plugin #2 — Obsidian October 2024 (via Critique your plugin #1 — Obsidian October 2024).

I’m back in Jira. Today’s task was creating user stories for the new project.

If the process you’re using software to address is not your businesses core competency, anything but bog standard commercial-off-the-shelf software should be looked at with great skepticism.

Jason a makes good points when companies should just use the off the shelf solution instead of developing something themselves.

Low-code skepticism.

But as a developer I need to fight the urge to try to implement something custom only because the default solution is boring.

I had to debug an interesting issue today: One request to a background system is constantly failing when done by our server. But works fine when I try the same request via curl. The error message for the failing one is ECONNREFUSED. I have no idea why it would not work :-(.

I fixed dependency hell by removing all my external dependencies. it was possible because I only had two of them and it is a hobby project.

Anyway, I still lost two days I could have used for features.