-
Notifications
You must be signed in to change notification settings - Fork 27
/
what-we-do.html
82 lines (80 loc) · 4 KB
/
what-we-do.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
layout: default
---
<div class="container">
<div class="toc-cont row">
<h1>What we do</h1>
<div class="toc col-sm-4">
<ul>
<li><a href="#viral">Viral Workshop Model</a></li>
<li><a href="#patterns">Patterns for levelling up</a></li>
<li><a href="#outreach">Outreach</a></li>
</ul>
</div>
</div>
<div class="what-we-do row">
<a id="viral"></a>
<div>
<h2>Viral Workshop Model</h2>
<p>
The effect on the local SF Ruby Meetup was just one example of the
impact of the RailsBridge workshops. Every year, multiple new
organizations have started, explicitly borrowing the format, processes,
and inspiration, which we call the "viral workshop model."</p>
<ol>
<li>After creating an open source curriculum and putting on a first event, the rest of the work is match-making existing volunteers and resources.</li>
<li>Tapping into the people and the companies in the community, an ongoing sustainable teaching community can be created.</li>
<li>Students become TAs become Teachers. The best teachers are those who have learned most recently, and have a passion for giving back to a community that fostered their own development.</li>
<li>Companies benefit when we expand the talent pool, and their staff who volunteer at workshops become more expert through teaching and improving their leadership and communication skills.</li>
</ol>
</div>
</div>
<div class="patterns row">
<a id="patterns"></a>
<div class="inner-contents">
<h2>Patterns for levelling up</h2>
<p>
We have many experienced developers who hone their skills through
teaching, learning a new language or framework, or contributing to one
of our open source projects. For people who are new to coding and want
to become software developers, we have few resources after the intro
workshops. We believe that we can extend our current model to support
someone throughout their journey from novice to expert developer. We
already have many success stories of women who came to RailsBridge to
learn to code and are now working in the field; however, we still hear
of people who aren't sure what to do after their first or second
workshop.</p>
<p>
The transition from student to teaching assistant to teacher is one
effective path, but it is not sufficient. We have experimented with pair
programming evenings, mob programming, study groups, co-working days at
Internet Cafes and post-workshop hack nights. These are all good and can
be effective, but we aspire to create a path (which may be non-linear)
that people could follow to become a practicing software developer.</p>
</div>
</div>
<div class="outreach row">
<a id="outreach"></a>
<div class="inner-contents">
<h2>Outreach</h2>
<p>
We believe that if more people know what we were doing, that can create
as much positive change as teaching coding and leadership. There are
many great untold stories of learning, teaching and transformational
change — with new stories created every month. We would like to
do more outreach to participants to invite and support them in telling
their stories.</p>
<p>
We embrace diversity in style -- with a delightful variety of logos and
imagery across our many constituent groups. We believe we can create
some unifying messaging and branding that could connect our ecosystem
of communities. We would like to provide simple common element (widget
or footer), which all the groups could embed on their sites. There is
also plenty of room to improve the web and social media presence of
Bridge Foundry, which could set patterns for the Bridges.</p>
<p>
If you want to help in any way,
<a href="mailto:hello@bridgefoundry.org">let us know</a>.</p>
</div>
</div>
</div>