Join today

Les Fondements de la méthode Agile

Nina Red

Vp Product, google ventures

John Smith

Head of cx, salesforce

Nick Black

Senior po, hello moday
Découvrez les principes de la méthodologie Agile pour la gestion de projet. Optimisez la flexibilité et l'efficacité de vos équipes.

What's included?

  • 7 Chapters
  • 1 Certification
  • 340 Questions
  • 25 Video
  • 32 PDF

Become a Strategist 

You will learn how to develop, organize and implement a content marketing strategy, analyze and measure the effectiveness of content marketing, write compelling copy, set a strategic framework when writing

Personal brand

 You will also learn how to put the ideas presented to you into action and build your own personal brand through content marketing.
Meet the instructor

Patrick Jones

Patrick Jones is a content marketing professional since 2002. He has a Masters Degree in Digital Marketing and a Bachelors in Education and has been teaching marketing strategies for over 15 years in Chicago. Patrick enjoys teaching all levels and all ages. He looks forward to sharing his love of building meaningful and effective content with all students to develop their marketing abilities.
Patrick Jones - Course author
$curl = curl_init(); curl_setopt($curl, CURLOPT_URL, "https://trackcmp.net/event"); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, array( "actid" => "802299721", "key" => "294449b7f7ec141fb3a4d566630f0943ada14401", "event" => "YOUR_EVENT", "eventdata" => "ANY_DATA", "visit" => json_encode(array( // If you have an email address, assign it here. "email" => "", )), )); $result = curl_exec($curl); if ($result !== false) { $result = json_decode($result); if ($result->success) { echo 'Success! '; } else { echo 'Error! '; } echo $result->message; } else { echo 'cURL failed to run: ', curl_error($curl); }