-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
316 lines (283 loc) · 17.5 KB
/
Copy pathindex.html
File metadata and controls
316 lines (283 loc) · 17.5 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
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Teamwork - StackRef Whistle</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="">
<meta property="og:url" content="https://whistle.stackref.com/tags/teamwork/">
<meta property="og:site_name" content="StackRef Whistle">
<meta property="og:title" content="Teamwork">
<meta property="og:description" content="The official blog of StackRef">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="Teamwork">
<meta itemprop="description" content="The official blog of StackRef">
<meta itemprop="datePublished" content="2023-09-09T18:00:47-04:00">
<meta itemprop="dateModified" content="2023-09-09T18:00:47-04:00">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Teamwork">
<meta name="twitter:description" content="The official blog of StackRef">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:400,400i,700">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/custom.css">
<link rel="alternate" type="application/rss+xml" href="/tags/teamwork/index.xml" title="StackRef Whistle">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JST6DK31Z2"></script>
<script>
var doNotTrack = false;
if ( true ) {
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
var doNotTrack = (dnt == "1" || dnt == "yes");
}
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JST6DK31Z2');
}
</script>
</head>
<body class="body">
<div class="container container--outer">
<header class="header">
<div class="container header__container">
<div class="header__top">
<div class="logo logo--mixed">
<a class="logo__link" href="/" title="StackRef Whistle" rel="home">
<div class="logo__item logo__imagebox">
<img class="logo__img" src="/img/sr-whistle-logo.png">
</div><div class="logo__item logo__text">
<div class="logo__title">StackRef Whistle</div>
<div class="logo__tagline">The official blog of StackRef</div>
</div>
</a>
</div>
<div class="header__right">
<div class="header__right-text">
</div>
</div>
</div>
<nav class="menu">
<button class="menu__btn" aria-haspopup="true" aria-expanded="false" tabindex="0">
<span class="menu__btn-title" tabindex="-1">Menu</span>
</button>
<ul class="menu__list">
<li class="menu__item">
<a class="menu__link" href="/">
<span class="menu__text">Whistle Home</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="https://stackref.com">
<span class="menu__text">StackRef Home</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="https://aws.amazon.com/marketplace/seller-profile?id=8c3a2dab-30bb-47b6-add8-036adde2c99a">
<span class="menu__text">AWS Marketplace</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="wrapper flex">
<div class="primary">
<main class="main list" role="main">
<header class="main__header">
<h1 class="main__title">Teamwork</h1>
</header><article class="list__item post">
<figure class="list__thumbnail thumbnail">
<a class="thumbnail__link" href="/post/2023-09-09-not-just-a-ceos-game/">
<img class="thumbnail__image" src="/img/collaboration-4.png" alt="Teamwork and Innovation: Not Just the CEO's Game">
</a>
</figure>
<header class="list__header">
<h2 class="list__title post__title">
<a href="/post/2023-09-09-not-just-a-ceos-game/" rel="bookmark">
Teamwork and Innovation: Not Just the CEO's Game
</a>
</h2>
<div class="list__meta meta">
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0C7 0 1 6 1 14s6 14 14 14 14-6 14-14S23 0 15 0zm0 25C9 25 4 20 4 14S9 3 15 3s11 5 11 11-5 11-11 11zm1-18h-2v8.4l6.8 4.4L22 18l-6-3.8V7z"/></svg><time class="meta__text" datetime="2023-09-09T18:00:47-04:00">2023-09-09</time></div><div class="meta__item-categories meta__item"><svg class="meta__icon icon icon-category" width="16" height="16" viewBox="0 0 16 16"><path d="m7 2l1 2h8v11h-16v-13z"/></svg><span class="meta__text"><a class="meta__link" href="/categories/quotes/" rel="category">Quotes</a>
</span>
</div></div>
</header>
<div class="content list__excerpt post__content clearfix">
<h4 id="heading"><em>“Strategy is not really a solo sport – even if you’re the CEO.” - Max McKeown, “The Strategy Book”</em></h4>
<p>In the fast-paced world of business, it’s easy to think that strategy is something only top dogs should worry about. But Max McKeown’s insight reminds us that it’s a team effort, and it’s more important than ever.</p>
</div>
</article><article class="list__item post">
<figure class="list__thumbnail thumbnail">
<a class="thumbnail__link" href="/post/2023-08-08-together-so-much/">
<img class="thumbnail__image" src="/img/collaboration-3.png" alt="So Much Together">
</a>
</figure>
<header class="list__header">
<h2 class="list__title post__title">
<a href="/post/2023-08-08-together-so-much/" rel="bookmark">
So Much Together
</a>
</h2>
<div class="list__meta meta">
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0C7 0 1 6 1 14s6 14 14 14 14-6 14-14S23 0 15 0zm0 25C9 25 4 20 4 14S9 3 15 3s11 5 11 11-5 11-11 11zm1-18h-2v8.4l6.8 4.4L22 18l-6-3.8V7z"/></svg><time class="meta__text" datetime="2023-08-08T18:54:56-04:00">2023-08-08</time></div><div class="meta__item-categories meta__item"><svg class="meta__icon icon icon-category" width="16" height="16" viewBox="0 0 16 16"><path d="m7 2l1 2h8v11h-16v-13z"/></svg><span class="meta__text"><a class="meta__link" href="/categories/quotes/" rel="category">Quotes</a>
</span>
</div></div>
</header>
<div class="content list__excerpt post__content clearfix">
<h4 id="heading"><em>“Alone we can do so little; together we can do so much.” - Helen Keller</em></h4>
<p>In the throes of technological evolution, the importance of this timeless quote by Helen Keller resonates deeply, especially in the context of teamwork, innovation, and internal hackathons.</p>
</div>
</article><article class="list__item post">
<figure class="list__thumbnail thumbnail">
<a class="thumbnail__link" href="/post/sharing-your-ideas/">
<img class="thumbnail__image" src="/img/sharing-1.png" alt="Sharing Your Ideas">
</a>
</figure>
<header class="list__header">
<h2 class="list__title post__title">
<a href="/post/sharing-your-ideas/" rel="bookmark">
Sharing Your Ideas
</a>
</h2>
<div class="list__meta meta">
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0C7 0 1 6 1 14s6 14 14 14 14-6 14-14S23 0 15 0zm0 25C9 25 4 20 4 14S9 3 15 3s11 5 11 11-5 11-11 11zm1-18h-2v8.4l6.8 4.4L22 18l-6-3.8V7z"/></svg><time class="meta__text" datetime="2022-05-25T13:41:31-05:00">2022-05-25</time></div><div class="meta__item-categories meta__item"><svg class="meta__icon icon icon-category" width="16" height="16" viewBox="0 0 16 16"><path d="m7 2l1 2h8v11h-16v-13z"/></svg><span class="meta__text"><a class="meta__link" href="/categories/quotes/" rel="category">Quotes</a>
</span>
</div></div>
</header>
<div class="content list__excerpt post__content clearfix">
<h4 id="heading"><em>“Software innovation, like almost every other kind of innovation, requires the ability to collaborate and share ideas with other people …” — Bill Gates</em></h4>
<p>Innovation is often associated with individual brilliance and ingenuity. We often think of innovators as lone geniuses, working tirelessly in isolation to come up with groundbreaking new ideas. However, as Bill Gates suggests, innovation is actually a collaborative process that relies on the ability to share and exchange ideas with others.</p>
</div>
</article>
</main>
</div>
<aside class="sidebar sidebar--left"><div class="widget-search widget">
<form class="widget-search__form" role="search" method="get" action="https://google.com/search">
<label>
<input class="widget-search__field" type="search" placeholder="SEARCH…" value="" name="q" aria-label="SEARCH…">
</label>
<input class="widget-search__submit" type="submit" value="Search">
<input type="hidden" name="sitesearch" value="https://whistle.stackref.com/">
</form>
</div>
<div class="widget-recent widget">
<h4 class="widget__title">Recent Posts</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item"><a class="widget__link" href="/post/2023-12-6-stackref-on-product-hunt/">Follow and Vote for StackRef on Product Hunt!</a></li>
<li class="widget__item"><a class="widget__link" href="/post/2023-10-24-pay-with-stripe/">You can now pay for StackRef with Stripe!</a></li>
<li class="widget__item"><a class="widget__link" href="/post/2023-09-09-not-just-a-ceos-game/">Teamwork and Innovation: Not Just the CEO's Game</a></li>
<li class="widget__item"><a class="widget__link" href="/post/2023-08-23-amazon-startup-showcase/">Visit us on the Amazon Startup Showcase</a></li>
<li class="widget__item"><a class="widget__link" href="/post/2023-08-11-amazon-vendor-insights/">StackRef Vendor Insights from Amazon</a></li>
</ul>
</div>
</div>
<div class="widget-categories widget">
<h4 class="widget__title">Categories</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item">
<a class="widget__link" href="/categories/artificial-intelligence/">Artificial Intelligence</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/events/">Events</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/hackathons/">Hackathons</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/product/">Product</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/quotes/">Quotes</a></li>
<li class="widget__item">
<a class="widget__link" href="/categories/videos/">Videos</a></li>
</ul>
</div>
</div>
<div class="widget-taglist widget">
<h4 class="widget__title">Tags</h4>
<div class="widget__content">
<a class="widget-taglist__link widget__link btn" href="/tags/collaboration/" title="Collaboration">Collaboration</a>
<a class="widget-taglist__link widget__link btn" href="/tags/competition/" title="Competition">Competition</a>
<a class="widget-taglist__link widget__link btn" href="/tags/cossell/" title="Cossell">Cossell</a>
<a class="widget-taglist__link widget__link btn" href="/tags/devseccon/" title="Devseccon">Devseccon</a>
<a class="widget-taglist__link widget__link btn" href="/tags/hackathons/" title="Hackathons">Hackathons</a>
<a class="widget-taglist__link widget__link btn" href="/tags/infracost/" title="Infracost">Infracost</a>
<a class="widget-taglist__link widget__link btn" href="/tags/innovation/" title="Innovation">Innovation</a>
<a class="widget-taglist__link widget__link btn" href="/tags/inspiration/" title="Inspiration">Inspiration</a>
<a class="widget-taglist__link widget__link btn" href="/tags/judging/" title="Judging">Judging</a>
<a class="widget-taglist__link widget__link btn" href="/tags/product-hunt/" title="Product Hunt">Product Hunt</a>
<a class="widget-taglist__link widget__link btn" href="/tags/quality/" title="Quality">Quality</a>
<a class="widget-taglist__link widget__link btn" href="/tags/snyk/" title="Snyk">Snyk</a>
<a class="widget-taglist__link widget__link btn" href="/tags/stackref/" title="Stackref">Stackref</a>
<a class="widget-taglist__link widget__link btn" href="/tags/teamwork/" title="Teamwork">Teamwork</a>
</div>
</div>
<div class="widget-social widget">
<h4 class="widget-social__title widget__title">Social</h4>
<div class="widget-social__content widget__content">
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="Twitter" rel="noopener noreferrer" href="https://twitter.com/stackref" target="_blank">
<svg class="widget-social__link-icon icon icon-twitter" width="24" height="24" viewBox="0 0 384 312"><path d="m384 36.9c-14.1 6.3-29.3 10.5-45.2 12.4 16.3-9.7 28.8-25.2 34.6-43.6-15.2 9-32.1 15.6-50 19.1-14.4-15.2-34.9-24.8-57.5-24.8-43.5 0-78.8 35.3-78.8 78.8 0 6.2.7 12.2 2 17.9-65.5-3.3-123.5-34.6-162.4-82.3-6.7 11.6-10.6 25.2-10.6 39.6 0 27.3 13.9 51.4 35 65.6-12.9-.4-25.1-4-35.7-9.9v1c0 38.2 27.2 70 63.2 77.2-6.6 1.8-13.6 2.8-20.8 2.8-5.1 0-10-.5-14.8-1.4 10 31.3 39.1 54.1 73.6 54.7-27 21.1-60.9 33.7-97.8 33.7-6.4 0-12.6-.4-18.8-1.1 34.9 22.4 76.3 35.4 120.8 35.4 144.9 0 224.1-120 224.1-224.1 0-3.4-.1-6.8-.2-10.2 15.4-11.1 28.7-25 39.3-40.8z"/></svg>
<span>Twitter</span>
</a>
</div>
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="LinkedIn" rel="noopener noreferrer" href="https://linkedin.com/in/../company/stackref" target="_blank">
<svg class="widget-social__link-icon icon icon-linkedin" width="24" height="24" viewBox="0 0 352 352"><path d="M0,40v272c0,21.9,18.1,40,40,40h272c21.9,0,40-18.1,40-40V40c0-21.9-18.1-40-40-40H40C18.1,0,0,18.1,0,40z M312,32 c4.6,0,8,3.4,8,8v272c0,4.6-3.4,8-8,8H40c-4.6,0-8-3.4-8-8V40c0-4.6,3.4-8,8-8H312z M59.5,87c0,15.2,12.3,27.5,27.5,27.5 c15.2,0,27.5-12.3,27.5-27.5c0-15.2-12.3-27.5-27.5-27.5C71.8,59.5,59.5,71.8,59.5,87z M187,157h-1v-21h-45v152h47v-75 c0-19.8,3.9-39,28.5-39c24.2,0,24.5,22.4,24.5,40v74h47v-83.5c0-40.9-8.7-72-56.5-72C208.5,132.5,193.3,145.1,187,157z M64,288h47.5 V136H64V288z"/></svg>
<span>LinkedIn</span>
</a>
</div>
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="GitHub" rel="noopener noreferrer" href="https://github.com/stackref" target="_blank">
<svg class="widget-social__link-icon icon icon-github" width="24" height="24" viewBox="0 0 384 374"><path d="m192 0c-106.1 0-192 85.8-192 191.7 0 84.7 55 156.6 131.3 181.9 9.6 1.8 13.1-4.2 13.1-9.2 0-4.6-.2-16.6-.3-32.6-53.4 11.6-64.7-25.7-64.7-25.7-8.7-22.1-21.3-28-21.3-28-17.4-11.9 1.3-11.6 1.3-11.6 19.3 1.4 29.4 19.8 29.4 19.8 17.1 29.3 44.9 20.8 55.9 15.9 1.7-12.4 6.7-20.8 12.2-25.6-42.6-4.8-87.5-21.3-87.5-94.8 0-20.9 7.5-38 19.8-51.4-2-4.9-8.6-24.3 1.9-50.7 0 0 16.1-5.2 52.8 19.7 15.3-4.2 31.7-6.4 48.1-6.5 16.3.1 32.7 2.2 48.1 6.5 36.7-24.8 52.8-19.7 52.8-19.7 10.5 26.4 3.9 45.9 1.9 50.7 12.3 13.4 19.7 30.5 19.7 51.4 0 73.7-44.9 89.9-87.7 94.6 6.9 5.9 13 17.6 13 35.5 0 25.6-.2 46.3-.2 52.6 0 5.1 3.5 11.1 13.2 9.2 76.2-25.5 131.2-97.3 131.2-182 0-105.9-86-191.7-192-191.7z"/></svg>
<span>GitHub</span>
</a>
</div>
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="GitLab" rel="noopener noreferrer" href="https://gitlab.com/stackref" target="_blank">
<svg class="widget-social__link-icon icon icon-gitlab" width="24" height="24" viewBox="0 0 265 265"><path d="M128.075 236.075l47.104-144.97H80.97l47.104 144.97z M14.956 91.104L.642 135.16a9.752 9.752 0 0 0 3.542 10.903l123.891 90.012-113.12-144.97z M14.956 91.105H80.97L52.601 3.79c-1.46-4.493-7.816-4.492-9.275 0l-28.37 87.315z M241.194 91.104l14.314 44.056a9.752 9.752 0 0 1-3.543 10.903l-123.89 90.012 113.119-144.97z M241.194 91.105h-66.015l28.37-87.315c1.46-4.493 7.816-4.492 9.275 0l28.37 87.315z"/></svg>
<span>GitLab</span>
</a>
</div>
<div class="widget-social__item widget__item">
<svg class="widget-social__link-icon icon icon-mail" width="24" height="24" viewBox="0 0 416 288"><path d="m0 16v256 16h16 384 16v-16-256-16h-16-384-16zm347 16-139 92.5-139-92.5zm-148 125.5 9 5.5 9-5.5 167-111.5v210h-352v-210z"/></svg>
</a>
</div>
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="StackRef Home" rel="noopener noreferrer" href="https://stackref.com" target="_blank">
<span>StackRef Home</span>
</a>
</div>
<div class="widget-social__item widget__item">
<a class="widget-social__link widget__link btn" title="StackRef in AWS Marketplace" rel="noopener noreferrer" href="https://aws.amazon.com/marketplace/seller-profile?id=8c3a2dab-30bb-47b6-add8-036adde2c99a" target="_blank">
<span>StackRef in AWS Marketplace</span>
</a>
</div>
</div>
</div>
</aside>
</div>
<footer class="footer">
<div class="container footer__container flex">
<div class="footer__copyright">
© 2026 StackRef Inc. - All Rights Reserved
</div>
</div>
</footer>
</div>
<script async defer src="/js/menu.js"></script>
</body>
</html>