Track: Classroom

  • How Blockchains Are Shaping the Future

    Blockchain development has remained steady and on an undeniable uptrend since the birth of Bitcoin in 2009. What has grown out of an ingenious idea is fundamentally shaping humanity’s future. Rise above the FUD and learn the what, why, and how of blockchains.

  • Modernizing WordPress’ heart, HTML, and you.

    WordPress is the development toolkit for the web, and HTML is its language. In WordPress 6.2 the HTML API was born in order to re-engineer and re-invigorate its ability to speak and understand that language. It has grown since that release and is changing the way WordPress handles its core functionality as well as how…

  • Ecommerce Analytics for WordPress: Navigating Data to Propel Online Success

    Unlock the full potential of your WordPress e-commerce site with a comprehensive exploration of e-commerce analytics. This deep dive will guide you through the maze of metrics and data critical to understanding and boosting your online business. We’ll cover how to effectively track and analyze key performance indicators (KPIs), understand customer behavior, and leverage data-driven…

  • A look at serverless WordPress

    Some of us love to manage servers. But for a lot of WordPress developers, servers are something we’d rather avoid. We’re happy to pay hosting providers, so we don’t have to worry about it. WordPress hosting doesn’t remove all your hosting headaches. You still have to worry about scaling. You’re often overpaying for hosting because…

  • Custom Block Development… Using Other Blocks

    Learn how to build a custom block- using only other core blocks. Why? WordPress core already offers blocks for most common HTML elements- paragraphs, headings, images, divs, and more. Instead of starting from scratch on your next custom block, consider building it using the “InnerBlocks” feature to save time and offer a better user experience.…

  • Embracing PHP 8 – safely!

    Although PHP 8.0 has reached End of Life, many WordPress sites are still sporting PHP 7.4 or below. Updating your PHP version can feel scary, and WordPress’s support for PHP has been uncertain. However, simple tools can help you embrace the newer secure (and speedy) versions of PHP. We’ll discuss how to make sure your…

  • Development Automations with GitHub Actions

    GitHub Actions is a great tool for automating development workflows. It can be used to: Come learn how to use it and walk away with some practical examples you can start using today!