Below you will find pages that mention the tag “development”
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.
Does anybody know of a hosted alternative to lokalize.com, which does not cost an arm and a leg and offers feature branches?
Just found this series of an Obsidian developer critiquing plugins. I like his style and gives good insight into how to develop plugins.

⤑ Critique your plugin #2 — Obsidian October 2024 (via Critique your plugin #1 — Obsidian October 2024).
⤑ 2025 Stack Overflow Developer Survey.
The results are in.
⤑ git worktree.
I did not know about worktree’s in git. This sounds handy when debugging and wanting to compare two branches. Or when checking PRs.
Wow, sub 12 hours turnaround on an AppStore review. I can’t remember having such a fast submission ever.
My first Obsidian Plugin is finally published. The one on the bottom left.
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.
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.
For the case that we have Rails and Devise experts here, I could use some help with this issue.
⤑ Devise authenticate_admin_user! does not work after upgrading to rails 5.
@V_ Ooh, this does look interesting. Thanks for sharing. Will check it out.
on
@lmika The plugin shown in the first one is also interesting, its an alternative to the Daily plugin which has some more logic in it. I was actually thinking about writing a script which does part of this. But so far I have not yet tested it out.
on