{"id":30867,"date":"2026-08-22T18:48:30","date_gmt":"2026-08-22T18:48:30","guid":{"rendered":"https:\/\/codewatz.org\/?p=30867"},"modified":"2026-08-22T18:48:31","modified_gmt":"2026-08-22T18:48:31","slug":"from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line","status":"publish","type":"post","link":"https:\/\/codewatz.org\/fr\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/","title":{"rendered":"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>GDASH Cohort 2 Update<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&#038;family=Plus+Jakarta+Sans:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy: #0B3C5D;\n    --orange: #F18F01;\n    --green: #4C9F38;\n    --navy-light: #e8f0f7;\n    --orange-light: #fff5e6;\n    --text: #1a1a2e;\n    --muted: #5a6a7a;\n    --white: #ffffff;\n    --off-white: #f8f9fb;\n    --border: #e2e8f0;\n  }\n\n  body {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    color: var(--text);\n    background: var(--white);\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* \u2500\u2500 OPENING PULL QUOTE \u2500\u2500 *\/\n  .opening-quote {\n    padding: 56px 32px 48px;\n    text-align: center;\n    background: var(--white);\n    border-left: 4px solid var(--orange);\n    margin: 0 0 48px;\n  }\n  .opening-quote p {\n    font-family: 'Libre Baskerville', serif;\n    font-size: clamp(1.25rem, 2.5vw, 1.6rem);\n    line-height: 1.65;\n    color: var(--navy);\n    max-width: 720px;\n    margin: 0 auto;\n  }\n  .opening-quote span {\n    color: var(--orange);\n  }\n\n  \/* \u2500\u2500 STAT STRIP \u2500\u2500 *\/\n  .stat-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: var(--border);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    overflow: hidden;\n    margin: 0 0 56px;\n  }\n  .stat-item {\n    background: var(--white);\n    padding: 28px 24px;\n    text-align: center;\n  }\n  .stat-number {\n    font-family: 'Libre Baskerville', serif;\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: var(--navy);\n    display: block;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .stat-number span { color: var(--orange); }\n  .stat-label {\n    font-size: 0.78rem;\n    font-weight: 600;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n  }\n\n  \/* \u2500\u2500 SECTION EYEBROW \u2500\u2500 *\/\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 0.72rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 14px;\n  }\n  .eyebrow::before {\n    content: '';\n    display: block;\n    width: 24px;\n    height: 2px;\n    background: var(--orange);\n  }\n\n  \/* \u2500\u2500 SECTION HEADING \u2500\u2500 *\/\n  .section-heading {\n    font-family: 'Libre Baskerville', serif;\n    font-size: clamp(1.4rem, 2.5vw, 1.85rem);\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1.3;\n    margin-bottom: 20px;\n  }\n\n  \/* \u2500\u2500 BODY TEXT \u2500\u2500 *\/\n  .body-text {\n    font-size: 1rem;\n    color: #2d3748;\n    line-height: 1.8;\n    margin-bottom: 18px;\n  }\n  .body-text:last-child { margin-bottom: 0; }\n\n  \/* \u2500\u2500 SECTION BLOCK \u2500\u2500 *\/\n  .section-block {\n    padding: 0 0 52px;\n    margin-bottom: 52px;\n    border-bottom: 1px solid var(--border);\n  }\n  .section-block:last-of-type {\n    border-bottom: none;\n  }\n\n  \/* \u2500\u2500 HERO PHOTO \u2500\u2500 *\/\n  .hero-photo {\n    width: 100%;\n    border-radius: 12px;\n    overflow: hidden;\n    margin-bottom: 52px;\n    box-shadow: 0 8px 32px rgba(11,60,93,0.12);\n  }\n  .hero-photo img {\n    width: 100%;\n    height: 480px;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* \u2500\u2500 PHOTO GRID 2x2 \u2500\u2500 *\/\n  .photo-grid-2 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 32px 0;\n    border-radius: 12px;\n    overflow: hidden;\n  }\n  .photo-grid-2 img {\n    width: 100%;\n    height: 280px;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .photo-grid-2 img:hover { transform: scale(1.03); }\n\n  \/* \u2500\u2500 PHOTO GRID 3 col \u2500\u2500 *\/\n  .photo-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin: 32px 0;\n  }\n  .photo-grid-3 img {\n    width: 100%;\n    height: 200px;\n    object-fit: cover;\n    display: block;\n    border-radius: 8px;\n    transition: transform 0.4s ease;\n  }\n  .photo-grid-3 img:hover { transform: scale(1.04); }\n\n  \/* \u2500\u2500 WIDE PHOTO \u2500\u2500 *\/\n  .wide-photo {\n    width: 100%;\n    border-radius: 12px;\n    overflow: hidden;\n    margin: 32px 0;\n    box-shadow: 0 4px 20px rgba(11,60,93,0.1);\n  }\n  .wide-photo img {\n    width: 100%;\n    height: 360px;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* \u2500\u2500 CURRICULUM CARDS \u2500\u2500 *\/\n  .curriculum-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin: 28px 0;\n  }\n  .curriculum-card {\n    background: var(--off-white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 22px 20px;\n    border-left: 3px solid var(--orange);\n  }\n  .curriculum-card h4 {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 700;\n    color: var(--navy);\n    margin-bottom: 8px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  .curriculum-card p {\n    font-size: 0.9rem;\n    color: var(--muted);\n    line-height: 1.6;\n  }\n  .curriculum-card.done {\n    border-left-color: var(--green);\n  }\n  .curriculum-card.done h4::after {\n    content: ' \u2713';\n    color: var(--green);\n  }\n  .curriculum-card.active {\n    border-left-color: var(--orange);\n    background: var(--orange-light);\n  }\n  .curriculum-card.active h4::after {\n    content: ' \u2014 In Progress';\n    color: var(--orange);\n    font-weight: 400;\n    text-transform: none;\n    letter-spacing: 0;\n    font-size: 0.78rem;\n  }\n\n  \/* \u2500\u2500 HIGHLIGHT BOX \u2500\u2500 *\/\n  .highlight-box {\n    background: var(--navy);\n    color: var(--white);\n    border-radius: 12px;\n    padding: 36px 40px;\n    margin: 36px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .highlight-box::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    width: 200px; height: 200px;\n    background: radial-gradient(circle, rgba(241,143,1,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .highlight-box p {\n    font-family: 'Libre Baskerville', serif;\n    font-size: clamp(1.05rem, 2vw, 1.25rem);\n    line-height: 1.7;\n    color: var(--white);\n    position: relative;\n  }\n  .highlight-box p span {\n    color: var(--orange);\n    font-weight: 700;\n  }\n\n  \/* \u2500\u2500 QUOTE PULL \u2500\u2500 *\/\n  .pull-quote {\n    border-left: 3px solid var(--orange);\n    padding: 16px 24px;\n    margin: 32px 0;\n    background: var(--orange-light);\n    border-radius: 0 8px 8px 0;\n  }\n  .pull-quote p {\n    font-family: 'Libre Baskerville', serif;\n    font-size: 1.05rem;\n    color: var(--navy);\n    line-height: 1.65;\n    font-style: italic;\n  }\n\n  \/* \u2500\u2500 FUNDER BOX \u2500\u2500 *\/\n  .funder-box {\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    background: var(--navy-light);\n    border: 1px solid rgba(11,60,93,0.15);\n    border-radius: 12px;\n    padding: 28px 32px;\n    margin: 48px 0 0;\n  }\n  .funder-icon {\n    width: 44px;\n    height: 44px;\n    background: var(--navy);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    color: var(--white);\n    font-size: 1.1rem;\n  }\n  .funder-box h4 {\n    font-size: 0.72rem;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 6px;\n  }\n  .funder-box p {\n    font-size: 0.95rem;\n    color: var(--navy);\n    line-height: 1.65;\n  }\n  .funder-box strong { color: var(--navy); font-weight: 700; }\n\n  \/* \u2500\u2500 CLOSING CTA \u2500\u2500 *\/\n  .closing-cta {\n    text-align: center;\n    padding: 52px 32px;\n    background: var(--off-white);\n    border-radius: 12px;\n    margin-top: 52px;\n    border: 1px solid var(--border);\n  }\n  .closing-cta p {\n    font-family: 'Libre Baskerville', serif;\n    font-size: clamp(1.1rem, 2vw, 1.35rem);\n    color: var(--navy);\n    max-width: 560px;\n    margin: 0 auto 24px;\n    line-height: 1.6;\n  }\n  .tag-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    justify-content: center;\n    margin-top: 28px;\n  }\n  .tag {\n    background: var(--navy-light);\n    color: var(--navy);\n    font-size: 0.78rem;\n    font-weight: 600;\n    padding: 5px 12px;\n    border-radius: 20px;\n    letter-spacing: 0.03em;\n  }\n\n  \/* \u2500\u2500 PHOTO CAPTION \u2500\u2500 *\/\n  .caption {\n    font-size: 0.78rem;\n    color: var(--muted);\n    text-align: center;\n    margin-top: -20px;\n    margin-bottom: 32px;\n    font-style: italic;\n  }\n\n  @media (max-width: 640px) {\n    .stat-strip { grid-template-columns: 1fr; }\n    .photo-grid-2 { grid-template-columns: 1fr; }\n    .photo-grid-3 { grid-template-columns: 1fr 1fr; }\n    .curriculum-grid { grid-template-columns: 1fr; }\n    .funder-box { flex-direction: column; }\n    .highlight-box { padding: 28px 24px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2500\u2500 OPENING PULL QUOTE \u2500\u2500 -->\n<div class=\"opening-quote\">\n  <p>A few weeks ago, a group of young women in Tabora walked into a room and sat down in front of a screen <span>for the first time.<\/span> Today, they are designing, creating, and building something that belongs entirely to them.<\/p>\n<\/div>\n\n<!-- \u2500\u2500 STAT STRIP \u2500\u2500 -->\n<div class=\"stat-strip\">\n  <div class=\"stat-item\">\n    <span class=\"stat-number\">2<span>nd<\/span><\/span>\n    <span class=\"stat-label\">Cohort Running<\/span>\n  <\/div>\n  <div class=\"stat-item\">\n    <span class=\"stat-number\">5<\/span>\n    <span class=\"stat-label\">Modules Covered<\/span>\n  <\/div>\n  <div class=\"stat-item\">\n    <span class=\"stat-number\">Few<span> wks<\/span><\/span>\n    <span class=\"stat-label\">To Graduation<\/span>\n  <\/div>\n<\/div>\n\n<!-- \u2500\u2500 HERO PHOTO \u2500\u2500 -->\n<div class=\"hero-photo\">\n  <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/q9.jpg\" alt=\"GDASH Cohort 2 girls in class wearing their new T-shirts\">\n<\/div>\n\n<!-- \u2500\u2500 SECTION 1: THE MOMENT \u2500\u2500 -->\n<div class=\"section-block\">\n  <span class=\"eyebrow\">From the Hub<\/span>\n  <h2 class=\"section-heading\">Something Special Is Happening in Tabora<\/h2>\n  <p class=\"body-text\">Some of them had never used a laptop before. Some had left school early. Some were young mothers juggling a child at home and a new skill in the classroom. All of them came with one thing in common: they chose to show up. They chose to try.<\/p>\n  <p class=\"body-text\">Today, those same young women are designing on Canva, working with AI tools, writing professional documents, and creating digital work that they are genuinely proud of. They are not just learning. They are growing.<\/p>\n\n  <div class=\"photo-grid-2\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/q8.jpg\" alt=\"Girls working on laptops at GDASH hub\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/q7.jpg\" alt=\"Girls smiling during Canva design session\">\n  <\/div>\n  <p class=\"caption\"><\/p>\n<\/div>\n\n<!-- \u2500\u2500 SECTION 2: WHAT THEY LEARNED \u2500\u2500 -->\n<div class=\"section-block\">\n  <span class=\"eyebrow\">The Curriculum<\/span>\n  <h2 class=\"section-heading\">What Cohort 2 Has Learned<\/h2>\n  <p class=\"body-text\">Over the past months, the girls of Cohort 2 have worked through a full digital skills programme built for young women like them. Here is where they stand today.<\/p>\n\n  <div class=\"curriculum-grid\">\n    <div class=\"curriculum-card done\">\n      <h4>Email and Digital Communication<\/h4>\n      <p>Setting up a professional email, writing clear messages, and building a digital identity that represents them well.<\/p>\n    <\/div>\n    <div class=\"curriculum-card done\">\n      <h4>Office Applications<\/h4>\n      <p>Writing documents, organising information, and producing clean professional work.<\/p>\n    <\/div>\n    <div class=\"curriculum-card done\">\n      <h4>Claude AI<\/h4>\n      <p>Understanding artificial intelligence and using it as a thinking, writing, and research tool every day.<\/p>\n    <\/div>\n    <div class=\"curriculum-card active\">\n      <h4>Canva Design<\/h4>\n      <p>Making posters, flyers, social media content, and brand materials. This is where the room comes alive.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"wide-photo\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/q6.jpg\" alt=\"Girls focused on Canva design work\">\n  <\/div>\n  <p class=\"caption\"><\/p>\n<\/div>\n\n<!-- \u2500\u2500 SECTION 3: TODAY AT THE HUB \u2500\u2500 -->\n<div class=\"section-block\">\n  <span class=\"eyebrow\">August 2026<\/span>\n  <h2 class=\"section-heading\">A Day That Reminded Us Why This Work Matters<\/h2>\n  <p class=\"body-text\">Today was one of those days. The girls arrived in their brand new GDASH T-shirts. They sat down, opened their tools, and got to work. The room was full of focus, questions, laughter, and the quiet pride of people who know they are getting better at something that matters.<\/p>\n\n  <div class=\"pull-quote\">\n    <p>The smiles in that room said everything. These are young women who did not give up. And it shows in everything they are producing.<\/p>\n  <\/div>\n\n  <div class=\"photo-grid-3\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/q5.jpg\" alt=\"Girl smiling at laptop\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/q3.jpg\" alt=\"Girls in GDASH T-shirts\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/q2.jpg\" alt=\"Group working together at hub\">\n  <\/div>\n  <p class=\"caption\">Today at the hub. New T-shirts, big smiles, and real work getting done.<\/p>\n\n  <div class=\"photo-grid-2\" style=\"margin-top: 12px;\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/5q1.jpg\" alt=\"Girls collaborating on design\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/3.jpg\" alt=\"Instructor supporting a student\">\n  <\/div>\n\n  <div class=\"photo-grid-2\" style=\"margin-top: 12px;\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/2.jpg\" alt=\"Student focused on screen\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/Untitled-1.jpg\" alt=\"Group photo of Cohort 2\">\n  <\/div>\n<\/div>\n\n<!-- \u2500\u2500 SECTION 4: ALMOST THERE \u2500\u2500 -->\n<div class=\"section-block\">\n  <span class=\"eyebrow\">The Finish Line<\/span>\n  <h2 class=\"section-heading\">Almost at Graduation<\/h2>\n  <p class=\"body-text\">Graduation is just weeks away. When that day comes, each girl will leave with a certificate, a skill set, and something that no one can take away from her: the knowledge that she learned something hard and she did not give up.<\/p>\n\n  <div class=\"highlight-box\">\n    <p>After graduation, GDASH graduates are ready to open a <span>Digital Service Kiosk<\/span> in their community, offering poster design, document writing, CV preparation, and AI assisted content creation. They can earn from what they learned. From their own community. <span>On their own terms.<\/span><\/p>\n  <\/div>\n\n  <p class=\"body-text\">That is what this programme is for. Not just to teach software. But to open a door that was not open before.<\/p>\n  <p class=\"body-text\">We are proud of every young woman in Cohort 2. We are proud of their courage, their hard work, and their willingness to keep going even on the difficult days. We cannot wait to see them step into the digital market, confident and ready.<\/p>\n<\/div>\n\n<!-- \u2500\u2500 FUNDER RECOGNITION \u2500\u2500 -->\n<div class=\"funder-box\">\n  <div class=\"funder-icon\">\u2665<\/div>\n  <div>\n    <h4>With Gratitude<\/h4>\n    <p>Cohort 2 of the Girls Digital Access and Skills Hub is made possible through the generous support of the <strong>Hilden Charitable Fund<\/strong>. We are deeply grateful for their belief in locally led work and in the potential of young women in Tabora. Their investment is not just funding a programme. It is changing the direction of lives.<\/p>\n  <\/div>\n<\/div>\n\n<!-- \u2500\u2500 CLOSING CTA \u2500\u2500 -->\n<div class=\"closing-cta\">\n  <p>Graduation is coming. And GDASH continues, because there are more young women in Tabora who deserve this chance.<\/p>\n\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>GDASH Cohort 2 Update A few weeks ago, a group of young women in Tabora walked into a room and sat down in front of a screen for the first [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":30879,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"give_campaign_id":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-30867","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>From the Hub: GDASH Cohort 2 Is Almost at the Finish Line - CODEWA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codewatz.org\/fr\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line - CODEWA\" \/>\n<meta property=\"og:description\" content=\"GDASH Cohort 2 Update A few weeks ago, a group of young women in Tabora walked into a room and sat down in front of a screen for the first [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewatz.org\/fr\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/\" \/>\n<meta property=\"og:site_name\" content=\"CODEWA\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-22T18:48:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-22T18:48:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/Cover1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"codewatz@gmail.com\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"codewatz@gmail.com\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/\"},\"author\":{\"name\":\"codewatz@gmail.com\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#\\\/schema\\\/person\\\/a1c30d8b9369dd4952fa40b49ac33a6b\"},\"headline\":\"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line\",\"datePublished\":\"2026-08-22T18:48:30+00:00\",\"dateModified\":\"2026-08-22T18:48:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/\"},\"wordCount\":582,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Cover1.jpg\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/\",\"name\":\"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line - CODEWA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Cover1.jpg\",\"datePublished\":\"2026-08-22T18:48:30+00:00\",\"dateModified\":\"2026-08-22T18:48:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Cover1.jpg\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Cover1.jpg\",\"width\":1200,\"height\":800},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codewatz.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\",\"url\":\"https:\\\/\\\/codewatz.org\\\/\",\"name\":\"CODEWA\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codewatz.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#organization\",\"name\":\"CODEWA\",\"url\":\"https:\\\/\\\/codewatz.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/CODEWA-Logo4.png\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/CODEWA-Logo4.png\",\"width\":384,\"height\":130,\"caption\":\"CODEWA\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#\\\/schema\\\/person\\\/a1c30d8b9369dd4952fa40b49ac33a6b\",\"name\":\"codewatz@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98be2417794f6485852f9c10c4ea5c844c4e8f83ea0740801ca71f05fe9e48d0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98be2417794f6485852f9c10c4ea5c844c4e8f83ea0740801ca71f05fe9e48d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98be2417794f6485852f9c10c4ea5c844c4e8f83ea0740801ca71f05fe9e48d0?s=96&d=mm&r=g\",\"caption\":\"codewatz@gmail.com\"},\"sameAs\":[\"http:\\\/\\\/codewatz.org\"],\"url\":\"https:\\\/\\\/codewatz.org\\\/fr\\\/author\\\/codewatzgmail-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line - CODEWA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codewatz.org\/fr\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/","og_locale":"fr_FR","og_type":"article","og_title":"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line - CODEWA","og_description":"GDASH Cohort 2 Update A few weeks ago, a group of young women in Tabora walked into a room and sat down in front of a screen for the first [&hellip;]","og_url":"https:\/\/codewatz.org\/fr\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/","og_site_name":"CODEWA","article_published_time":"2026-08-22T18:48:30+00:00","article_modified_time":"2026-08-22T18:48:31+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/Cover1.jpg","type":"image\/jpeg"}],"author":"codewatz@gmail.com","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"codewatz@gmail.com","Dur\u00e9e de lecture estim\u00e9e":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/#article","isPartOf":{"@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/"},"author":{"name":"codewatz@gmail.com","@id":"https:\/\/codewatz.org\/#\/schema\/person\/a1c30d8b9369dd4952fa40b49ac33a6b"},"headline":"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line","datePublished":"2026-08-22T18:48:30+00:00","dateModified":"2026-08-22T18:48:31+00:00","mainEntityOfPage":{"@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/"},"wordCount":582,"commentCount":0,"publisher":{"@id":"https:\/\/codewatz.org\/#organization"},"image":{"@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/Cover1.jpg","articleSection":["Uncategorized"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/","url":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/","name":"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line - CODEWA","isPartOf":{"@id":"https:\/\/codewatz.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/#primaryimage"},"image":{"@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/Cover1.jpg","datePublished":"2026-08-22T18:48:30+00:00","dateModified":"2026-08-22T18:48:31+00:00","breadcrumb":{"@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/#primaryimage","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/Cover1.jpg","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/08\/Cover1.jpg","width":1200,"height":800},{"@type":"BreadcrumbList","@id":"https:\/\/codewatz.org\/from-the-hub-gdash-cohort-2-is-almost-at-the-finish-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewatz.org\/"},{"@type":"ListItem","position":2,"name":"From the Hub: GDASH Cohort 2 Is Almost at the Finish Line"}]},{"@type":"WebSite","@id":"https:\/\/codewatz.org\/#website","url":"https:\/\/codewatz.org\/","name":"CODEWA","description":"","publisher":{"@id":"https:\/\/codewatz.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codewatz.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/codewatz.org\/#organization","name":"CODEWA","url":"https:\/\/codewatz.org\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/#\/schema\/logo\/image\/","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/06\/CODEWA-Logo4.png","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/06\/CODEWA-Logo4.png","width":384,"height":130,"caption":"CODEWA"},"image":{"@id":"https:\/\/codewatz.org\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/codewatz.org\/#\/schema\/person\/a1c30d8b9369dd4952fa40b49ac33a6b","name":"codewatz@gmail.com","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/98be2417794f6485852f9c10c4ea5c844c4e8f83ea0740801ca71f05fe9e48d0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98be2417794f6485852f9c10c4ea5c844c4e8f83ea0740801ca71f05fe9e48d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98be2417794f6485852f9c10c4ea5c844c4e8f83ea0740801ca71f05fe9e48d0?s=96&d=mm&r=g","caption":"codewatz@gmail.com"},"sameAs":["http:\/\/codewatz.org"],"url":"https:\/\/codewatz.org\/fr\/author\/codewatzgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/posts\/30867","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/comments?post=30867"}],"version-history":[{"count":2,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/posts\/30867\/revisions"}],"predecessor-version":[{"id":30881,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/posts\/30867\/revisions\/30881"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media\/30879"}],"wp:attachment":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media?parent=30867"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/categories?post=30867"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/tags?post=30867"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}