UNCLASSIFIED

mentorship.html 13.3 KB
Newer Older
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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260
<!DOCTYPE html>
<html class="no-js">
  <head>

    <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Community-Driven Software Development & Mentorship</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" type="image/png" href="/favicon.png">

<!-- CSS -->
<link rel="stylesheet" href="/css/owl.carousel.css" />
<link rel="stylesheet" href="/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/airspace.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/ionicons.min.css" />
<link rel="stylesheet" href="/css/animate.css" />
<link rel="stylesheet" href="/css/responsive.css" />
<link rel="stylesheet" href="/css/syntax.css" />

<!-- CSS for Product Template-->


<!-- CSS for Get Started Template-->


<!-- CSS for Platform 1 Template-->


<!-- Custom CSS -->
<link rel="stylesheet" href="/css/custom.css" />



<!-- Js -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/owl.carousel.min.js"></script>
<script src="/js/plugins.js"></script>
<script src="/js/min/waypoints.min.js"></script>
<script src="/js/jquery.counterup.js"></script>


<script src="/js/main.js"></script>





<!-- ionicons -->
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>

<!--
/*
 * Airspace
 * Ported to Jekyll by Andrew Lee
 * https://github.com/ndrewtl/airspace-jekyll
 * Designed and Developed by ThemeFisher
 * https://themefisher.com/
 *
 */
-->


  </head>
  <body>


    <!-- Header Start -->
<header>
<div class="container">
  <div class="row">
    <div class="col-md-12">
      <!-- header Nav Start -->
      <nav class="navbar navbar-default">
        <div class="container-fluid">
          <!-- Brand and toggle get grouped for better mobile display -->
          <div class="navbar-header">
            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            </button>
            <a class="navbar-brand" href="/index.html">
              <img src="/img/logo.png" style="width:auto; height:100%" alt="Logo">
            </a>
          </div>
            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
              <ul class="nav navbar-nav navbar-right">
                <li><a href="/">Home</a></li>
                <!-- <li><a href="/portfolio/">Portfolio</a></li> -->
                <li class="dropdown">
                  <a href="/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Services <span class="caret"></span></a>
                  <ul class="dropdown-menu">
                    <li><a href="/learning/pathways/">Learning Pathways</a></li>
                    <li><a href="/services/mentorship.html">Guided Mentorship</a></li>
                    <li><a href="/services/talent-development.html">Tron Node Buildout</a></li>
                  </ul>
                </li>
                <li class="dropdown">
                  <a href="/puckboard/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Puckboard <span class="caret"></span></a>
                  <ul class="dropdown-menu">
                    <li><a href="/puckboard/">About Puckboard</a></li>
                    <li><a href="/puckboard/getstarted/">Get Started</a></li>
                    <li><a href="/p1/">Platform 1</a></li>
                  </ul>
                </li>
                <!-- <li><a href="/#service">Resources</a></li> -->
                <li class="dropdown">
                  <a href="/services/common-links.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
                  <ul class="dropdown-menu">
                    <li><a href="/services/common-links.html">Common Links</a></li>
                    <li><a href="https://tron.substack.com/">Blog</a></li>
                    <li><a href="/contact/">Contact</a></li>
                  </ul>
                </li>
                <!-- <li><a href="/partners/">Partners</a></li> -->
                <!-- <li><a href="/blog/">Blog</a></li> -->
              </ul>
            </div><!-- /.navbar-collapse -->
          </div><!-- /.container-fluid -->
        </nav>
      </div>
    </div>
  </div>
</header><!-- header close -->



    <div class="document">
  <!-- Wrapper Start -->
  <section id="intro" style="border: 1px dotted #ddd">
  <div class="container">
    <div class="container-padded">
      <div class="row">
        <div>
          <div class="block">
            <h1>Community-Driven Software Development & Mentorship</h1>
            
            <hr />
            <p><h3 id="problem">Problem</h3>

<p>Servicemembers are part of a digitally-native generation, yet do not have access to the data systems and software
needed to work in a modern era.  Many unit processes are manual, with data input, retrieval,
and export done via copy/paste, Word, Excel, or .pdf files. The result: DoD loses rapid flexibility
or decision latitude that could have been used to gain the decisive edge in a
battle while our people lose their work-life balance.</p>

<p><span style="color:black"><strong><em>Current State:</em></strong></span>  
Many servicemembers know this problem well, and have the native talents &amp; passion to contribute to solutions that
improve their jobs, but lack the resources, tooling, and guidance to do so via modern web-enabled technologies.</p>

<p><span style="color:black"><strong><em>Future State:</em></strong></span>  
The moment that a servicemember has an idea, she should not be limited to utilizing rogue, unsecured platforms to develop, and she should be able to provision, prototype, and test without any external bureucratic dependencies.  Furthermore, she should have immediate access to a well-resourced community of digital servicemembers of variying experiences in order to ask questions and receive guidance from people who have already walked this path.</p>

<p><span style="color:black"><strong><em>Service provided to bridge the gap:</em></strong></span>  
If you are a servicemember wanting to contribute to a project, or have begun working on a project and are passionate about being able to launch your work into an accredited, secure environment in order to utilize real mission data, we get it.  Reach out via the below methods &amp; we will work with you or your teams to get started.  Note that this does not mean we will do the job for you; in fact, if you choose to go this path, expect many late nights and hard work–but we will remove as many roadblocks as possible to help identify the lowest-risk path to success.</p>

