Speakers: Imran Sayed

  • The Fastest Way to Build Gutenberg Blocks: Modern Tools, Scripts, and AI

    WordCamp Vienna 2026Speaker: Imran Sayed

    April 25, 2026 — Building custom Gutenberg blocks can feel complex and time-consuming, especially for developers who want to move fast without over-engineering. In this talk, I will show the fastest and most practical ways to build Gutenberg blocks using modern WordPress tools and scripts. Topics covered will include: Using @wordpress/scripts to quickly scaffold and build custom blocks, Creating blocks with minimal configuration using official WordPress tooling, Helpful scripts and tools that speed up block development (block.json, ESNext, build processes), How AI can assist in block development, Using AI to speed up debugging, refactoring, and documentation for blocks, Common mistakes that slow down block development and how to avoid them. This talk is suitable for beginner to intermediate WordPress developers who want to work more efficiently with Gutenberg.

  • Demystifying Decoupled WordPress With Next.js

    WordCamp Vienna 2026Speaker: Imran Sayed

    April 25, 2026 — A decoupled or headless architecture of WordPress adds flexibility and allows content to be used on multiple platforms such as mobile apps and the web. However, it also adds a layer of complexity and cost to manage your project. In this talk, we will learn under what scenarios a Headless WordPress is the right choice. How scalable is a headless site with tons of posts and what value it adds to the business and end-users? We will also discuss which react frameworks are considered the best when building Decoupled WordPress at an enterprise level.

  • Demystifying Decoupled WordPress With Next.js

    WordCamp Vancouver 2023Speaker: Imran Sayed

    November 13, 2023 — A decoupled or headless architecture of WordPress adds flexibility and allows content to be used on multiple platforms such as mobile apps and the web. However, it also adds a layer of complexity and cost to manage your project.

    In this talk, we will learn under what scenarios a Headless WordPress is the right choice. How scalable is a headless site with tons of posts and what value it adds to the business and end-users?

    We will also discuss which react frameworks are considered the best when building Decoupled WordPress at an enterprise level.

  • Build a fast WordPress site using React with Frontity

    WordCamp Kochi 2019Speaker: Imran Sayed

    October 12, 2022 — This 2019 talk is a 52 minute workshop using React and Frontity to build a headless WordPress website.

  • Panel Discussion: The future of WordPress themes

    WordCamp Europe 2021Speakers: Ben Dwyer, Daisy Olsen, Imran Sayed, Raitis Sevelis

    June 30, 2021 — Discussion panel about the future of WordPress themes.

    Our panelists, highly familiar with the new kind of WordPress themes, will share information and tips about this new WordPress revolution and all the opportunities that brings to the ecosystem.

  • Imran Sayed: Why Progressive Web Apps for WordPress?

    WordCamp Finland 2020Speaker: Imran Sayed

    March 28, 2021 — A recent (Comscore) study suggests users spend more time (87%) on a native app compared to mobile web because native apps are more predictable, they work offline, show notifications, and have access to mobile sensors.

    However, 78% of the time is spent in the user’s top three apps.

    Mobile web has a better reach (100 visits/ month for an average user) but does not does have a native-like experience.

    This talk explains how we can get the best of both worlds by using Progressive Web Apps with WordPress to combine the capabilities of native apps and the reach of the web.

  • Imran Sayed: Block-based themes – the future of site editing

    WordCamp India 2021Speaker: Imran Sayed

    March 18, 2021 — Learn about block-based themes and how to use features like menus and widgets. This talk introduces using a block-based theme and also provides a brief demo of how you can easily build a block-based theme.

  • Imran Sayed, Devarshi Sathiya: WordPress With Docker

    WordPress Meetup PuneSpeakers: Imran Sayed, Devarshi Sathiya

    November 28, 2020 — This talk covers:
    (1) the basics of Docker
    (2) Docker vs Virtual Machines
    (3) Docker images, containers
    (4) setting up WordPress with Docker

  • Imran Sayed: Fastest way of Creating Gutenberg block with minimal Javascript knowledge

    WordCamp Rochester 2020Speaker: Imran Sayed

    November 26, 2020 — Adapting to Gutenberg could be challenging for PHP developers who have minimal knowledge of JavaScript and React. It’s a paradigm shift and to re-learn how to do what we did with PHP in JavaScript can be overwhelming . In this talk I will discuss how a php developer, with minimal js knowledge can build blocks quickly.

    How can the php developers survive the amount of technologies to be learnt for Gutenberg? Can creating a custom block be as easy as running a couple of simple commands?

    Sharing my story, research and methods (How would we solve the problem?)

    You will know about my personal experiences that helped me build blocks quickly and allowed my clients to migrate to WordPress site, with the power of Gutenberg. ServerSideRender component can simplify creating the editor representation for dynamic blocks. My talk will show how the some build tools like @wordpress/create-block, wp-cli and dynamic blocks can help anyone who wants to create reusable blocks quickly with minimal JavaScript.

    Conclusion (Leave the audience smarter)

    My talk will leave you with a clear understanding of how you can dive into block development quickly without knowing much JS, then expand your knowledge further into the areas of our need.

    Presentation Slides »