Home / Companies / Contentful / Blog / October 2021

October 2021 Summaries

11 posts from Contentful

Filter
Month: Year:
Post Summaries Back to Blog
This summary provides a high-level overview of building an S3 media bucket with a CloudFront distribution that serves media files, performs on-demand image transformation, and authenticates incoming requests. The process involves creating an S3 bucket, configuring CORS rules and public access controls, and setting up CloudFront to distribute the media files using an Origin Access Identity (OAI). Terraform is used to manage the infrastructure as code, and a CloudFront distribution is created with a meaningful comment, enabled, and configured to use the OAI for authentication. The final output displays the URL of the CloudFront distribution, which can be tested by uploading media files to the S3 bucket and accessing them using the CloudFront domain.
Oct 27, 2021 1,106 words in the original blog post.
APIs are not always an "easy button" for headless commerce solutions, as they can be poorly designed and lead to increased complexity and frustration for developers. While many professional headless commerce platforms offer enhanced developer API options, not all APIs are the same, and some may require multiple calls just to fill a user's shopping cart. A well-designed headless commerce API delivers logical data for use in a single call, providing seamless integration of data and processes. In contrast, poorly designed APIs can hide important functions or limit developer access behind plugins and paywalls. It's essential to find an API that meets your business needs and not rely on generic assumptions about all headless commerce solutions being the same.
Oct 25, 2021 878 words in the original blog post.
GraphQL variables allow developers to build queries and mutations that accept values from their application or users, improving type safety by restricting what kinds of values can be passed to them. Variables are defined separately from the query itself and can be used in both queries and mutations, with default values provided for some variables. The use of GraphQL variables enables predictable code, reducing problems such as unexpected input and injection attacks, while also providing a self-documenting nature that makes it easy to see what's going on and make adjustments to get the exact data required. By using typed languages like TypeScript, developers can ensure consistency across their front- and backend, making it easier to develop complex applications and improving app reliability for end users. Additionally, GraphQL variables can be used in combination with schema stitching to combine different APIs into a single endpoint, streamlining application code and improving responsiveness by reducing backend requests required to keep data up-to-date.
Oct 22, 2021 1,440 words in the original blog post.
To build a knowledge base in LivePerson that pulls content from Contentful, you need a Contentful account and an understanding of JOLT spec. You'll create a simple content model in Contentful with required fields such as title, tags, and summary, and then use a Content Delivery API endpoint to fetch the content into a new knowledge base within LivePerson. After setting up the API endpoint and mapping the content using JOLT spec, you can sync the articles from Contentful into the LivePerson knowledge base, providing more brand consistency in your knowledge bases and enabling brands to expose their FAQs to end-users through LivePerson's Knowledge AI.
Oct 20, 2021 691 words in the original blog post.
The article debunks the myth that headless commerce websites are more expensive to build than traditional ecommerce solutions, citing reduced development time and costs as key advantages. Headless commerce is a website architecture that decouples front-end design elements from backend code, allowing businesses to use an existing content management system (CMS) for front-end design and a headless commerce platform for the backend ecommerce side. This approach offers more freedom and flexibility in building and customizing a storefront, reducing costs during development, launch, and monthly hosting. Headless commerce platforms provide a seamless ecommerce experience without high licensing or hosting fees, making it an attractive option for businesses looking to build or redesign their online store. The article highlights the benefits of headless commerce solutions, including reduced burden post-launch, customization options, and affordable pricing structures, making it easier for companies to grow their ecommerce website as their business evolves.
Oct 18, 2021 1,033 words in the original blog post.
Conversational apps are revolutionizing customer communication by combining the best of text, graphic, voice and touch interfaces, offering a seamless user experience that blends visual content with two-way dialogue. These apps operate within messaging channels like WhatsApp, Messenger, and Telegram, using channel-specific features, integrating with website tools, and utilizing small, standalone bits of code called components to create a frictionless customer journey. The potential for conversational apps is huge, as they can render any graphical element needed, reducing operational costs while making customers happier. With automation and messaging, businesses can scale relevant and personalized conversations, using features like buttons, carousels, and attachments to enable transactions without leaving the messaging app. As messaging companies invest in rich elements and features, businesses have the freedom and flexibility to design their own experiences within these platforms, reducing steps in the customer journey and treating each interaction as a mini use case.
Oct 13, 2021 1,440 words in the original blog post.
We released the Fast Forward schedule, which is now available on our website, and had exciting events like Structured Content webinar and Jamstack Conf. The App Framework has feature additions that you won't want to miss, including customizing web interfaces and sharing apps with the world. We also have a virtual conference, Fast Forward 2021, taking place November 3–5, featuring speakers from GitHub, New Relic, FIFA, and Scott Hanselman from Microsoft. Our team is offering masterclasses on November 5, focusing on Contentful's most powerful capabilities and best practices. The App Framework now allows sharing apps with the world and uploading custom icons, making it valuable by itself and more fun to use. We published helpful content like a beginner post on RESTful APIs, an article from Smarter Content on editor perspectives, and a post on setting up Contentful and SwiftUI. A new npm package for content migrations is also available, and our Developer Experience team is looking for a new leader. Additionally, we have updates to webhooks, task management in Compose + Launch, and more features to streamline your editing experience.
Oct 12, 2021 686 words in the original blog post.
The retail industry has undergone significant changes, driven by customer trends and expectations, particularly in the post-pandemic environment. Composable commerce is emerging as a key solution to help businesses offer a customer-centric digital experience and stay agile with their content. Headless commerce, which separates front end and back end systems, allows for rapid updates and improvements without downtime. This approach has become increasingly important, with nearly 50% of retail executives planning to invest heavily in multi-touchpoint experiences in 2021. Retailers that adopt a composable approach to ecommerce are expected to outpace competitors by 80% when rolling out new features by 2023, according to Gartner's prediction. By partnering with market-leading technology solutions and taking a multi-vendor approach, retailers can achieve dynamic and cutting-edge digital experiences without vendor lock-in or being hamstrung by monolithic platforms.
Oct 08, 2021 1,028 words in the original blog post.
The key points from this text are that Contentful has released several exciting new features, including a reworked integration of its Content Management API (CMA) with apps, which streamlines development and documentation across content operations. The company also introduced a new app sharing feature, allowing users to easily share their apps within the developer community or with clients, while maintaining version control. Additionally, developers can now set custom icons for their apps, making it easier to find specific apps in the Contentful web app. Other updates include improved hosting options, enhanced productivity features for editorial teams, and increased app allowances for organizations on certain tiers.
Oct 05, 2021 1,056 words in the original blog post.
A REST API is a software design pattern that allows two different pieces of software to communicate with each other, enabling the integration of functionality from third-party services or other services within an application. It follows specific principles such as resource-based approach, uniform structure, statelessness, and hypermedia support. To interact with a REST API, developers use HTTP methods and headers to send requests and receive responses, which typically include an HTTP status code, requested content in a specific format, and additional information like query string parameters or authentication details. By adhering to these principles, REST APIs provide a scalable, flexible, and easy-to-use solution for communication between systems, allowing separation of concerns between client and server, and making it the standard for most web applications.
Oct 04, 2021 2,543 words in the original blog post.
Contentful is a content platform that doesn't fit neatly into traditional categories like content management systems or digital experience platforms, instead offering a unique fusion of the best aspects of both. It supports cross-channel presences, cloud-native technology, decoupled code and content, structured content, and low-code extensibility. Contentful's approach to content management streamlines the content value chain and orchestrates customer engagement across multiple digital channels, making it an attractive option for brands looking to create modern, personalized experiences that drive customer loyalty and retention. The platform's focus on employee experience is also gaining attention, with features like customizable UIs, workflow automation, and user support. By building a content platform, Contentful offers a flexible and scalable solution that can adapt to the evolving needs of growing businesses.
Oct 01, 2021 1,414 words in the original blog post.