<hr />

<h3 id="getting-started-with-us">Getting Started With Us</h3>

<p><strong><em><code class="language-plaintext highlighter-rouge">Connect:</code></em></strong>
Start by joining the <a href="https://chat.collab.cdl.af.mil/signup_user_complete/?id=wdkicxm5ijrcj8uqn6n4pinzse"><strong><em>MilitaryCoders</em></strong> Mattermost Group</a>.  If you do not yet have a DoD Platform One Single Sign-On username, follow the on-screen prompts to create a new login account.  In here, you can immediately start connecting to find like-minded individuals that might want to collaborate on your issues.  You might find someone here who is already working a similar issue that will accept you into their project immediately!</p>

<p><strong><em><code class="language-plaintext highlighter-rouge">Assess:</code></em></strong> 
If you are unable to find anybody that already has a product in development through an accredited platform, not to worry!  We are ready to help.  However, we need to know a little bit more about your background &amp; current skillset to ensure that we provide you with the appropriate path to success, whether that be through directly launching a new product, lining you up with all or part of a fast-paced training curriculum, or getting you mentorship walk through the final steps of getting our app approved to run on a military network via the <a href="https://auth.galvanize.com/register?uid=fbc9761c8f97c752ea">Continuous Authority to Operate</a>.  This assessment involves:</p>

<ol>
  <li>
    <p>Complete the <a href="https://airmencoders.us/sdi/">Software Development Immersive Assessment (1-hr)</a>.  Note that this does not require you to actually complete full application…we just want to see your current ability through the assessment.  Note however that this assessment is done in javascript; if you are unfamiliar, we highly recommend that you complete the prep-work first.  All concepts tested on the assessment are covered in the prep-work.</p>
  </li>
  <li>
    <p>Using your .mil, send us an email at <a href="mailto:tron@afwerx.af.mil">tron@afwerx.af.mil</a> containing the following content:</p>

    <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> From: you@mail.mil
 Subject: &lt;First &amp; Last Name&gt; Ready to Launch!

 Hello!  I recently completed the "Assess" portion of the Tron mentorship program and am ready to discuss the next steps!  
    
 I am interested in deploying an application that does the following:
 &lt;provide a brief 2-4 sentence description of your intended project&gt;

 Thanks!
</code></pre></div>    </div>

    <p><span style="color:black"><strong><em>*NOTE*</em></strong></span>   In order to provide a scalable service to the entire DoD, we have to be extremely streamlined in our processes for launching new technologies. We are contantly working to expand our supported offerings, but cannot create custom architectures at this time. If you have already started your project, please ensure that your project can either be launched or refactored to fit into one of our supported tech stack categories.</p>
  </li>
  <li>
    <p>We will evaluate your score and ask you to either pursue a collection of pre-requisite online learning/review the prep work to re-take the exam before continuing, or proceed with the next step!</p>
  </li>
</ol>

<p><strong><em><code class="language-plaintext highlighter-rouge">Launch:</code></em></strong> 
Once you have been assessed &amp; approved by a certified by a <span style="color:black"><strong><em>Tron</em></strong></span> partner, you will be setup with an open-source or inner-source code repository, DevSecOps pipeline, and staging/development environment through <span style="color:black"><strong><em>DoD Platform One</em></strong></span>.  Based on your past experience, the outcome of the assessment, and the needs of your proposed project, you will be given a required learning pathway in order to be eligible to move from development to production, and an open-source mentor to help guide you through this process who has walked this path before you.  This is necessary because, no matter how skilled you are, developing on a military network in accordance with the <a href="https://rmf.org/wp-content/uploads/2018/05/Cloud_Computing_SRG_v1r3.pdf">DoD Cloud Computing Security Requirements Guide</a> is almost certainly going to be different than anything you have done to date.</p>

<p><strong><em><code class="language-plaintext highlighter-rouge">Deploy:</code></em></strong> 
The best part!  Once you have completed your learning pathway, proven the viability of your product, have a passing DevSecOps pipeline, understand the components of the Continuous Authority to Operate, and your mentor is comfortable with your ability to run a production system, you will be placed into a “Path to Prod” sprint with the goal of receiving full accreditation to deploy on a military network.</p>
</p>
          </div>
        </div>
        <!-- .col-md-7 close -->
      </div>
    </div>
  </div>
</section>

</div>
<p class="center-text" style="padding: 30px;">
  
    <a href="/#service">Back to services</a>
  
</p>











    <!-- footer Start -->
<footer>
  <div class="container">
    <div class="row">
      <div class="col-md-12">
        <div class="footer-manu">
          <ul>
            <li><a href="/">Home</a></li>
            <!-- <li><a href="/portfolio/">Portfolio</a></li> -->
            <li><a href="/#service">Services</a></li>
            <li><a href="/puckboard/">Puckboard</a></li>
            <!-- <li><a href="/partners/">Partners</a></li> -->
            <!-- <li><a href="/blog/">Blog</a></li> -->
            <li><a href="https://tron.substack.com/">Blog</a></li>
            <li><a href="/contact/">Contact</a></li>
          </ul>
        </div>
      </div>
        <p>Site developed and maintained by <a href="/">Tron Gov</a>.  Portions of this site utilize <a href="http://www.themefisher.com">Themefisher</a> designs. All rights reserved.
        
        </p>
      </div>
    </div>
  </div>
</footer>


    </body>
</html>