October 12, 2022 — This 2019 talk is a 52 minute workshop using React and Frontity to build a headless WordPress website.
July 22, 2022
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.
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.
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.
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
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.
November 3, 2020 — Blocks are the components of Gutenberg. Blocks are simply reusable easy to use components. While there are many libraries and core blocks available, sometimes you have to writes custom blocks to meet your client requirements. The knowledge of Gutenberg can really empower you to achieve even the complex functionalities and layouts in Gutenberg.
In this session, Imran (WordPress Developer at rtCamp) will demonstrate how to quickly write custom Gutenberg blocks with the help of available tools while explaining the States and attributes of the block and other concepts.
Meetup link
https://www.meetup.com/Colombo-WordPress-Meetup/events/274099459/
June 28, 2020 — In this meetup, you will learn:
1- Basics of Gatsby
2- Understanding the architecture and codebase.
2- Building a WordPress website using Gatsby.
3- Using GraphQL with Gatsby and WordPress.
4- Free deployment of your Gatsby website on netlify
June 1, 2020 — In this talk, Imran Sayed discusses how a PHP developer, with minimal JS knowledge, can build blocks quickly. You will learn about his personal experiences that helped him build blocks quickly and allowed clients to migrate to WordPress site, with the power of Gutenberg.