Halina Mihutskaya

Performer

Halina Mihutskaya is a performer and acting teacher whose journey began in Odesa, Ukraine. Her diverse training across multiple acting schools in Europe has shaped her unique approach to theater, where she blends physical and dramatic elements. Now based in Amsterdam, she explores the intersection of physical and drama theater, both on stage and behind the scenes, developing workshops and acting courses aiming to address social integration and personal growth through the performing arts. Having navigated the challenges of immigration twice,  Halina’s artistic research delves into themes of rooting, displacement, belonging, and the complexities of language barriers. She explores these topics in her solo performance She Is Growing Potatoes, powered by Zid Theatre.

MANIFESTTOPCONTACT
PERFORMERS
PERFORMERS
PERFORMERS
PERFORMERS
No items found.
document.getElementById("copy-button").addEventListener("click", function() { // Get the current page URL var currentUrl = window.location.href; // Create a temporary input element var tempInput = document.createElement("input"); // Add the current page URL to the input value tempInput.setAttribute("value", currentUrl); // Append the input to the body document.body.appendChild(tempInput); // Select the input tempInput.select(); // Copy the selected text document.execCommand("copy"); // Remove the input from the body document.body.removeChild(tempInput); // Update the text of the "copy-status" element document.getElementById("copy-status").textContent = "Copied!"; });