Language: English

  • AI-Powered Support: Turning AI into Your Secret Weapon for Customer Happiness

    WordCamp Sylhet 2024Speaker: Khan Rafin Ahmed

    January 4, 2025 — The surge of AI tools like ChatGPT and Gemini is poised to reshape the customer support sector in 2024. Unlike in 2023, where AI’s impact was notable, this year promises even greater changes. So, instead of fearing these changes, consider them as career opportunities. Embrace those AI tools to boost your efficiency in customer service, enabling you to solve complex problems easily. As AI becomes a part of the equation, chatbots can now engage in natural conversations, understand customer concerns, and offer solutions. While Chatbots handle simpler tasks like FAQs, the human support team remains critical for tackling critical issues and managing frustrated clients. According to a survey done by Tidio, 62% of consumers would rather use a chatbot than wait to speak with a customer service agent. The addition of chatbots accelerates customer support by providing immediate responses and freeing human agents to address urgent matters. By delegating simple and repetitive queries to chatbots, you’ll be free to address customers with more urgent concerns and complex issues. Even if you’re not a tech expert, AI tools like ChatGPT and Gemini can empower you to resolve complex issues quickly. Learning how to type effective prompts unlocks the full potential of AI and becomes a game-changing skill for every support specialist. For instance, imagine a situation where a customer needs a code snippet to solve a problem on their WordPress website. Traditionally, this might require extensive online research on Google or YouTube. However, with a well-written ChatGPT prompt, you can get the code snippet immediately, share it with your customer leading to instant customer satisfaction. Moreover, AI is designed to augment human capabilities, not replace them entirely. Human agents bring irreplaceable qualities like empathy and creative problem-solving to the table. Train your staff not only on the functionalities of tools like ChatGPT but also on writing the right prompts to maximize their effectiveness. To sum it up, in 2024, the customer service industry is undergoing a major AI revolution. If you don’t adapt and equip yourself with these tools, you risk falling behind in this transformative era.

  • The Future of Blogging: Is It Still Relevant in 2024 and Beyond?

    WordCamp Sylhet 2024Speaker: Subhasis Chatterjee

    January 1, 2025 — As bloggers continue to experiment with new strategies and technologies, we can expect to see more innovative and engaging content that resonates with readers and drives the industry forward. With many exciting predictions and trends on the horizon, blogging seems to be rewarding and effective in 2024 and beyond as well.

  • Sometimes It’s Good to Pivot: Navigating Life’s Turning Points

    WordCamp Nagpur 2024Speaker: Anand Upadhyay

    December 25, 2024 — In this insightful talk, Anand Upadhyay will explore the critical skill of pivoting in life and business. Drawing from personal experiences and success stories, he’ll discuss recognizing pivotal moments, overcoming challenges, and transforming unexpected changes into growth opportunities. This presentation is designed to benefit a broad audience, offering valuable insights for anyone navigating life’s turning points.

    Presentation Slides »

  • Analytics for WordPress

    WordCamp Nagpur 2024Speaker: Prasad Ajinkya

    December 25, 2024 — In this insightful 30-minute session, Prasad will guide attendees through the often-overlooked aspects of WordPress analytics, focusing on what to measure rather than just how to measure.

    Presentation Slides »

  • The last woman standing, what does it mean to be acquired

    WordCamp Ahmedabad 2023Speaker: Chaya Oosterbroek

    December 24, 2024 — Chaya Oosterbroek is the proud COO and former shareholder and board member of Yoast. She is a dedicated social entrepreneur, with a background of guiding companies and their entrepreneurs to the next level. It’s her passion to optimize business processes and reduce “waste”. She loves to engage people and drive them to the best performance within their capacities.

    Chaya is also a passionate advocate for authenticity and equality. Her mission is to empower individuals to embrace their true selves and create a world where everyone has equal opportunities. Chaya believes that true progress can only be achieved by embracing diversity and fostering an inclusive society.

  • Ethics of Data Collection – How to Usefully do Analytics

    WordCamp Netherlands 2024Speaker: Alfie Payne

    December 24, 2024 — With a number of changes to the analytics, tracking and tagging world, this talks through how to make sure the data that is being tracked is done so in a compliant and useful way – and then how to report on it and interpret the data in a way that is helpful for technical and marketing teams & senior stakeholders.

    Presentation Slides »

  • Supercharge your Workflow with Automation

    WordCamp Netherlands 2024Speaker: Edmund Turbin

    December 24, 2024 — As WordPress workflows are becoming more complex, the tools we use as developers are evolving rapidly. Automation is becoming increasingly relevant to many parts of the development workflow. This talk will focus on popular ways in which WordPress developers can leverage automation using 3rd party systems, platforms and open source tools. We will explore DevOps, multi-tiered development approaches and executing post deployment tasks.

  • Liberating data with WordPress Playground in a Browser Extension

    WordCamp Netherlands 2024Speaker: Alex Kirk

    December 24, 2024 — In his State of the Word 2023 address, Matt Mullenweg proposed to make 2024 the year of data liberation. I’ll show how we can make WordPress Playground a destination for liberated data so that you can see the liberated result immediately, and why putting it in a browser extension has some interesting other benefits.

    Presentation Slides »

  • GitHub Actions Workflows: Tips and Best Practices for Streamlining Your CI/CD Pip

    WordCamp Netherlands 2024Speaker: Thorsten Frommen

    December 24, 2024 — As the landscape of development and continuous integration evolves, GitHub Actions has emerged as a powerful tool for automating workflows directly within the GitHub ecosystem. Whether you’re replacing outdated GitHub apps or crafting new custom workflows, mastering GitHub Actions can significantly enhance your development efficiency and code quality.

    In this talk, we will explore various tips and techniques for creating efficient GitHub Actions workflows, sharing insights and practical examples from recent projects. This session will cover a range of topics, from managing concurrent workflows and task execution order to using reusable workflows and caching strategies. Whether you’re new to GitHub Actions or looking to refine your existing setup, this talk offers valuable insights to help you optimize your CI/CD pipelines.

    Presentation Slides »

  • How to Speed Up a Site with 500,000 Attachments

    WordCamp Netherlands 2024Speaker: Christoph Daum

    December 24, 2024 — In my first week on the job, I was tasked with speeding up a site that was incredibly slow. And when I say slow, I mean REALLY slow: 40 seconds or longer to save a single post. 20 seconds or more just to get to the post editor.

    Spoiler: We got it to work! And this is the story of how we fixed it:

    We dug through endless lines of code.
    We read some fantastic resources on the topic.
    We spoke to our friends in the community, who are experts in their respective fields.

    The technical details of this talk include:

    xhprof with a custom addition that I wrote.
    The filter ‘posts_clauses’.
    The function ‘dbDelta()’.