Skip to content

Commit 8371847

Browse files
committed
added interview questions sections
1 parent 9bde205 commit 8371847

File tree

2 files changed

+144
-57
lines changed

2 files changed

+144
-57
lines changed

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ GEM
251251
unf_ext (0.0.7.7)
252252
unf_ext (0.0.7.7-x64-mingw32)
253253
unicode-display_width (1.7.0)
254-
wdm (0.1.1)
255254
zeitwerk (2.4.0)
256255

257256
PLATFORMS
@@ -260,7 +259,6 @@ PLATFORMS
260259

261260
DEPENDENCIES
262261
github-pages
263-
wdm (>= 0.1.0)
264262

265263
BUNDLED WITH
266264
2.1.4
Lines changed: 144 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,157 @@
11
<div class="row">
2-
<div class="col-md-12">
3-
<a name="resources-links"></a>
4-
<h2>
5-
Useful Links
6-
</h2>
7-
</div>
2+
<div class="col-md-12">
3+
<a name="resources-links"></a>
4+
<h2>Useful Links</h2>
5+
</div>
86
</div>
97
<div class="row">
10-
<div class="col-md-2 resource-box">
11-
<div class="text-center resource-icon">
12-
<a class="color-github" href="https://github.com/CodeWithGroup/" target="_blank">
13-
<span class="fab fa-4x fa-github"></span>
14-
</a>
15-
</div>
8+
<div class="col-md-2 resource-box">
9+
<div class="text-center resource-icon">
10+
<a
11+
class="color-github"
12+
href="https://github.com/CodeWithGroup/"
13+
target="_blank"
14+
>
15+
<span class="fab fa-4x fa-github"></span>
16+
</a>
1617
</div>
17-
<div class="col-10 resource-description">
18-
<h4>
19-
<a href="https://github.com/CodeWithGroup/" target="_blank">GitHub</a>
20-
</h4>
21-
<p>
22-
Git is industry-leading version control software and is incredibly popular with professionals and hobbyists
23-
alike. CodeWith has a public GitHub repository where we encourage you to store any public projects you work
24-
on. We run this web site direct from our GitHub repository.
25-
</p>
18+
</div>
19+
<div class="col-10 resource-description">
20+
<h4>
21+
<a href="https://github.com/CodeWithGroup/" target="_blank">GitHub</a>
22+
</h4>
23+
<p>
24+
Git is industry-leading version control software and is incredibly popular
25+
with professionals and hobbyists alike. CodeWith has a public GitHub
26+
repository where we encourage you to store any public projects you work
27+
on. We run this web site direct from our GitHub repository.
28+
</p>
29+
</div>
30+
</div>
2631

