Browsing Category

Software

12376 posts

Software Engineering & Development Frameworks

This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.

You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.

This content is designed for engineers, technical leads, and teams working on production-scale applications.

Key Engineering Guides

postgresql-on-openbsd:-14-から-15-へのアップグレード-–-pg-upgrade-使用

PostgreSQL on OpenBSD: 14 から 15 へのアップグレード – pg_upgrade 使用

はじめに OpenBSD はすばらしいドキュメンテーションをプロジェクトの一環として提供してくれています。 (例えば man ページ (英語) は丁寧に維持されています。) これは OS だけで無く主要なサービス・パッケージにもあてはまります。PostgreSQL についても同様です。 さて PostgreSQL の pkg-readme (/usr/local/share/doc/pkg-readmes/postgresql-server) によると、データベースをアップグレードするのには…
Read More