Skip to content

Commit f171899

Browse files
committed
Add resources to FAQ
1 parent 754fd00 commit f171899

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

DOTNET/DOTNET.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This guide is aimed at veterans who are wishing to learn programming on Microsof
44

55
## Quick Start
66

7-
If you are really impatient (or already think you know shit), you can just jump in right away by;
7+
If you are really impatient (or already think you know shit), you can just jump in right away by;
88

99
- Downloading and Installing the Free Visual Studio Community Edition [here](https://www.visualstudio.net).
1010

@@ -18,13 +18,13 @@ If you are really impatient (or already think you know shit), you can just jump
1818

1919
# Intro to Programming
2020

21-
People get intimated by computers, but really they are dumb as shit. A computer can't do anything you don't tell it to do.
21+
People get intimated by computers, but really they are dumb as shit. A computer can't do anything you don't tell it to do.
2222
Thinking about it, that means everything your computer, tablet, cell phone, or TV does was programmed to do that single thing by someone.
2323
So pretty much, programming is about making the computer your bitch. Cool right?
2424

25-
But how do we tell computers what to do?
25+
But how do we tell computers what to do?
2626

27-
Spoiler alert: Not like this!
27+
Spoiler alert: Not like this!
2828

2929
![alt text][scotty-talks]
3030
[scotty-talks]: scotty_trek4.jpg "Hello, Computer!"
@@ -40,6 +40,3 @@ The process to run a .NET program goes like this;
4040
- The .NET runtime see that you are trying to run a program in IL, and it translates the program into machine language in real time.
4141

4242
Most .NET programmers never touch the IL. Then there are some basement-dwelling neckbeards that write exclusively in it when they aren't trolling reddit, but that's another conversation entirely.
43-
44-
45-

app/views/pages/faq.html.erb

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row">
33
<div class="col-md-12" role="main">
44
<h1 id="download" class="page-header">Frequently Asked Questions</h1>
5-
<p class="lead">Below is a list of common questions about Operation Code. If you're a veteran interested in software development, use the <a href="https://operation-code.slack.com/messages/general/">#general tab</a> in Slack for support. If you're a software developer interested in contributing/becoming a software mentor, <a href="https://github.com/OperationCode/operationcode/blob/master/CONTRIBUTING.md">read our docs</a>.</p>
5+
<p class="lead">Below is a list of common questions about Operation Code. If you're a veteran interested in software development, use the <a href="https://operation-code.slack.com/messages/general/">#general tab</a> in Slack for support and then join additional channels based on programming language interest. If you're a software developer interested in contributing/becoming a software mentor, <a href="https://github.com/OperationCode/operationcode/blob/master/CONTRIBUTING.md">read our docs</a>.</p>
66

77
<h2 class="list-group-item-heading">General FAQ</h2>
88
<h3>When was Operation Code founded?</h3>
@@ -15,17 +15,22 @@
1515
<h4>Yes. Operation Code was granted tax-exempt status by the Internal Revenue Services functioning as a charity under 501(c)(3) of the Internal Revenue Code, <a href="https://twitter.com/operation_code/status/728018497343660032">effective 4 May 2016</a>, with retroactive status to 15 June 2015. Donations to the organization are deductible as charitable contributions.</h4>
1616

1717
<h3>Where is Operation Code based? Do you have a location near me?</h3>
18-
<h4>Operation Code, much like software, is <a href="https://github.com/OperationCode/operationcode/graphs/contributors">built from anywhere</a> with an internet connection and is not based in one location. While we're headquartered in Portland, the entire organization is decentralized, including the board of directors and the core team, allowing us to more effectively serve transitioning military and veterans wherever they may be located. We have a number of veterans located in Seattle, Portland, SF and Washington, D.C. to name a few. Use Slack and join the closest town to you.</h4>
18+
<h4>Operation Code, much like software, is <a href="https://github.com/OperationCode/operationcode/graphs/contributors">built from anywhere</a> with an internet connection and is not based in one location. While we're headquartered in Portland, the entire organization is decentralized, including the board of directors and the core team, allowing us to more effectively serve transitioning military, citizen-soldiers, veterans and their families wherever they may be located. We have a number of veterans located in Seattle, Portland, SF and Washington, D.C. to name a few. Use Slack and join the closest town to you.</h4>
1919

2020
<h3>Who does Operation Code serve?</h3>
2121
<h4>Operation Code serves our nation's finest who've worn the uniform and their families, and who are interested in coding and software development. We offer Programs & Services <a href="/join">online</a> and make all announcements in the <a href="https://operation-code.slack.com/messages/general/">#general tab</a> in Slack.</h4>
2222

2323
<h3>What do I need to start learning software development and how much is this going to cost?</h3>
24-
<h4>First off, you will need access to a solid computer, a good browser (ex. Chrome), and a strong internet connection. It costs nothing to start learning to code and receive software mentorship through Operation Code, you just need a positive attitude, persistence and grit, and a thirst for new knowledge. We have over a dozen channels, from Ruby to JavaScript, iOS to Android, and from Free Code Camp to edX study groups.</h4>
24+
<h4>First off, you will need access to a solid computer, a good browser (ex. Chrome), and a strong internet connection. It costs nothing to start learning to code and receive software mentorship through Operation Code, you just need a positive attitude, persistence and grit, and a thirst for new knowledge. We have over a dozen channels, from Ruby to JavaScript, iOS to Android, and from Free Code Camp to edX study groups. <a href="/join">Join now</a>.</h4>
2525

2626
<h3>According to the U.S. Department of Veterans Affairs website, there are only two code schools in the country that accept the New GI Bill. Which do you recommend?</h3>
2727
<h4>Choosing where to leverage your New GI Bill to start learning to code on day-one shouldn't be taken lightly especially because you've sacrificed so much for it. We maintain a list of <a href="/codeschools">code schools</a> you can research more and which military veterans in our community have attended. But more importantly, <a href="https://operation-code.slack.com/messages/general/">ask any of us in the community</a> and you'll get a diverse set of answers.</h4>
2828

29+
<h3>What is available to start learning to code today?</h3>
30+
<h4>Our friends at the New York City-based, The Flatiron School created <a href="https://learn.co/">Learn.co</a>, an online platform to get introduced to web development and the popular web framework, Ruby on Rails. Request an invite <a href="https://learn.co/join/operation-code">here</a> and then join the #learn-dot-co channel in our Slack if you get stuck.</h4>
31+
32+
<h4>Another resource is <a href="https://www.learnhowtoprogram.com/courses">learnhowtoprogram.com</a>, a resource maintained by Epicodus.</h4>
33+
2934
<h3>Why doesn't Operation Code offer services to non-military/veterans?</h3>
3035
<h4>As President Lincoln once said, “With malice toward none, with charity for all, with firmness in the right as God gives us to see the right, let us strive on to finish the work we are in, to bind up the nation's wounds, to care for him who shall have borne the battle and for his widow and his orphan...”</h4>
3136

@@ -42,7 +47,7 @@
4247
<h4>Operation Code is different in that we don't have regular business office hours. The team can usually be found in our <a href="operation-code.slack.com">Slack channel</a>, or <a href="https://github.com/OperationCode/operationcode">GitHub</a> fixing bugs and implementing new features.</h4>
4348

4449
<h3>How can I help if I can't afford to donate to Operation Code?</h3>
45-
<h4>In addition to requiring financial support, we also need volunteers and interns. The larger our community, the more we can spread the word about our work. Please sign up for our SITREPs and share it with your friends. Also, remember that every donation, no matter how modest, brings us closer to our goals.</h4>
50+
<h4>In addition to requiring financial support, we also need volunteers and interns. The larger our community, the more we can spread the word about our work. Please sign up for our <a href="http://operationcode.us10.list-manage2.com/subscribe?u=0ab8e2b2d6c6608926c4f17d6&id=809aaab2df">SITREPs</a> and share it with your friends. Also, remember that every <a href="/donate">donation</a>, no matter how modest, brings us closer to our goals.</h4>
4651

4752
<h3>I would like to receive Operation Code updates and news. How can I receive these communications?</h3>
4853
<h4>Anyone can sign up to join our email list through our <a href="http://operationcode.us10.list-manage2.com/subscribe?u=0ab8e2b2d6c6608926c4f17d6&id=809aaab2df">online subscription form</a>. The Operation Code SITREPs are sent periodically throughout the year. We primarily use <a href="https://twitter.com/operation_code">Twitter</a> and <a href="http://facebook.com/operationcode.org">Facebook</a> to put out updates and news since it's faster to put out info and respond. Given our chosen craft, we don't do regular mail.</h4>

0 commit comments

Comments
 (0)