January 2021 Summaries
7 posts from Strapi
Filter
Month:
Year:
Post Summaries
Back to Blog
This tutorial guides users through creating an application using Strapi, a popular open-source Node.js framework for building APIs. The application is designed to scrape website data from jamstack.org and store it in a database. The process involves setting up the Strapi project, defining a content type for the scraper, coding the logic to fetch and insert site generators into the database, and configuring cron jobs to execute the scraping task at specified intervals. The tutorial also covers error handling and updating the scraper's report and errors log.
Jan 27, 2021
3,332 words in the original blog post.
The Internet of Things (IoT) has become an integral part of our present, with its growth showing no signs of slowing down. React.js is a popular JavaScript library used to develop IoT applications easily and efficiently. It offers several features such as compositional structure, lifecycle methods, and separation of concerns that make it a good choice for IoT projects. These features enable developers to create lean and small components, manage data in one place, and forward it to children's components when needed. React also uses props to pass on data to components, making the application flawless and updated with the latest data. However, React has some challenges such as lack of proper support, unpredictable behavior, and limited scalability for large IoT projects. Despite these challenges, its features like faster rendering process, compositional structure, and component-based structure make it a consideration for IoT applications.
Jan 22, 2021
2,099 words in the original blog post.
StrapiConf, the first global virtual conference dedicated to Strapi, is set for April 22nd, 2021, featuring two tracks tailored to both newcomers and advanced users seeking deeper insights into Strapi's capabilities. The conference encourages participation from the community by extending its Call for Papers (CFP) deadline to February 1st, 2021, offering an opportunity for users to share their Strapi experiences and insights. Participants can follow Strapi on Twitter for updates and use the #strapiconf hashtag to engage with the event. The conference is organized under the guidance of Victor Coisne, VP of Marketing at Strapi, who brings extensive experience from his time with Open Core B2B companies and as Head of Community at Docker.
Jan 20, 2021
317 words in the original blog post.
A blog post discusses the integration of a new WYSIWYG editor, the Toast UI editor, into Strapi, a popular open-source headless CMS. The post highlights how Fagbokforlaget, a Norwegian publishing company, created an npm package that allows Strapi users to replace the default editor with Toast UI, which features real-time content preview. To implement this editor, users can add the package to their existing Strapi projects via npm or yarn, build and launch the application, and use the Media Library for direct image integration. The post also explains the structure and code of the package, emphasizing its simplicity and utility for the Strapi community, while noting that some tutorials may be outdated due to newer Strapi versions. The author, Maxime, is part of Strapi's Growth team and aims to provide valuable content to the community.
Jan 18, 2021
1,634 words in the original blog post.
Node.js is often preferred for projects requiring scalability, event-driven architecture, and non-blocking input/output due to its ability to handle complex calculations and large-scale applications. Python, on the other hand, excels in web development, numerical computations, network programming, and machine learning, thanks to its ease of use and versatility. The choice between Node.js and Python ultimately depends on the specific requirements of a project, with both offering unique advantages and disadvantages that should be weighed against each other.
Jan 15, 2021
898 words in the original blog post.
The Strapi team created their first project by running the command `npx create-strapi-app my-project` in a terminal, which sets up a new Strapi application. The entire team wishes everyone a Happy New Year and thanks them for supporting Strapi, which has grown significantly over the past year. Strapi was recognized as the JavaScript Innovation of the Year by Hackernoon, and its community published 30 articles through the Write for the Community program. The team also launched StrapiConf, a virtual conference that will take place on April 22nd, 2021, and introduced new resources such as Strapi Academy, which offers free learning materials for the community. The team revamped their logo and website design while keeping their rocket to reach the moon, raised $10m in Series A funding, and published an Enterprise Edition of Strapi. Despite the challenges posed by the COVID-19 pandemic, the team has been excellent, and they are now hiring. The mission of Strapi is to empower the community to build millions of projects, and the top priorities for 2021 include improving the Developer Experience and Content Editing Experience while structuring their community ecosystem with better integrations.
Jan 13, 2021
1,068 words in the original blog post.
The article provides an overview of the Jamstack architecture, a modern approach to web development that emphasizes the use of client-side JavaScript, reusable APIs, and prebuilt markup to create fast and secure websites. Coined by Mathias Biilmann, CEO and Co-founder of Netlify, Jamstack has gained popularity due to its ease of deployment, enhanced performance, and security benefits by serving static files directly from a CDN, reducing backend complexity and vulnerabilities. The text highlights how developers can get started with Jamstack by choosing appropriate tools such as a headless CMS like Strapi, static site generators like Jekyll or Hugo, and CDNs like Netlify. It also underlines the advantage of integrating external APIs to streamline content management and delivery. Additionally, it briefly introduces Quadri Sheriff, an aspiring technical writer and programmer, who is delving into blockchain and Jamstack technologies.
Jan 11, 2021
890 words in the original blog post.