-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (73 loc) · 4.82 KB
/
index.html
File metadata and controls
92 lines (73 loc) · 4.82 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Algorithm Practice</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">ALGORITHM STUDY</h1>
<h2 class="project-tagline">When you have just 5 minutes for a professional development task to build your software engineering career...</h2>
<a href="https://github.com/ClutchTalent/algorithm-practice" class="btn">View on GitHub</a>
<a href="https://github.com/ClutchTalent/algorithm-practice/archive/gh-pages.zip" class="btn">Download .zip</a>
</section>
<section class="main-content">
<h3>
<a id="5-minute-professional-development-ideas" class="anchor" href="#5-minute-professional-development-ideas" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>5 Minute Professional Development Ideas</h3>
<p>Algorithm Study Night Practice Problems</p>
<h3>Problem 1</h3>
<ul>
<li>Sign up for Github.</li>
<li>Sign up for Stack Overflow.</li>
<li>Sign up for Quora.</li>
<li>Create a Medium or Tumblr blog.</li>
<li>Join meetup groups in your area. Note: even if you don't have time to attend, meetups are a great way to see what's trending. </li>
<li>Create a Twitter account, even if just to re-tweet from relevant engineering leaders.</li>
</ul>
<h3>
<a id="find--follow" class="anchor" href="#find--follow" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Find & follow</h3>
<ul>
<li>Find key contributors to the languages and frameworks you use. Follow them on online.</li>
<li>Sign up for a newsletter that is relevant to your work, or the work you want to do.</li>
<li>Follow projects on Github.</li>
</ul>
<h3>
<a id="improve-your-online-presence" class="anchor" href="#improve-your-online-presence" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Improve your online presence</h3>
<ul>
<li>For a quick blog post, drop screen shots of code you wrote, with a small caption.</li>
<li>Fix the skills list on your LinkedIn profile.</li>
<li>Write a short bio to use across all of your online profiles.</li>
<li>Answer a question on Stack Overflow or Quora.</li>
</ul>
<h3>
<a id="read" class="anchor" href="#read" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Read</h3>
<ul>
<li>Spend 5-minutes on Sunday selecting 5 pieces to read during the week. </li>
<li>Read a blog post from one of your favorite tech companies. Check-out this <a href="https://github.com/ClutchTalent/engineering-blogs">list of engineering blogs</a>.</li>
<li>Read 5-minutes worth of twitter feed from an engineering leader you follow.</li>
<li>Read a few pages in an engineering book.</li>
<li>Flip through and skim a presentation deck from a recent meetup or conference.</li>
</ul>
<h3>
<a id="interview-prep" class="anchor" href="#interview-prep" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Interview Prep</h3>
<ul>
<li>Work through one problem in <a href="https://www.careercup.com/book">Cracking the Coding Interview</a> or on <a href="https://www.hackerearth.com/codemonk/">Code Monk</a>.</li>
<li>Read through an interview problem and answer.</li>
<li>Brush up on <a href="http://wcipeg.com/wiki/Category:Data_structures">data structures</a> and other core computer science topic areas.</li>
<li>Research alternatives to the tech stack you currently work in to be ready to explain why your company uses your current tech stack.</li>
</ul>
<h3>
<a id="what-else-can-an-engineer-do-to-level-up-skills-in-just-5-minutes" class="anchor" href="#what-else-can-an-engineer-do-to-level-up-skills-in-just-5-minutes" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What else can an engineer do to level-up skills in just 5 minutes?</h3>
<p>Please contribute to this list! </p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/ClutchTalent/5-Minutes">5-minutes</a> is maintained by <a href="https://github.com/ClutchTalent">ClutchTalent</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>