October 2015 Summaries
6 posts from Strapi
Filter
Month:
Year:
Post Summaries
Back to Blog
The latest release of the Strapi framework introduces several improvements, most notably the new Dashboard as a Service designed specifically for clients. This update separates the Studio and Dashboard functionalities; the Studio caters to developers with necessary development tools, while the Dashboard focuses on providing clients with data management capabilities without exposing the underlying processes. This separation ensures that clients have straightforward access to their data, leaving the technical aspects to developers. The development of these features was guided by user feedback collected through Slack and contributions made on GitHub.
Oct 29, 2015
135 words in the original blog post.
The article highlights the benefits and distinctive features of Koa, a modern web framework designed by the creators of Express and Connect, which is used as the foundation for Strapi, a Node.js framework. Koa distinguishes itself with its lightweight design, absence of bundled middleware, and the use of ES2015 generators to enhance error-handling and eliminate callbacks, offering developers a more expressive and robust platform for building web applications and APIs. It encapsulates Node.js request and response objects into a single object and allows middleware to cascade traditionally, which simplifies the development process. Koa's design promotes the selection of specific modules and assists in parallel execution of database queries, making it particularly suitable for modern API development. The article encourages both new and experienced Node.js developers to explore Strapi, which leverages Koa's architecture to create maintainable and structured applications, emphasizing Strapi's ease of use through its command-line tool for rapid project setup.
Oct 23, 2015
670 words in the original blog post.
The text highlights the release of new improvements in the Strapi ecosystem, with a notable change being the removal of the open-source admin panel and the introduction of GraphQL support. Users are encouraged to create their first Strapi project using a simple command line and are invited to provide feedback through Slack. Additionally, Loic, a Data Engineer, is mentioned as the founder of Nunchi and a teacher at the Web School Factory, indicating engagement with the community and educational initiatives.
Oct 21, 2015
75 words in the original blog post.
The latest release of Strapi simplifies the user experience by removing modules, enhancing the interaction between local applications and Strapi Studio, and introducing improvements across Strapi's ecosystem. The feedback from the community, particularly from contributors on Slack and GitHub, has been instrumental in these updates. Strapi, initially created by Pierre, Aurélien, and Jim in 2015, continues to thrive as an open-source, remote, and people-first project, with Pierre also engaging in personal interests such as windsurfing and mountain biking.
Oct 09, 2015
129 words in the original blog post.
Node.js is a JavaScript runtime that operates on Chrome's V8 engine, designed for running server-side applications using an event-driven, non-blocking I/O model, making it highly efficient and lightweight, especially suited for data-intensive real-time applications across distributed devices. It allows developers to build scalable network applications by handling numerous simultaneous connections with high scalability through a single-threaded event loop, contrasting with traditional web-serving techniques that rely on multiple threads. The Node.js community is characterized by its collaborative nature, with npm serving as the largest ecosystem of open-source libraries, facilitating the rapid development of full-stack JavaScript applications. Strapi aligns with the goals of Node.js, fostering a sustainable ecosystem and promoting market adoption by providing software products that enhance business capabilities.
Oct 09, 2015
396 words in the original blog post.
After graduating from HETIC, a French school specializing in web development, the founders of Wistity recognized the need for a technology that could automate recurring tasks and accelerate the development process. This led them to create Strapi, a framework designed to allow flexibility, modularity, and ease of use by leveraging third-party services through APIs. The company emphasizes the importance of avoiding the constraints of traditional CMS architectures and aims to simplify tasks like user and data management. Their vision includes promoting agnosticism in front-end technologies and data storage. The co-founder, who has been developing since age 13 and has experience creating two CMS platforms, is focused on the product's vision and strategy, underscoring that their mission is to ensure users' success.
Oct 02, 2015
261 words in the original blog post.