-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresources.html
195 lines (175 loc) · 10.6 KB
/
resources.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="title" content="CodeSeoul - Dedicated to Connecting Technologists">
<meta name="description" content="CodeSeoul is a non-profit, international community dedicated to connecting coders of all levels and backgrounds to learn, teach and build things, together.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/images/logo_color_square_512_1__0Iy_icon.ico">
<title>Code Seoul Resources</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179038448-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179038448-1');
</script>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://codeseoul.com">
<meta property="og:title" content="CodeSeoul - Dedicated to Connecting Technologists">
<meta property="og:description" content="CodeSeoul is a non-profit, international community dedicated to connecting coders of all levels and backgrounds to learn, teach and build things, together.">
<!-- Twitter -->
<meta property="twitter:url" content="https://codeseoul.com">
<meta property="twitter:title" content="CodeSeoul - Dedicated to Connecting Technologists">
<meta property="twitter:description" content="CodeSeoul is a non-profit, international community dedicated to connecting coders of all levels and backgrounds to learn, teach and build things, together.">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Styles & Fonts -->
<link href="css/styles.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/4eabe4bda9.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top" id="mainNav">
<a class="logo navbar-brand" href="index.html">
<img src="images/sidesslash.jpg" alt="CodeSeoul" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse text-right" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item" data-aos="fade-right">
<a class="nav-link js-scroll-trigger" href="./index.html#events">Events</a>
</li>
<li class="nav-item" data-aos-delay="200" data-aos="fade-right">
<a class="nav-link js-scroll-trigger" href="./index.html#sponsors">Sponsors</a>
</li>
<li class="nav-item"data-aos-delay="400" data-aos="fade-right">
<a href="./resources.html" class="nav-link" data-aos-delay="400" data-aos="fade-right">Resources</a>
</li>
</ul>
</div>
</nav>
<!-- Header -->
<header>
<h1 class="mt-4 mx-auto text-center">Community Resources</h1>
<h4 class="text-center">Curated lists from the organizers of Code Seoul</h4>
<div class="container text-center">
<img src="images/choices.png" data-aos="flip-left" alt="Choices meme about frameworks"/>
<p class="lead">This is a list of top notch resources for developers, from breaking news, to tools and repos to make developing more developer friendly.</p>
</div>
</header>
<div class="resources">
<div class="card-deck mx-2">
<div class="card">
<div class="card-body">
<h4 class="card-title text-center">Josie D., Full Stack</h4>
<p class="card-text">
"The best resources are the ones that can help you learn without holding your hand too much.
These are some of my frequently visited sites to check how to make something work or to get some ideas."
</p>
<ul>
<li>
<a href="https://animista.net/play/basic/scale-up">Animista</a> - easy animations
</li>
<li>
<a href="https://www.w3schools.com/">W3 Schools</a> - tutorials galore
</li>
<li>
<a href="https://roadmap.sh/frontend">Front-end Developer Roadmap</a> - what to learn next
</li>
<li>
<a href="https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify">Visual Studio Code Beautify</a> - make your code easier to see
</li>
<li>
<a href="https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint">Visual Studio Code ESLint</a> - get hints to tidy your code
</li>
</ul>
</div>
</div>
<div class="card">
<div class="card-body">
<h4 class="card-title text-center">Alex O., Software Architect</h4>
<p class="card-text">Coming Soon!</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h4 class="card-title text-center">Beege, Software Architect</h4>
<p class="card-text">"Reading is only the beginning. Find a community to support you. This stuff is hard, but you can do it! That said, there are great resources for getting started."</p>
<ul>
<li><a href="https://www.freecodecamp.org/">FreeCodeCamp</a> - Starting from scratch</li>
<li><a href="https://www.codecademy.com/">Codecademy</a> - Another place to start from scratch</li>
<li><a href="https://medium.com/topic/programming">Programming Blogs on Medium</a> - The stuff they don't teach you in school</li>
<li><a href="https://developer.mozilla.org/en-US/">Mozilla Developer Network</a> - The one-stop shop frontend developer reference</li>
</ul>
</div>
</div>
<div class="card">
<div class="card-body">
<h4 class="card-title text-center">Ben S., Full Stack</h4>
<p class="card-text">"I like the whole stack, normally I write front to back. Here are some of my favorite sites for developing or just seeing what's going on in the tech world."</p>
<ul>
<li>
<a href="https://dev.to">Dev.to</a>
</li>
<li>
<a href="https://www.theregister.com/">The Register</a>
</li>
<li>
<a href="https://news.ycombinator.com/">Hacker News</a>
</li>
</ul>
</div>
</div>
</div>
<div class="cs-resources container text-center">
<h3 class="text-center">Resources Created by CodeSeoul</h3>
<p class="lead">The below links are to our class presentations. In each presentation, you can find links to code examples and video recordings of the class.</p>
<h4 class="text-center">One-off Workshops</h4>
<ul class="cs-resource-list">
<li><a href="https://docs.google.com/presentation/d/1s4ZbwyhKTz_BJ6kz0VAhTp2ZCBLpBOcL8ixw5B2wSB0/edit?usp=sharing">Survey of Technology</a></li>
<li><a href="https://docs.google.com/presentation/d/1sRTiY-zJI-pk6cUJ2TKLe4__0hLt1qiSTdA8ktsPb9Q/edit?usp=sharing">Beginner Linux Crash Course</a></li>
<li><a href="https://docs.google.com/presentation/d/1HmiSYPzIQeT8ZB0IgOpzIQCZII8kp0mfa6LO3jnx_PI/edit?usp=sharing">Designing REST APIs</a></li>
<li><a href="https://docs.google.com/presentation/d/1_bSsnCpElaoxeKQ-KOIHbCnCoYjaRDaEII5TqvmBmOI/edit?usp=sharing">Intro to Docker and Docker Compose</a></li>
<li><a href="https://docs.google.com/presentation/d/16vhothVcT5Z8ZqVAE9bsaKcembL5RJQYphkoC5RNu94/edit?usp=sharing">Networking in AWS Crash Course</a></li>
<li><a href="https://docs.google.com/presentation/d/1mEScfqtoy0K6Zkln_jTW4CAhTSPrfV1CidU7rA034qg/edit?usp=sharing">Testing JavaScript with Jest</a></li>
<li><a href="https://docs.google.com/presentation/d/1zunSKb5TCe8Sbx1ZzNTVI4ChQHYjuIPRsdF5_x0Wa1c/edit?usp=sharing">Testing Python with Pytest</a></li>
</ul>
<h4 class="text-center">Java Course</h4>
<ol class="cs-resource-list">
<li><a href="https://docs.google.com/presentation/d/17u5pO0zQczxcFxelc3h-PY5Onj6WJIVqJOgVW8iL7gw/edit?usp=sharing">Intro to Java</a></li>
<li><a href="https://docs.google.com/presentation/d/1WTxJNmk6-rC_M-w5Xq7R8QE0_sxWBAYaI3lfvPo0x90/edit?usp=sharing">Variables and Methods</a></li>
<li><a href="https://docs.google.com/presentation/d/1Gt92WcbwkZ_pg6rEAX1y84QqarRko7lCVt9PvrjhzZo/edit?usp=sharing">Conditions and Loops</a></li>
<li><a href="https://docs.google.com/presentation/d/1vPEeBhGR7pqZhlL0Uy_uRb4ILotdVWXd8nQfdcT2Uow/edit?usp=sharing">Intro to Object Oriented Programming</a></li>
<li><a href="https://docs.google.com/presentation/d/1z5y8q213IWcQ6yUjt6TynsRaGJLYzilfDXn_oHbUv-U/edit?usp=sharing">Collections and Inheritance</a></li>
<li><a href="https://docs.google.com/presentation/d/1sPKt_cE29oe7_Fucdv8GX3Jh0DwRFd9gUQXuv-CnEqA/edit?usp=sharing">Interfaces and Exceptions</a></li>
<li><a href="https://docs.google.com/presentation/d/1DyGKxNL_mX9rfTwNMjMep9dVcLlzTsiEOjUSByzkgTY/edit?usp=sharing">Abstract and Static</a></li>
</ol>
</div>
</div>
<!-- Footer -->
<footer class="py-3 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © CodeSeoul 2016-2021</p>
<p class="m-0 text-center text-white"><a href='https://www.termsandconditionsgenerator.com/live.php?token=XG2S5ycqAOmfqckMm1YmDmqLaJdi2E9W' target="_blank">Terms of Service</a></p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-ui/jquery-ui.min.js"></script>
<!-- Custom JS -->
<script src="js/scripts.js"></script>
<!-- AOS JS / Init-->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>