Go context package
Offered By: YouTube
Course Description
Overview
Plongez dans une série de vidéos avancées sur le package "context" en Go, explorant son utilisation pour améliorer la robustesse des applications. Apprenez à implémenter un arrêt gracieux avec os.Signal, maîtrisez l'annulation de contexte, découvrez la propagation et l'annulation à l'aide de context.Context, et gérez la présence de clients HTTP. Terminez par une introduction au développement piloté par les tests (TDD) en Go, offrant une approche complète pour renforcer vos compétences en programmation Go.
Syllabus
39 - Introduction à Go (golang): Graceful shutdown using os.Signal [Niveau avancé].
40 - introduction à Go : graceful shutdown & Context cancellation [Niveau avancé].
41 - Introduction to Go : Propagation & Cancellation using context.Context [Niveau avancé].
45 - Introduction à Go: Handling HTTP Client Presence [Niveau avancé].
46 - Introduction à #Go: Test Drive Development & Go [Niveau moyen].
Taught by
Hassane Moustapha
Related Courses
البرمجة الموجهة بالاختبارات المقبولةRwaq (رواق) Desarrollo de Aplicaciones Web: Prueba y Despliegue
University of New Mexico via Coursera Engineering Maintainable Android Apps
Vanderbilt University via Coursera Técnicas Avançadas para Projeto de Software
Instituto Tecnológico de Aeronáutica via Coursera TDD – Desenvolvimento de Software Guiado por Testes
Instituto Tecnológico de Aeronáutica via Coursera