Author Archive

  • Stop Guessing, Start Building: How to Build WordPress Products Users Actually Want

    WordCamp Asia 2026Speaker: Nabin Jaiswal

    April 21, 2026 — This session will equip you with practical product management skills specifically tailored for WordPress products. You’ll discover how to move beyond assumption-based feature building and adopt a validation-first approach that ensures you’re solving real user problems. Through actionable frameworks and repeatable processes, you’ll learn to make smarter product decisions from discovery through post-launch measurement. By the end of this session, you will: Identify genuine user problems rather than building features based on assumptions Apply a simplified product management framework designed for WordPress products Validate feature demand before investing time in development Transform customer feedback into actionable product requirements Prioritize features by measuring real impact instead of responding to the loudest voices Implement ready-to-use processes and templates in your own products immediately

  • Cross‑Border Commerce from India: What’s new, what’s next, and how to build a business that scales.

    WordCamp Asia 2026Speaker: Abid Murshed

    April 21, 2026 — Dive into how the world loves to pay and the innovations transforming digital commerce. This session celebrates the developer community, explores India’s booming export potential, tackles checkout friction with fresh ideas, and showcases PayPal’s game‑changing product and visionary roadmap for the future of global payments.

  • Panel: Journalism on the Open Web

    WordCamp Asia 2026Speakers: Ajay Kamalakaran, Gopal MS, Urvashi Sarkar, Karthikraj Magapu

    April 21, 2026 — Journalism matters now more than ever. As the fourth pillar of democracy, it equips people with something powerful and non negotiable: the truth. Today, journalism is the backbone of content consumed by millions across text, images, video, and audio. While the core principles remain intact, the tools have evolved. Typewriters have given way to computers. Tape recorders and notebooks have moved to digital workflows. And the internet has emerged as the ultimate force multiplier, enabling news to travel across the globe in real time, in every format imaginable. This panel, Journalism on the Open Web, will focus on what this transformation means in practice. We will explore: How traditional journalistic tools and practices are adapting to the digital ecosystem The role of the internet as a distribution engine for news and content Whether the open web still remains the most effective platform for journalism How journalism is shaping, and being shaped by, publishing technologies Expect a candid, insight driven conversation with an exceptional panel: Urvashi Sarkar Gopal MS Ajay Kamalakaran Moderated by Karthikraj Magapu. If you care about where journalism is headed and how technology is rewriting the rules, this is the room you want to be in.

  • The Art of Integrations: Making WordPress Work with Everything

    WordCamp Asia 2026Speaker: Malay Ladu

    April 21, 2026 — “Does it integrate with X?”

    a simple question that often determines whether a WordPress product succeeds or is overlooked. As WordPress continues to evolve into a platform that supports complex, connected experiences, integrations are no longer optional – they are a fundamental part of product design. Yet many developers treat integrations as an afterthought, leading to performance issues, fragile architectures, and poor user experiences. In this session, we’ll explore how to approach integrations as both a technical and product discipline. Drawing from real-world experience building and scaling WordPress plugins, we’ll examine practical patterns, common pitfalls, and architectural choices that affect performance, reliability, and long-term scalability. You will gain a clearer understanding of how to design integrations that are not only functional but also resilient, user-friendly, and aligned with modern WordPress practices.

  • Building WordPress Communities: The Ugandan Story

    WordCamp Asia 2026Speaker: Stephen Dumba

    April 21, 2026 — What the WordPress Community is doing to grow the community.

  • WordCamp Through the Viewfinder — Preserving Community Culture and Memories as a Photographer Volunt

    WordCamp Asia 2026Speaker: Chiharu Nagatomi

    April 21, 2026 — The perspective that Photographer Volunteers are not only recording events, but also preserving the culture and values cherished by the community for the future.

    The understanding that photography has the power to inspire people to want to participate in and connect with the WordPress community.

    A clear view of the specific roles of Photographer Volunteers at WordCamps, and the mindset and perspective needed on site.

    The realization that you can contribute to the community through what you love and do best, even without writing code.

  • AI Identity Governance for WordPress

    WordCamp Asia 2026Speaker: Anukasha Singh

    April 21, 2026 — AI agents are quietly taking over our WordPress stacks — writing content, moderating comments, syncing data, and running ops. But unlike human users, they don’t log out, they can act at scale, and when something goes wrong, nobody knows who’s responsible. In this lightning talk, we’ll explore what AI identity governance means, why the WordPress ecosystem urgently needs to start thinking about it, and what’s at stake if we don’t.

  • The Invisible Gotchas of WP Translation

    WordCamp Asia 2026Speaker: Leonardo Losoviz

    April 21, 2026 — This talk walks through a practical checklist to turn “we should translate” into a precise plan that leaves no strings untranslated. Attendees will leave with a practical, end‑to‑end approach to translating WordPress content that leaves nothing to chance.

  • Parsing HTML Without Pain: Real-World Use Cases for WordPress HTML API

    WordCamp Asia 2026Speaker: Hardik Thakkar

    April 21, 2026 — By the end of this session, attendees will: -> Understand when and why to use the WordPress HTML API instead of traditional methods like regex, str_replace(), or DOMDocument, including specific security vulnerabilities, HTML5 incompatibility issues, and performance problems each legacy approach creates. 
-> Master WP_HTML_Tag_Processor fundamentals for memory-efficient, single-pass HTML parsing: core methods (next_tag, get/set_attribute, add/remove_class), the bookmark system for complex document traversal, and when streaming parsing is sufficient for your needs.
 -> Utilize WP_HTML_Processor for structure-aware operations: navigate HTML hierarchically using breadcrumbs, track nesting depth, properly match CSS classes, and handle malformed HTML gracefully with built-in error detection.
 -> Apply real-world use cases beyond block customization: safely sanitize user-generated content, add performance attributes (lazy loading, fetchpriority, decoding) to any HTML source, modify link attributes programmatically, process shortcode or widget output, and enhance accessibility with ARIA attributes.
 -> Navigate the API’s evolution across WordPress 6.2 through 6.7: understand capability improvements (complete token scanning, text content modification, spec-compliant decoding), recognize current limitations (BODY context, bookmark limits), and prepare for future features (CSS selectors, structural modifications).
 -> Implement production-ready patterns: integrate the HTML API with WordPress hooks (the_content, render_block, widget_text), write proper error handling for unsupported HTML, choose between Tag Processor’s speed versus HTML Processor’s structure awareness, and migrate existing regex-based code safely.

  • Project Delivery: Somewhere Between Plan A and Reality

    WordCamp Asia 2026Speaker: Maitreyie Chavan

    April 21, 2026 — Project delivery often begins with a clear plan, yet along the way, timelines can shift, teams may change, priorities can start competing, and decisions are sometimes made with only partial information – often while work is already in motion. This talk will explore how delivery adapts under these evolving conditions, and how teams navigate moments where expectations and reality gradually need to be brought back into alignment. Viewed through the lens of the project lifecycle, the session will examine delivery challenges that tend to surface across different types of projects: early alignment that feels solid but incomplete, mid-project recalibration when assumptions are tested, and the final push toward launch where trade-offs become unavoidable. These stages will be used to unpack how momentum is sustained or recovered, how decisions are made under pressure, and how expectations are managed without defaulting to heavy resets or unnecessary escalation. Across these stages, project delivery unfolds as a collective, evolving effort, shaped by collaboration, communication, and day-to-day judgment. The focus remains on the real-world responses teams rely on – the check-ins, course corrections, and small calls that rarely appear in a plan but ultimately determine whether delivery moves forward as complexity emerges during execution.