­
EU Code Week Train-the-Trainer sessions: how to plan them, and why?

EU Code Week Podcast: EU Code Week Train-the-Trainer sessions: how to plan them, and why?

In this episode, we shed light on EU Code Week’s local teacher training sessions. Eugenia is joined by Maria Tsapara, a teacher from Greece, and James Callus, Head of Department for Digital Literacy at the Ministry of Education in Malta. They are both leading teachers, which means they are responsible for developing their local communities of teachers to bring innovation to classrooms.

About our guests

Useful Resources

This podcast has been released on 23rd of November 2021
SettingsRequest history83.59msRequest Duration3MBMemory Usage11.x
Laravel Version
11.44.2
PHP Version
8.3.9
Environment
test
Debug Mode
Enabled
URL
dev.codeweek.eu
Timezone
UTC
Locale
en
GET podcast/{podcast}
status
200 OK
full_url
https://dev.codeweek.eu/podcast/10
action_name
podcast
controller_action
App\Http\Controllers\PodcastsController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://dev.codeweek.eu/podcast/10
    action_name
    podcast
    controller_action
    App\Http\Controllers\PodcastsController@show
    uri
    GET podcast/{podcast}
    controller
    App\Http\Controllers\PodcastsController@show
    file
    app/Http/Controllers/PodcastsController.php:20-23
    middleware
    web
    duration
    83.87ms
    peak_memory
    6MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dev.codeweek.eu" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 07 Apr 2025 10:40:39 GMT" ] ]
    session_attributes
    0 of 0
    array:2 [ "_token" => "0QVy3pezCjdcko5sImOTHYZhwy2GlFdmdjOgT5Jp" "locale" => "en" ]
    • Booting (63.33ms)time
    • Application (20.25ms)time
    • Routing (2.79ms)
    • Preparing Response (8.77ms)
    • View: podcastviews
    • View: components.tailwindviews
    • View: 2021._podcast_fullviews
    • View: markdown::markdownviews
    • View: markdown::markdownviews
    • View: layout.baseviews
    • View: layout.menuviews
    • View: layout.footerviews
    • View: scripts.countdownviews
    • 1 x Booting (75.76%)
      63.33ms
      1 x Application (24.23%)
      20.25ms
      1 x Preparing Response (10.5%)
      8.77ms
      1 x Routing (3.34%)
      2.79ms
      9 x View (0%)
      0μs
      9 templates were rendered
      • podcastpodcast.blade.php#?blade
      • components.tailwindtailwind.blade.php#?blade
      • 2021._podcast_full_podcast_full.blade.php#?blade
      • markdown::markdownmarkdown.blade.php#?blade
      • markdown::markdownmarkdown.blade.php#?blade
      • layout.basebase.blade.php#?blade
      • layout.menumenu.blade.php#?blade
      • layout.footerfooter.blade.php#?blade
      • scripts.countdowncountdown.blade.php#?blade
      3 statements were executed3.51ms
      • ImplicitRouteBinding.php#61codeweekConnection Established
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:961
        • vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:214
        • middleware::bindings:42
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • ImplicitRouteBinding.php#61codeweek1.9msselect * from `podcasts` where `id` = '10' limit 1
        Bindings
        • 0: 10
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:961
        • vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:214
        • middleware::bindings:42
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • _podcast_full.blade.php#51codeweek800μsselect * from `podcast_guests` where `podcast_guests`.`podcast_id` = 10 and `podcast_guests`.`podcast_id` is not null order by `position` asc
        Bindings
        • 0: 10
        Backtrace
        • view::2021._podcast_full:51
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • _podcast_full.blade.php#99codeweek810μsselect * from `podcast_resources` where `podcast_resources`.`podcast_id` = 10 and `podcast_resources`.`podcast_id` is not null order by `position` asc
        Bindings
        • 0: 10
        Backtrace
        • view::2021._podcast_full:99
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\PodcastGuest
      2PodcastGuest.php#?
      App\PodcastResource
      2PodcastResource.php#?
      App\Podcast
      1Podcast.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-04-07 10:40:39GET/podcast/10935