March 2023 Summaries
7 posts from Contentful
Filter
Month:
Year:
Post Summaries
Back to Blog
Composable refers to the ability of companies to mix and match vendors that specialize in specific areas, allowing them to choose tools that meet their unique needs and deliver experiences that differentiate their brand from the competition. This approach enables teams to bring along legacy tools and make incremental improvements while moving away from monoliths, rather than undergoing a big-bang replacement. Composable tools offer solutions that fit individual business needs, new functionality without upgrades, products that solve problems, speed and agility, and specialized teams with deep understanding of their audiences. By structuring teams around what they want to deliver, companies can adapt their technology to the way people work, leading to better digital experiences.
Mar 28, 2023
1,304 words in the original blog post.
Webhooks are event-based services that allow one application to send real-time data to another when a specific event occurs, enabling applications to provide their services as quickly as possible and keep users satisfied. In contrast, APIs facilitate robust, ongoing communication between applications, with API calls generating a data "conversation" made up of requests and responses between API endpoints. The choice between using webhooks or APIs depends on the frequency of data updates needed, with APIs being optimal for more frequent updates and webhooks suitable for less frequent, specific updates. Both technologies are essential to modern application functionality and share common ground but occupy different spaces in terms of their base functionalities and use cases.
Mar 23, 2023
1,429 words in the original blog post.
Contentful has updated its Partner Program, focusing on simplicity, efficiency, and measurability to support partners in delivering cutting-edge digital experiences using the industry's leading composable content platform. The new program aims to give Solution Partners more options to engage with Contentful executives, product, and brand, while ensuring tight alignment with customers' needs. The updated program includes simplified requirements, enhanced benefits, data-driven governance, and a tiered system for partners, with the first-ever Contentful Partner of the Year Awards recognizing outstanding achievements among top partners like Valtech, Apply Digital, Wunderman Thompson, and commercetools.
Mar 16, 2023
1,339 words in the original blog post.
Serverless architecture is a cloud-based approach that allows developers to deploy code without worrying about infrastructure, abstracting away complexities of deployment and management by a third-party cloud provider. It's not about removing servers, but rather the concept of individual servers being managed by the provider. Serverless can drastically reduce time to market, allowing more focus on building business requirements instead of infrastructure setup. DevOps teams prefer serverless for its automatic scaling capabilities, which can be costly in traditional approaches. With serverless, systems are executed in the cloud without managing underlying infrastructure, making it ideal for backend systems and event-driven functions as a service (FaaS). Serverless computing is closely tied to FaaS, where individual code snippets are deployed and executed in the cloud, often with constrained runtime limits. The key benefit of serverless architecture is that developers only pay for what they use, reducing costs and increasing scalability. It also simplifies deployment and infrastructure configuration, making life easier for developers while improving user experience. However, it comes with security risks if misconfigured and limitations on moving to another provider. Despite these challenges, serverless architecture has many successful use cases in various industries, from smart home devices to chatbots.
Mar 14, 2023
1,181 words in the original blog post.
Svelte is a free and open-source component-based frontend JavaScript library that offers several advantages over React, including smaller bundle sizes, faster performance, and an easier learning curve. Svelte's compiler approach compiles code at build time into highly optimized imperative client-side vanilla JavaScript, eliminating the need for external dependencies and resulting in faster initial load times and improved performance. Additionally, Svelte has great built-in support for TypeScript, making it easier to write type-safe, maintainable code. However, React still has a larger ecosystem and more job opportunities, and its popularity is largely due to its first-mover advantage, widespread adoption, and backing from big tech companies. Ultimately, the choice between Svelte and React depends on the developer's goals and priorities, with Svelte being a good option for projects that prioritize ease of use and performance, while React may be more suitable for larger, more complex applications or those seeking to land a job in the industry.
Mar 09, 2023
3,145 words in the original blog post.
CMG Digital is a scaling digital design and smart production agency that has launched, migrated, and optimized over 100 sites on Contentful. The company's clients include GlaxoSmithKline and other FMCG companies in the Fortune 100, with approximately 1000 websites managed globally. CMG Digital aims to amplify brands and support scale by leveraging Contentful's capabilities. They detect common issues with legacy websites, such as inconsistent layouts and limited brand personalization. By migrating to Contentful, they can build a consistent content model across all brands, regions, and markets. The platform offers rapid onboarding, intuitive editing, and a composable content architecture that enables multiple stakeholders to work together seamlessly. With Contentful, CMG Digital can transform the entire digital ecosystem for global brands, achieving commercial gains through reduced website time to delivery, brand consistency, cloud-based storage, and increased integration flexibility.
Mar 07, 2023
1,021 words in the original blog post.
Figma, a popular design and collaboration platform, faces a challenge in allowing users to incorporate real content into their designs, which can make it hard to visualize the final product. However, this limitation has been addressed by a thriving ecosystem of Figma plugins and third-party apps, including a plugin developed by the author that integrates Contentful data with Figma designs. This integration enables users to bring in real-world data, making prototypes more realistic and user-friendly, and streamlining the design process by automating tasks such as generating multiple designs with the same structure and adding real data to prototypes. The plugin also offers features like localized content, multi-language promotional banners, Open Graph images, and asset loading, making it a valuable tool for designers, copywriters, and Contentful users alike.
Mar 02, 2023
1,043 words in the original blog post.