<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>development on vmac.ch</title><link>https://vmac.ch/tags/development/</link><description>Recent content in development on vmac.ch</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 07 Sep 2025 04:48:53 +0200</lastBuildDate><atom:link href="https://vmac.ch/tags/development/index.xml" rel="self" type="application/rss+xml"/><item><title/><link>https://vmac.ch/posts/2025-09-07-does-anybody-have-experience-or-1757213334/</link><pubDate>Sun, 07 Sep 2025 04:48:53 +0200</pubDate><guid>https://vmac.ch/posts/2025-09-07-does-anybody-have-experience-or-1757213334/</guid><description>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.</description></item><item><title/><link>https://vmac.ch/posts/2025-08-13-does-anybody-know-of-a-1755091087/</link><pubDate>Wed, 13 Aug 2025 15:18:07 +0200</pubDate><guid>https://vmac.ch/posts/2025-08-13-does-anybody-know-of-a-1755091087/</guid><description>Does anybody know of a hosted alternative to lokalize.com, which does not cost an arm and a leg and offers feature branches?</description></item><item><title/><link>https://vmac.ch/posts/2025-08-01-critique-your-plugin-2---obsidian-october-2024-1754069402/</link><pubDate>Fri, 01 Aug 2025 19:30:02 +0200</pubDate><guid>https://vmac.ch/posts/2025-08-01-critique-your-plugin-2---obsidian-october-2024-1754069402/</guid><description>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).</description></item><item><title/><link>https://vmac.ch/posts/2025-07-30-2025-stack-overflow-developer-survey-1753852075/</link><pubDate>Wed, 30 Jul 2025 07:07:54 +0200</pubDate><guid>https://vmac.ch/posts/2025-07-30-2025-stack-overflow-developer-survey-1753852075/</guid><description>⤑ 2025 Stack Overflow Developer Survey.
The results are in.</description></item><item><title/><link>https://vmac.ch/posts/2024-06-21-git-worktree-1718945589/</link><pubDate>Fri, 21 Jun 2024 06:53:08 +0200</pubDate><guid>https://vmac.ch/posts/2024-06-21-git-worktree-1718945589/</guid><description>⤑ 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.</description></item><item><title/><link>https://vmac.ch/posts/2024-03-21-wow-sub-12-hours-turnaround-1711030676/</link><pubDate>Thu, 21 Mar 2024 15:17:56 +0100</pubDate><guid>https://vmac.ch/posts/2024-03-21-wow-sub-12-hours-turnaround-1711030676/</guid><description>Wow, sub 12 hours turnaround on an AppStore review. I can’t remember having such a fast submission ever.</description></item><item><title/><link>https://vmac.ch/posts/2024-03-12-my-first-obsidian-plugin-is-1710217928/</link><pubDate>Tue, 12 Mar 2024 05:32:08 +0100</pubDate><guid>https://vmac.ch/posts/2024-03-12-my-first-obsidian-plugin-is-1710217928/</guid><description>My first Obsidian Plugin is finally published. The one on the bottom left.</description></item><item><title/><link>https://vmac.ch/posts/2024-01-19-i-m-back-in-jira-today-s-1705681356/</link><pubDate>Fri, 19 Jan 2024 17:22:36 +0100</pubDate><guid>https://vmac.ch/posts/2024-01-19-i-m-back-in-jira-today-s-1705681356/</guid><description>I&amp;rsquo;m back in Jira. Today&amp;rsquo;s task was creating user stories for the new project.</description></item><item><title/><link>https://vmac.ch/posts/2024-01-02-low-code-skepticism-1704182569/</link><pubDate>Tue, 02 Jan 2024 09:02:48 +0100</pubDate><guid>https://vmac.ch/posts/2024-01-02-low-code-skepticism-1704182569/</guid><description>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.</description></item><item><title/><link>https://vmac.ch/posts/2022-11-09-i-had-to-debug-an-1668008651/</link><pubDate>Wed, 09 Nov 2022 16:44:11 +0100</pubDate><guid>https://vmac.ch/posts/2022-11-09-i-had-to-debug-an-1668008651/</guid><description>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 :-(.</description></item><item><title/><link>https://vmac.ch/posts/2020-12-23-i-fixed-dependency-hell-by-1608728803.0109282/</link><pubDate>Wed, 23 Dec 2020 14:06:42 +0100</pubDate><guid>https://vmac.ch/posts/2020-12-23-i-fixed-dependency-hell-by-1608728803.0109282/</guid><description>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.</description></item><item><title/><link>https://vmac.ch/posts/2020-10-16-devise-authenticate-admin-user-does-not-work-after-upgrading-to-rails-5-link/</link><pubDate>Fri, 16 Oct 2020 07:59:04 +0200</pubDate><guid>https://vmac.ch/posts/2020-10-16-devise-authenticate-admin-user-does-not-work-after-upgrading-to-rails-5-link/</guid><description>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.</description></item></channel></rss>