Cook I

3 days ago


Barrhead, Canada Shepherd's Care Foundation Full time

The Opportunity Employment Type: Casual Hourly Rate of Pay: $23.61-$28.34 Location: 5236 59 Avenue, Barrhead, AB Under the direct supervision of the Program Manager, the Cook I performs a full range of cooking duties requiring sound judgment and independence involving the safe and efficient use of quantity and quality control techniques. The Cook I follows established procedures and standards, including standardized recipes, production sheets, and master menus. The Cook I maintains a high standard of sanitation in preparing and handling food, coordinates meal production, provides service to customers, communicates information, receives, distributes, and stores goods, and performs other related duties as required and assigned. Consider applying if you can read, write, and speak English effectively, have experience in institutional cooking, completed Grade 12 or equivalent, and are Food Safe 1 & 2 certified. How to Apply Complete the application form below, attach your resume and covering letter and click the Submit button. We thank all applicants, however, only those under consideration will be contacted. Who We Are Shepherd’s Care Foundation is a mission driven, faith-based, not-for-profit organization providing quality care and accommodations to more than 1450 seniors in Calgary, Edmonton, and Barrhead. Our campuses provide living options for residents with a full spectrum of care needs including Independent Living, Continuing Care Home Type B (supportive living/SL4), Continuing Care Home Type B Secure (SL4D), Continuing Care Home Type A (long term care and complex care), and Home and Community Care Type 2. What We Offer Shepherd’s Care Foundation offers competitive total rewards, a strong focus on employee safety and wellness, and a commitment to progressive work teams, personal development, and collaboration. We also offer respectful and culturally inclusive workplaces that align with our employee-developed Behaviour Standards, and pride ourselves on open and connected work environments. Note that, the successful applicant must provide a Vulnerable Sector Check (satisfactory to the employer). General Career Application- Edm/BH Name* First Last Email Address*Phone NumberDesired Position*Desired Location*Have you worked for Shepherd's Care Foundation, Shepherd's Gardens Trust, or Christian Care at Home Trust before?* Yes No Please list all previous roles held, including dates and supervisors.*Are you legally permitted to work in Canada?* Yes No Do you have any relatives currently employed with Shepherd's Care Foundation or Shepherd's Gardens Trust?* Yes No Please list all currently employed relatives.*How did you hear about Shepherd's Care Foundation?*OtherPlease specifyWere you referred by a current employee of Shepherd's Care Foundation, Shepherd's Gardens Trust, or Christian Care at Home Trust?* Yes No Who referred you?*Privacy Notice Shepherd’s Care Foundation respects your right to privacy and takes seriously our responsibilities regarding the collection, use and disclosure of your personal information. Shepherd’s Care Foundation wishes you to be aware of the following information. If you are applying for employment with Shepherd’s Care Foundation, the personal information that you provide will be used to assess your qualifications and suitability as a potential employee. Shepherd’s Care Foundation may also collect and use additional personal information provided by you or your references in the course of evaluation and hiring process. Your personal information will become part of your employment file if you are a successful candidate. Shepherd’s Care Foundation may collect and use additional information about you, such as criminal record background checks, test scores and performance assessments, for the purpose of managing the employment relationship.I consent to Shepherd’s Care Foundation collecting and using my personal information for the purposes identified above.* I ConsentResume*Accepted file types: pdf, docx, doc, Max. file size: 40 MB. Max filesize 40MB .PDF, .DOCX only.Cover LetterAccepted file types: pdf, docx, doc, Max. file size: 40 MB. Max filesize 40MB .PDF, .DOCX only.CAPTCHA /* */ gform.initializeOnLoaded( function() {gformInitSpinner( 4, 'https://www.shepherdscare.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_4').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_4');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_4').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && is_redirect && is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_4').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_4').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_4').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_4').val();gformInitSpinner( 4, 'https://www.shepherdscare.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [4, current_page]);window['gf_submitting_4'] = false;}else if(is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_4').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [4]);window['gf_submitting_4'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_4').text());}else{jQuery('#gform_4').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "4", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_4" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_4"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_4" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 4, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( immediate ) func.apply( context, args ); }; var callNow = immediate && timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent == null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */


  • Cook I

    2 days ago


    Barrhead, Canada Shepherd’s Care Foundation Full time

    **Status**:Open **Department**:Dietary **Type**:Part-Time **Work Site**:Barrhead (located in Barrhead) **Cook I - Barrhead** This opportunity is available at Shepherd’s Care Barrhead which is located in the lively community of Barrhead, an hour northwest of Edmonton. The site, surrounded by gardens, provides 42 residents with supportive living care...

  • Cook I

    2 weeks ago


    Barrhead, Canada Alberta Health Services Full time

    Your Opportunity: Description: As a Cook I, you will be responsible for food preparation, portion and assembly, and serving of menu items with limited supervision. Your typical duties may include preparing multi-ingredient recipes from raw ingredients using various cooking techniques and established recipes, preparing meals using precooked products...

  • Cook I

    4 weeks ago


    Barrhead, Canada Alberta Health Services Full time

    Your Opportunity: Description: As a Cook I, you will be responsible for food preparation, portion and assembly, and serving of menu items with limited supervision. Your typical duties may include preparing multi-ingredient recipes from raw ingredients using various cooking techniques and established recipes, preparing meals using precooked products utilizing...