Τα Workshops του #WCGR2021

Στο WordCamp Greece 2021 Online έχουμε και εργαστήρια έτοιμα να σας προσφέρουν πλούσιες γνώσεις πάνω στο γνωστικό αντικείμενο του κάθε ομιλητή και ομιλήτριας. Ας γνωρίσουμε τους εισηγητές και τις εισηγήτριες των Workshops.

Οι συμμετέχοντες/χουσες που έχουν ήδη κάνει την κράτηση του εισιτηρίου τους μπορούν να παρακολουθήσουν ένα από τα παρακάτω εργαστήρια. Τα εργαστήρια μπορούν να δεχτούν απεριόριστο αριθμό ατόμων αλλά είναι απαραίτητο να έχετε εξασφαλίσει την συμμετοχή σας στο WordCamp Greece 2021 με την απόκτηση ενός εισιτηρίου.

Τα εργαστήρια θα πραγματοποιηθούν στην ελληνική γλώσσα (1 εργαστήριο) και την αγγλική γλώσσα (2 εργαστήρια). Οι ενδιαφερόμενοι/νες μπορούν να δηλώσουν συμμετοχή σε όσα εργαστήρια επιθυμούν. Για να λάβετε μέρος στο εργαστήριο που σας ενδιαφέρει, είναι απαραίτητο να έχετε εξασφαλίσει ένα εισιτήριο.

Γνωρίστε τους ομιλητές και τις ομιλήτριες των εργαστηρίων, μάθετε τι πρόκειται να σας διδάξει το κάθε εργαστήριο αλλά και τις απαραίτητες προϋποθέσεις και το επίπεδο γνώσης που απαιτείται για να το παρακολουθήσετε.

1. WordPress Development using Docket & Git – Θεόδωρος Δημητρίου

Γλώσσα: Ελληνικά

I would like to present a workshop for developers on how to use the famous tools Git & Docker, to do local development on their systems. How to quickly, have a local fresh and clean WP environment for development purposes, that is containerized and uses code versioning, that allows teams of any size to work together on the same dev environment.

Απαραίτητες προϋποθέσεις συμμετοχής

Attendees will need to be at least familiar to use the Terminal CLI and Linux or macOS systems. This will be a workshop targeting developers of any level, that would like to learn how to use these 2 tools.

Λίγα λόγια για τον Θεόδωρο Δημητρίου

Θεόδωρος Δημητρίου

Ονομάζομαι Θεόδωρος Δημητρίου και κατάγομαι από το Αίγιο και την Ρόδο. Έκανα τα πρώτα μου βήματα σαν Web Developer το 2002 σε μια μικρή επιχείρηση στην Πάτρα και από τότε συνεχίζω να εργάζομαι στον ίδιο τομέα με κύρια εξειδίκευση το eCommerce και τελευταία στις PWA & Blockchain τεχνολογίες.

Η αγάπη μου για την επιστημη της Πληροφορικής, τον προγραμματισμό, το ίντερνετ και το διάβασμα, με οδήγησε ανάμεσα από πολλές διαφορετικές εταιρείες στις οποίες αποκόμισα πολύτιμες γνώσεις και hands-on εμπειρίες!

Τα τελευταία χρόνια εργαζόμουν σαν web developer σε Γερμανική Digital Agency, και φέτος ξεκίνησα να εργάζομαι σε μια εταιρεία Βιοτεχνολογίας στον ρόλο του IT Manager & Lead Developer.

2. WordPress Rest API Workshop – Craig West

Γλώσσα: Αγγλικά

The WP REST API enables WordPress content and functionality to be used with AJAX, thus enabling code to be executed without a page refresh. The workshop has a set of progressive code examples that you can work with and keep that culminate in an AJAX form that posts data to a custom WP REST API endpoint that we will have created, which also has WP-NONCE verification as well.

The workshop has minimal JavaScript and JSON knowledge which will be explained as needed. In this workshop, we will look at:

  • What an API is and what makes it RESTful?
  • How to get and display content using the built-in WP REST API.
  • How to create our own endpoints in the WP REST API for both GET and POST requests.
  • How to create custom REST APIs using page-[slug].php
  • Create some WP pages that GET content, search content and POST form data with the added security check of using WP-NONCES.

To make the most of this workshop it would be good to have a code editor, local web server or a code editor with ‘live-server’. Videos on the workshop will be available for later reference. Suitable for intermediate developers and above.

Απαραίτητες προϋποθέσεις συμμετοχής

Have a local WP installation on their laptop. Some familiarity with JavaScript but minimal needed.

Λίγα λόγια για τον Craig West

Craig West

Craig is a freelance trainer and architect that focuses on bringing together the WP and non-WP worlds by advocating WP-HTML, ‘where there is HTML, there is WP’.

He is based in Brighton and attends the local WordUp meetings. With a previous career in business and accounting, as well as having run his own non-IT business, Craig can speak both technical and business. He believes that technology serves the user, not the other way around, so the user experience is paramount.

He has given talks and workshops at a range of events and is interested in Web Components, Progressive Web Apps, WP REST API and RxJS Reactive Technologies with a passion for pages that are ‘instant’ and/or offline capable.

3. Extending the WordPress Block Editor (even if you don’t know JavaScript) – Daisy Olsen

Γλώσσα: Αγγλικά

Creating blocks for the WordPress Block editor can be intimidating if you don’t already know JavaScript and React. But did you know that there are other ways to build with the block editor without coding blocks from scratch?

In this workshop, you will learn three ways to do more with existing core blocks! We will explore block styles, block variations, and block patterns. We’ll also discuss when and how to use each and also build real-world examples of how you can incorporate these powerful tools in your WordPress projects. At the end of the workshop, you will be ready to use these new skills, whether it’s for a client site or your own project.

Απαραίτητες προϋποθέσεις συμμετοχής

  • Beginner to Intermediate HTML, CSS, and PHP
  • Familiarity with WordPress theme and child theme structure
  • A Fresh WordPress Sandbox site
  • Locally hosted or with FTP access for file modifications

Λίγα λόγια για την Daisy Olsen

Daisy Olsen

Daisy has worked in and around the WordPress community since 2007. She has spoken at WordCamps in New York City, Boston, Chicago, and India. She also helped to organize the first WordCamp Boston in 2010. Currently, Daisy works for Automattic as a Developer Relations contributor with a focus on helping developers get the most from the WordPress block editor.

In her spare time, you’ll often find Daisy listening to audiobooks while knitting. She loves to travel with her family and has often spent many weeks throughout the year visiting different places.