32+
<div class="row">
33+
<div class="col-md-2 resource-box">
34+
<div class="text-center resource-icon">
35+
<a
36+
class="color-slack"
37+
href="https://launchpass.com/codewithpeople"
38+
target="_blank"
39+
>
40+
<span class="fab fa-4x fa-slack"></span>
41+
</a>
2742
</div>
43+
</div>
44+
<div class="col-md-10 resource-description">
45+
<h4>
46+
<a href="https://launchpass.com/codewithpeople" target="_blank">Slack</a>
47+
</h4>
48+
<p>
49+
CodeWith has a Slack workspace where you can chat, share files, ask
50+
questions and get help with problems in between events. Follow the link to
51+
get an invitation.
52+
</p>
53+
</div>
2854
</div>
2955
<div class="row">
30-
<div class="col-md-2 resource-box">
31-
<div class="text-center resource-icon">
32-
<a class="color-slack" href="https://launchpass.com/codewithpeople" target="_blank">
33-
<span class="fab fa-4x fa-slack"></span>
34-
</a>
35-
</div>
36-
</div>
37-
<div class="col-md-10 resource-description">
38-
<h4>
39-
<a href="https://launchpass.com/codewithpeople" target="_blank">Slack</a>
40-
</h4>
41-
<p>
42-
CodeWith has a Slack workspace where you can chat, share files, ask questions and get help with problems in
43-
between events. Follow the link to get an invitation.
44-
</p>
56+
<div class="col-md-2 resource-box">
57+
<div class="text-center resource-icon">
58+
<a
59+
class="color-slides"
60+
href="https://drive.google.com/drive/u/3/folders/1j6irw_cUfU_u2P1LLe_tJiM6T4dBID5Q"
61+
target="_blank"
62+
>
63+
<span class="fas fa-4x fab fa-chalkboard"></span>
64+
</a>
4565
</div>
66+
</div>
67+
<div class="col-md-10 resource-description">
68+
<h4>
69+
<a
70+
href="https://drive.google.com/drive/u/3/folders/1j6irw_cUfU_u2P1LLe_tJiM6T4dBID5Q"
71+
target="_blank"
72+
>Workshop Presentations</a
73+
>
74+
</h4>
75+
<p>
76+
If you've attended a CodeWith workshop and the host has shared their
77+
slides you can find them in the folder linked above. If you would like the
78+
slides from a specific workshop but they are not in the folder, you can
79+
get in touch with us on the
80+
<a href="{{site.url}}/contact">contact page</a>.
81+
</p>
82+
</div>
4683
</div>
4784
<div class="row">
48-
<div class="col-md-2 resource-box">
49-
<div class="text-center resource-icon">
50-
<a class="color-slides"
51-
href="https://drive.google.com/drive/u/3/folders/1j6irw_cUfU_u2P1LLe_tJiM6T4dBID5Q"
52-
target="_blank">
53-
<span class="fas fa-4x fab fa-chalkboard"></span>
54-
</a>
55-
</div>
85+
<div class="col-md-12">
86+
<a name="resources-links"></a>
87+
<h2>Programming/Framework Interview Questions</h2>
88+
</div>
89+
</div>
90+
<div class="row">
91+
<div class="col-md-2 resource-box">
92+
<div class="text-center resource-icon">
93+
<a
94+
class="color-github"
95+
href="https://github.com/CodeWithGroup/"
96+
target="_blank"
97+
>
98+
<i class="fab fa-4x fa-js"></i>
99+
</a>
56100
</div>
57-
<div class="col-md-10 resource-description">
58-
<h4>
59-
<a href="https://drive.google.com/drive/u/3/folders/1j6irw_cUfU_u2P1LLe_tJiM6T4dBID5Q"
60-
target="_blank">Workshop Presentations</a>
61-
</h4>
62-
<p>
63-
If you've attended a CodeWith workshop and the host has shared their slides you can find them in the folder
64-
linked above. If you would like the slides from a specific workshop but they are not in the folder, you can
65-
get in touch with us on the <a href="{{site.url}}/contact">contact page</a>.
66-
</p>
101+
</div>
102+
<div class="col-10 resource-description">
103+
<h4>
104+
<a
105+
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"
106+
target="_blank"
107+
>JavaScript</a
108+
>
109+
</h4>
110+
<p>
111+
JavaScript often abbreviated as JS, is a programming language that
112+
conforms to the ECMAScript specification. JavaScript is high-level, often
113+
just-in-time compiled, and multi-paradigm. It has curly-bracket syntax,
114+
dynamic typing, prototype-based object-orientation, and first-class
115+
functions. Additional information in terms of the type of questions you
116+
would expect to get from an interview in Javascript can be found here:
117+
<br />
118+
<a
119+
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"
120+
target="_blank"
121+
>JavaScript interview questions</a
122+
>
123+
</p>
124+
</div>
125+
</div>
126+
<div class="row">
127+
<div class="col-md-2 resource-box">
128+
<div class="text-center resource-icon">
129+
<a
130+
class="color-github"
131+
href="https://github.com/CodeWithGroup/"
132+
target="_blank"
133+
>
134+
<i class="fab fa-4x fa-react"></i>
135+
</a>
67136
</div>
68-
</div>
137+
</div>
138+
<div class="col-10 resource-description">
139+
<h4>
140+
<a href="https://reactjs.org/" target="_blank">ReactJS</a>
141+
</h4>
142+
<p>
143+
React. js is an open-source JavaScript library that is used for building
144+
user interfaces specifically for single-page applications. It's used for
145+
handling the view layer for web and mobile apps. React also allows us to
146+
create reusable UI components. Additional information in terms of the type
147+
of questions you would expect to get from an interview in React can be
148+
found here:
149+
<br />
150+
<a
151+
href="https://github.com/sudheerj/reactjs-interview-questions"
152+
target="_blank"
153+
>React interview questions</a
154+
>
155+
</p>
156+
</div>
157+
</div>

0 commit comments

Comments
 (0)