Home / Companies / Strapi / Blog / October 2023

October 2023 Summaries

5 posts from Strapi

Filter
Month: Year:
Post Summaries Back to Blog
The text provides a detailed tutorial on building a blogging application using Strapi as the Content Management System (CMS) and Astro for the frontend. It begins with instructions for setting up Strapi, an open-source headless CMS, to quickly create RESTful APIs and manage content through a graphical user interface. The guide then delves into using Astro, a JavaScript-based static site generator, to create a fast, SEO-friendly website that ships zero JavaScript to the client by default. The tutorial covers creating and managing collection types and roles in Strapi and setting up a frontend with Astro, utilizing components and layouts. It also explains integrating Tailwind CSS for styling and using additional libraries like marked and date-fns for content manipulation and display. The walkthrough emphasizes the benefits of Astro's Progressive Enhancement approach and Strapi's extensibility, ultimately guiding the reader through creating a complete, performant blog application.
Oct 20, 2023 4,381 words in the original blog post.
Strapi has introduced its integration with Vercel's Visual Editing, enabling real-time editing of content on websites powered by Strapi. This feature allows for seamless collaboration and direct editing without needing to dive into the backend, making the content management process more efficient and reducing back-and-forth communication. The visual interface is intuitive for non-technical users, such as content creators and editors, allowing them to easily see how the content will appear once published and make real-time adjustments. With this integration, Strapi supports Vercel's Visual Editing feature in Beta, offering a bridge between content visualization and collaboration, and streamlining the editing process with features like WYSIWYG and Content Source Map Plugin, which allows editors to navigate directly from rendered content on the frontend to the related CMS field in Strapi for editing.
Oct 18, 2023 530 words in the original blog post.
The text provides a comprehensive guide on creating an Android application using Strapi as a backend content management system and Retrofit for HTTP communication. It begins with instructions to set up a Strapi project locally, detailing the creation of data models and generating API endpoints for a task management use case. The guide then describes the integration of Retrofit in an Android app to consume the Strapi API, focusing on setting up HTTP requests and handling data serialization and deserialization. It includes creating user interface components such as RecyclerView and CardView to display tasks, and implementing functionality for adding, updating, and deleting tasks. The text emphasizes the flexibility and efficiency of using Strapi for content management and showcases a practical example of full-stack development, reflecting the author's expertise and passion for both Android and web development.
Oct 13, 2023 4,680 words in the original blog post.
Strapi is enhancing its "Write for the Community" program to better align with its core values of collaboration, learning, and sharing knowledge among developers. Recognizing the challenges of attracting contributors primarily motivated by compensation, the company aims to refocus on authentic community engagement by encouraging developers to share their expertise through high-quality content. Strapi emphasizes the importance of community-driven content, reflecting its commitment to empowering developers and fostering a vibrant and collaborative environment. The program invites developers to contribute in various categories, such as in-depth guides, best practices, real-world case studies, and integration articles, with support offered throughout the content creation process. By participating, developers can gain visibility, establish themselves as experts, and connect with a broader audience, thereby enhancing the collective wisdom and innovation within the Strapi community.
Oct 10, 2023 699 words in the original blog post.
Strapi has unveiled its latest version, v4.14, enhancing content management through new features like Role-Based Access Control (RBAC) for Review Workflow stages and a new Rich-Text Editor with Content Blocks (Alpha). The update allows users to choose from various rich text editors, including CKEditor 5 and React MD, to suit their specific content creation needs. The introduction of JSON-based Content Blocks aims to streamline content editing, providing an intuitive interface with drag-and-drop capabilities akin to Notion. Strapi's RBAC feature offers granular control over permissions in content workflows, enhancing security and collaboration. The update also includes bug fixes, new plugins, and encourages community engagement through forums and upcoming events. The release highlights Strapi's commitment to offering a customizable, scalable, and user-friendly CMS experience for diverse content management needs.
Oct 04, 2023 904 words in the original blog post.