Speakers: Marko Heijnen

  • Mastering WordPress Deployment: Embracing Continuous Deployment Practices

    WordCamp Porto 2024Speaker: Marko Heijnen

    May 20, 2024 — Step into the world of continuous deployment for WordPress with us! In this session, we’ll guide you through the ins and outs of continuous deployment, tailored specifically for WordPress setups. From simplifying testing to effortlessly syncing with version control systems, discover how to make your deployment process smoother, minimize mistakes, and speed up development. Whether you’re a seasoned pro or just starting out, this session offers down-to-earth insights and practical tips to level up your WordPress workflow and make development more enjoyable.

  • Marko Heijnen: My Contributor Story

    WordCamp Belgrade 2016Speaker: Marko Heijnen

    December 28, 2016 — I have contributed since 2009 to WordPress and related projects. I have done some great things for WordPress like rewriting the image manipulation API and leading GlotPress for a long while. But I had also issues during the time where I also got kicked out of GlotPress.

    During this talk I will tell my honest story about how things got started till what I’m doing today.

    Presentation Slides »

  • Marko Heijnen: Security – More Important Than Ever / セキュリティ – いまだかつてないほど重要なもの

    WordCamp Tokyo 2016Speaker: Marko Heijnen

    September 30, 2016 — In the last couple of years, security has become a bigger focus point and it hasn’t been different for WordPress. During this talk, I dive into this a bit more by focusing on our role in making sure that projects are delivered as secure as they can be. This by going over several security issues that were discovered this year and ways how you can prevent yourself.

    ここ数年の間、セキュリティは徐々に重要な問題となりつつあり、それはWordPressでも例外ではありません。このセッションでは、普段我々が行っているプロジェクトをできるかぎり安全に公開するという役割に焦点を当て、セキュリティの問題を深掘りします。今年発見された幾つかのセキュリティ脆弱性と、その対処法についてもお話しします。

  • Marko Heijnen: The Moment My Site Was Hacked

    WordCamp Switzerland 2015Speaker: Marko Heijnen

    May 13, 2016 — You always think it will never happen to you but when it does, it’s all hands on deck. My personal site was almost hacked and since then I actively looked at what I could improve. During this talk I will talk what I had before and show all the improvements I made since then. It will be a mixed of using using the existing tools and my own creation in managing my sites.

    Presentation Slides »

  • Marko Heijnen: My Complicated Site

    WordCamp Croatia 2015Speaker: Marko Heijnen

    January 11, 2016 — Most of us started running their first site on shared hosting but over time you want more out of it. After some bad experiences, I decided to move to a VPS and do it myself. In the beginning I made a few mistakes but since then things grow that my sites are now running on 6 servers. During this talk I will discuss how my site has grown to be more complex in the last couple of years and how it looks now. This will include all the mistakes I made.

    Presentation Slides »

  • Marko Heijnen: The Moment My Site Got Hacked

    WordCamp Sofia 2015Speaker: Marko Heijnen

    December 7, 2015 — You always think it will never happen to you but when it does, it’s all hands on deck. My personal site was almost hacked and since then I actively looked at what I could improve. During this talk I will talk what I had before and show all the improvements I made since then. It will be a mixed of using using the existing tools and my own creation in managing my sites.

    Presentation Slides »

  • Marko Heijnen: Node.js to the rescue – Let Node.js do things when WordPress / PHP isn’t enough

    WordCamp Norrköping 2015Speaker: Marko Heijnen

    October 2, 2015 — Being a WordPress developer means that our main programming language is PHP. Which works for building websites but not for running tasks. In this talk I will share my experience using Node.js as a platform to build on. Explaining why I have chosen for Node.js and show you how I used Node.js to build microservices that are supporting my WordPress projects.

    Presentation Slides »

  • Marko Heijnen: GlotPress

    WordCamp Prague 2015Speaker: Marko Heijnen

    September 27, 2015 — A talk about what GlotPress is, the history of it, what it means for WordPress and how the future will look like.

    Presentation Slides »

  • Marko Heijnen: Protecting Your Website By Detection

    WordCamp Cologne 2015Speaker: Marko Heijnen

    June 22, 2015 — In this presentation, Marko discusses the basics you can do with WordPress and which software you can use to prevent – and detect! – hacking.

    Presentation Slides »

  • Marko Heijnen: Bootstrapping your plugin

    WordCamp NYC 2014Speaker: Marko Heijnen

    November 6, 2014 — The success of building your own plugin is all depends on how you start. From making the right decisions to finding the right structure and tools to maintain it.

    We will cover during this talk the last part. I will short talk about how to setup your plugin, which things are needed and from there talk about some basic unit tests you should include in every plugin to make your live a bit easier. As last part I will cover grunt which is a task runner which can automate all your processes so you don’t need to even think about most of the things.