# moving

Published articles for moving.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## SecretSpec 0.19: Moving and importing secrets between providers

DevFeed: [SecretSpec 0.19: Moving and importing secrets between providers](<https://devfeed.tech/articles/secretspec-0-19-moving-and-importing-secrets-between-providers-31365.md>)

Original publisher: [Read original article](<https://discourse.nixos.org/t/secretspec-0-19-moving-and-importing-secrets-between-providers/79536>)

Author: domenkozar

Published: 2026-08-11T23:15:09Z

Content type: release

Language: en

Sources: [Announcements - NixOS Discourse](<https://devfeed.tech/sources/announcements-nixos-discourse.md>)

Topics: [configuration](<https://devfeed.tech/topics/configuration.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [config](<https://devfeed.tech/tags/config.md>), [generate](<https://devfeed.tech/tags/generate.md>), [json](<https://devfeed.tech/tags/json.md>), [moving](<https://devfeed.tech/tags/moving.md>), [providers](<https://devfeed.tech/tags/providers.md>), [release](<https://devfeed.tech/tags/release.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [servers](<https://devfeed.tech/tags/servers.md>), [verify](<https://devfeed.tech/tags/verify.md>)

### AI overview

SecretSpec 0.19 introduces provider-specific secret storage layouts, safer imports with verification before deletion, value transformations, configuration stored alongside secrets, ephemeral values and runtime prompts, Passbolt support, and faster remote-provider operations.

### Source excerpt

Hey all, secretspec 0.19 is out with highlights: Provider-specific storage layouts: map one application variable to each provider's native item, field, vault, or path. Safer imports: preflight every source and destination, verify copied values, and only then delete the source. Value transforms: decode Base64 or hexadecimal values and extract fields from JSON documents. Config in secrets: resolve committed, profile-specific configuration alongside provider-backed secrets. Ephemeral values and runtime prompts: generate or securely request values that should exist for only one invocation. Passbolt support: read and write secrets in self-hosted Passbolt servers. Faster remote providers: attach local caches directly to authoritative providers and batch 1Password field reads. Read the full release post: SecretSpec 0.19: Moving and importing secrets between providers | SecretSpec Disclaimer: LLMs have been used 1 post - 1 participant Read full topic

## A taste of Vue.js 3: API Changes, Async Components, and Plugins

DevFeed: [A taste of Vue.js 3: API Changes, Async Components, and Plugins](<https://devfeed.tech/articles/a-taste-of-vue-js-3-api-changes-async-components-and-plugins-31236.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/a-taste-of-vue-js-3-async-components-and-plugins>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2020-05-30T04:00:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [async](<https://devfeed.tech/topics/async.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Webpack](<https://devfeed.tech/topics/webpack.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [adapting](<https://devfeed.tech/tags/adapting.md>), [article](<https://devfeed.tech/tags/article.md>), [async](<https://devfeed.tech/tags/async.md>), [changes](<https://devfeed.tech/tags/changes.md>), [components](<https://devfeed.tech/tags/components.md>), [covering](<https://devfeed.tech/tags/covering.md>), [existing](<https://devfeed.tech/tags/existing.md>), [insights](<https://devfeed.tech/tags/insights.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [moving](<https://devfeed.tech/tags/moving.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [plugins](<https://devfeed.tech/tags/plugins.md>), [takes](<https://devfeed.tech/tags/takes.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vue-js](<https://devfeed.tech/tags/vue-js.md>), [webpack](<https://devfeed.tech/tags/webpack.md>)

### AI overview

A practical guide to migrating a project scaffold from Vue.js 2 to Vue.js 3. It covers API changes, the Composition API, async components, dynamic imports, webpack configuration, TypeScript support, and adapting plugins. The migration described was successful, and the project adopted Vue.js 3.

### Source excerpt

This article takes you through changes that have to be made when moving to Vue.js 3, covering API changes, async components, and adapting existing plugins

## How to Move a Django Model to Another App

DevFeed: [How to Move a Django Model to Another App](<https://devfeed.tech/articles/how-to-move-a-django-model-to-another-app-33918.md>)

Original publisher: [Read original article](<https://hakibenita.com/move-django-model>)

Author: Haki Benita

Published: 2020-05-05T21:00:00Z

Content type: article

Language: en

Sources: [Haki Benita](<https://devfeed.tech/sources/haki-benita.md>)

Topics: [Django](<https://devfeed.tech/topics/django.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [articles](<https://devfeed.tech/tags/articles.md>), [cli](<https://devfeed.tech/tags/cli.md>), [commands](<https://devfeed.tech/tags/commands.md>), [concepts](<https://devfeed.tech/tags/concepts.md>), [django](<https://devfeed.tech/tags/django.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [migration](<https://devfeed.tech/tags/migration.md>), [migrations](<https://devfeed.tech/tags/migrations.md>), [moving](<https://devfeed.tech/tags/moving.md>), [orm](<https://devfeed.tech/tags/orm.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

The article presents three ways to move a Django model from one Django app to another. It covers migration operations, built-in migration CLI commands, reversible migrations, migration plans, and introspection.

### Source excerpt

In my latest article for RealPython I cover some exotic migration operations, many of the built-in migration CLI commands and demonstrate important migrations concepts such as reversible migrations, migration plans and introspection.

## ReactOS investigates SHFileOperation and considers an IFileOperation implementation

DevFeed: [ReactOS investigates SHFileOperation and considers an IFileOperation implementation](<https://devfeed.tech/articles/circular-leaks-32769.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/circular-leaks/>)

Published: 2014-10-19T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [file](<https://devfeed.tech/topics/file.md>), [implementation](<https://devfeed.tech/topics/implementation.md>), [function](<https://devfeed.tech/topics/function.md>), [dialog](<https://devfeed.tech/topics/dialog.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [copy](<https://devfeed.tech/tags/copy.md>), [file](<https://devfeed.tech/tags/file.md>), [files](<https://devfeed.tech/tags/files.md>), [free](<https://devfeed.tech/tags/free.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [interface](<https://devfeed.tech/tags/interface.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [moving](<https://devfeed.tech/tags/moving.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [operations](<https://devfeed.tech/tags/operations.md>), [os](<https://devfeed.tech/tags/os.md>), [problems](<https://devfeed.tech/tags/problems.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [tests](<https://devfeed.tech/tags/tests.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

A ReactOS developer reports testing SHFileOperation by moving, copying, and deleting folder structures, but could not reproduce the suspected file-writing problem. The article then examines whether to fix SHFileOperation directly or implement it around IFileOperation, including Microsoft's internal approach.

### Source excerpt

Hello again! As I mentioned in the last report, I had been writing tests to find the problems in SHFileOperation. All I knew was that in some situations it would end without fully writing some file, so I wrote tests moving, copying and deleting a folder structure, and comparing the copy with the original. I tried with empty files first, then with files of random sizes, then with really big files, and also with a lot of files of relatively small size.