Contentful Audit Logs 実践解説: JSON から読み解く監査ログの構造と活用ポイント
https://dev.classmethod.jp/articles/contentful-audit-log-json-guide/
Contentful Audit Logs 実践解説: JSON から読み解く監査ログの構造と活用ポイント
https://dev.classmethod.jp/articles/contentful-audit-log-json-guide/
Re-launch day for my wife's website: https://sahar.design
Now built with #astro and #contentful, a _very_ nice set of tools to work with. Contentful rich text gets coverted to portable text, and a couple of Astro components take care of the rendering, making good use of recursion.
Contentful Content Preview 機能チュートリアル実践 - Next.js での実装例
https://dev.classmethod.jp/articles/contentful-content-preview-implementation-tutorial/
Contentful バックエンドアプリの構築チュートリアル実践 - イベント通知によるリアルタイム処理
https://dev.classmethod.jp/articles/contentful-backend-app-tutorial-event-handling/
Zendesk アクションフロー × Amazon Bedrock (Claude) × Contentful による AI カスタマーサポートの構築
https://dev.classmethod.jp/articles/zendesk-action-flow-bedrock-claude-contentful-ai-customer-support/
#dev_classmethod #Zendesk #Amazon_Bedrock #Claude #Contentful
Zendesk アクションフローと Amazon Bedrock (Claude) を組み合わせ、Contentful のナレッジベースを参照して AI が自動回答するカスタマーサポートシステムを構築しました。顧客からの問い合わせに対して、関連記事を検索し Claude が適切な回答を生成してサポート担当者に提示する仕組みを実装例とともに紹介します。
Contentful App Framework チュートリアル検証 - Create a custom app 編
https://dev.classmethod.jp/articles/contentful-app-framework-tutorial-create-a-custom-app/
Contentful の公式チュートリアル「Create a custom app」を実際に実装し、「Word count」および「Reading time」表示機能を持つ Custom App を開発しました。実装過程で発生した Rich Text フィールドの型処理、TypeScript エラーの解決、設定ミスによるトラブルなど、公式ドキュメントでは言及されていない実践的な課題とその解決手法を体系的に記録します。
Contentful 標準リッチテキストエディタで「Word 的な編集体験」はどこまで可能か?──見た目より「構造」に強い CMS のリアル──
https://dev.classmethod.jp/articles/contentful-richtext-wordlike-experience/
Contentful 「相互参照」徹底解説:Reference フィールドによる柔軟なデータ設計と運用の実践例
https://dev.classmethod.jp/articles/contentful-reference-fields-guide/
Contentful の Rich Text を HTML 変換し PDF 化する:Next.js/Node.js サンプル付き解説
https://dev.classmethod.jp/articles/contentful-export-html-and-pdf/
#dev_classmethod #Contentful #Node_js #Next_js #JavaScript #TypeScript
Contentful の Rich Text フィールドで管理された記事データを、API 経由で取得・HTML 変換し、ブラウザ上で PDF として出力する一連のワークフローを、Next.js/Node.js サンプル付きで詳しく解説。現場でよく求められる「CMS 管理データの PDF 帳票化」を、シンプルな構成と実践的なコード例で手早く体験できます。
GraphQL Playground の後継 GraphiQL を試す: Contentfulで最小構成ブログ構築
https://dev.classmethod.jp/articles/contentful-graphiql-getting-started/