How Strapi makes you happy!

Sept. 20, 2021, 4 a.m. (2 years, 6 months ago)
0 Comments

Host Jennifer Blumberg leads the discussion of Strapi, a Node-based CMS & API provider that allows you to create content-rich experiences. We are joined by guest Daniel Madalitso Phiri from Strapi’s developer relations team.

We delve into using Strapi as a headless CMS, leveraging the awesome developer experience offered by the combination of TypeScript, GraphQL, and React. Build any React components you like, pull them into Strapi, and create a dynamic content builder for your clients.

We also turn the tables on Jennifer, and talk about why she chose Strapi over Craft CMS, Contentful, Keystone, and a number of other potential suitors. We go in depth on what type of projects Strapi is suited for, and whether she’ll continue to use it going forward!

Login to Add New Comment
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Talking Craft CMS 3 RC1! Talking Craft CMS 3 RC1!
In the inaugural episode of the devMode.fm podcast, we talk all about Craft CMS 3 RC1. When it is time to start using it for client projects? As developers, what do we love about Craft CMS 3? How do we pitch Craft 3 to clients to get them to love it too? Has the tooling for Craft 3 gotten too compli...
Craft CMS 3 with Pixel & Tonic Founder Brandon Kelly! Craft CMS 3 with Pixel & Tonic Founder Brandon Kelly!
In this episode we have Brandon Kelly, the founder of Pixel & Tonic on to discuss their recently released Craft CMS 3. Living up to it’s version number, Craft CMS was 3 years in the works, and is a major new iteration of the popular CMS platform. We talk about the history of Pixel & Tonic a...
Spelunking into the VueJS Frontend JavaScript Framework Spelunking into the VueJS Frontend JavaScript Framework
On this episode, we talk with special guest Adam Wathan about the VueJS JavaScript framework. We talk about what VueJS is, and how its Laissez-faire approach lets you pick and choose how much of it makes sense to use in a project. We go into why using a framework like VueJS can help you write bette...
JAMstack development, carpe JavaScript! JAMstack development, carpe JavaScript!
On this episode, we’re joined by Paulo Elias from IDEO to discuss JAMstack: Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup. Paulo talks about his journey from doing traditional LAMP/LEMP stack work to building things using JavaScript as the h...
CSS & CMS Musings with Eric Meyer CSS & CMS Musings with Eric Meyer
On this episode we have on the CSS legend Eric Meyer to talk about the early days of CSS, and how it almost died, and also onto where CSS is today. We discuss utility-first CSS, CSS in JavaScript, and talk about the Flexbox and the awesomeness that is CSS Grid. We then also talk about the move of E...
Similar Tutorials
Enable & Write Cron Jobs for Strapi
Enable & Write Cron Jobs for Strapi
A cron job is a useful utility that can be found in any unix-like operating system. It can be used to schedule time-based commands without human intervention. With Strapi, we can use cron jobs to import data or run application tasks automatically. To write cron jobs in Strapi is super...
How to Install Deno on macOS
How to Install Deno on macOS
Deno is a simple, modern and secure runtime for JavaScript and TypeScript, by the creator of Node.js himself, Ryan Dahl. Deno uses the Chrome v8 engine and is built with Rust. The project just reach version 1.0 and got many people in the JavaScript community interested. In this tutori...
How to Install & Configure Strapi with PostgreSQL
How to Install & Configure Strapi with PostgreSQL
If you have used Strapi before, you know how fast and easy it is to install with the "--quickstart" flag that includes SQLite as a default database. However, if you want to use a database like MongoDB or PostgreSQL the install and configuration requires a little bit more att...