meetup-generator 0.0.20210128
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +84 -0
- data/LICENSE.txt +23 -0
- data/README.md +64 -0
- data/Rakefile +19 -0
- data/bin/locate_meetup-generator +6 -0
- data/bin/meetup-generator.rb +34 -0
- data/config.ru +4 -0
- data/lib/all_the_things.yaml +1127 -0
- data/lib/locator.rb +7 -0
- data/lib/meetup_generator.rb +106 -0
- data/lib/words.gz +0 -0
- data/meetup-generator.gemspec +43 -0
- data/package/meetup-generator.xml +100 -0
- data/public/css/main.css +64 -0
- data/public/favicon.ico +0 -0
- data/public/zxspectr.woff +0 -0
- data/spec/acceptance_spec.rb +116 -0
- data/spec/meetup_generator_spec.rb +138 -0
- data/views/default.slim +48 -0
- data/views/partial_talk.slim +11 -0
- metadata +236 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3d624184b1fdb415e152ed1c2eb6531ef38bc8651239a28e83d205673b3f048b
|
4
|
+
data.tar.gz: 7e92049cdb4fffb613064f4e5873c90735fa7fab0e0cc7010dd9311594e84791
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 78a79aa6f538d7c97532edd3646b2a25b0da3eaeb9097b0133b20085dd44a0e96cc2fb699746a3423dd14547d0e4540aabaa7681fb33de14107ef1ad0c6cbcac
|
7
|
+
data.tar.gz: ad274bc5e97b13160d19490cdacd8986990fb811ae5acacf532fac5c9e2ac911ec75ca1d127272839a8a560c4456bf7af54909477429d24c3d8e24648bb6165a
|
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
@@ -0,0 +1,84 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
meetup-generator (0.0.20210128)
|
5
|
+
puma (~> 5.1)
|
6
|
+
sinatra (~> 2.1)
|
7
|
+
slim (~> 4.1)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
ast (2.4.2)
|
13
|
+
mini_portile2 (2.5.0)
|
14
|
+
minitest (5.14.3)
|
15
|
+
mustermann (1.1.1)
|
16
|
+
ruby2_keywords (~> 0.0.1)
|
17
|
+
nio4r (2.5.4)
|
18
|
+
nokogiri (1.11.1)
|
19
|
+
mini_portile2 (~> 2.5.0)
|
20
|
+
racc (~> 1.4)
|
21
|
+
parallel (1.20.1)
|
22
|
+
parser (3.0.0.0)
|
23
|
+
ast (~> 2.4.1)
|
24
|
+
puma (5.2.0)
|
25
|
+
nio4r (~> 2.0)
|
26
|
+
racc (1.5.2)
|
27
|
+
rack (2.2.3)
|
28
|
+
rack-protection (2.1.0)
|
29
|
+
rack
|
30
|
+
rack-test (1.1.0)
|
31
|
+
rack (>= 1.0, < 3)
|
32
|
+
rainbow (3.0.0)
|
33
|
+
rake (13.0.3)
|
34
|
+
regexp_parser (2.0.3)
|
35
|
+
rexml (3.2.4)
|
36
|
+
rubocop (1.9.0)
|
37
|
+
parallel (~> 1.10)
|
38
|
+
parser (>= 3.0.0.0)
|
39
|
+
rainbow (>= 2.2.2, < 4.0)
|
40
|
+
regexp_parser (>= 1.8, < 3.0)
|
41
|
+
rexml
|
42
|
+
rubocop-ast (>= 1.2.0, < 2.0)
|
43
|
+
ruby-progressbar (~> 1.7)
|
44
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
45
|
+
rubocop-ast (1.4.1)
|
46
|
+
parser (>= 2.7.1.5)
|
47
|
+
rubocop-minitest (0.10.3)
|
48
|
+
rubocop (>= 0.87, < 2.0)
|
49
|
+
rubocop-performance (1.9.2)
|
50
|
+
rubocop (>= 0.90.0, < 2.0)
|
51
|
+
rubocop-ast (>= 0.4.0)
|
52
|
+
rubocop-rake (0.5.1)
|
53
|
+
rubocop
|
54
|
+
ruby-progressbar (1.11.0)
|
55
|
+
ruby2_keywords (0.0.4)
|
56
|
+
sinatra (2.1.0)
|
57
|
+
mustermann (~> 1.0)
|
58
|
+
rack (~> 2.2)
|
59
|
+
rack-protection (= 2.1.0)
|
60
|
+
tilt (~> 2.0)
|
61
|
+
slim (4.1.0)
|
62
|
+
temple (>= 0.7.6, < 0.9)
|
63
|
+
tilt (>= 2.0.6, < 2.1)
|
64
|
+
temple (0.8.2)
|
65
|
+
tilt (2.0.10)
|
66
|
+
unicode-display_width (2.0.0)
|
67
|
+
|
68
|
+
PLATFORMS
|
69
|
+
ruby
|
70
|
+
|
71
|
+
DEPENDENCIES
|
72
|
+
bundler (~> 2.0)
|
73
|
+
meetup-generator!
|
74
|
+
minitest (~> 5.14)
|
75
|
+
nokogiri (~> 1.10)
|
76
|
+
rack-test (~> 1.1)
|
77
|
+
rake (~> 13.0)
|
78
|
+
rubocop (~> 1.9)
|
79
|
+
rubocop-minitest (~> 0.10)
|
80
|
+
rubocop-performance (~> 1.3)
|
81
|
+
rubocop-rake (~> 0.5)
|
82
|
+
|
83
|
+
BUNDLED WITH
|
84
|
+
2.2.3
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
Copyright (c) 2015, Robert Fisher
|
2
|
+
All rights reserved.
|
3
|
+
|
4
|
+
Redistribution and use in source and binary forms, with or without
|
5
|
+
modification, are permitted provided that the following conditions are met:
|
6
|
+
|
7
|
+
* Redistributions of source code must retain the above copyright notice, this
|
8
|
+
list of conditions and the following disclaimer.
|
9
|
+
|
10
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
11
|
+
this list of conditions and the following disclaimer in the documentation
|
12
|
+
and/or other materials provided with the distribution.
|
13
|
+
|
14
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
15
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
16
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
17
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
18
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
19
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
20
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
21
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
22
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
23
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
data/README.md
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
# meetup-generator [![Build Status](https://travis-ci.org/snltd/meetup-generator.svg?branch=master)](https://travis-ci.org/snltd/meetup-generator) [![Maintainability](https://api.codeclimate.com/v1/badges/4487595d6afb26a57d82/maintainability)](https://codeclimate.com/github/snltd/meetup-generator/maintainability)
|
2
|
+
|
3
|
+
Built on an immutable polyglot femtoservice architecture, meetup-generator
|
4
|
+
melds Deep ML with the power of the Blockchain to deliver planetscale insights
|
5
|
+
into the direction of the most disruptive tech. On Kubernetes.
|
6
|
+
|
7
|
+
Or is it just hundred lines of Ruby putting random words into a template?
|
8
|
+
|
9
|
+
## API
|
10
|
+
|
11
|
+
```sh
|
12
|
+
$ curl -s localhost:4567/api/talk | json
|
13
|
+
{
|
14
|
+
"talk": "Dockerizing Dockerized Docker with Docker for Docker Users",
|
15
|
+
"talker": "David Thomas",
|
16
|
+
"role": "Open Source Dragonslayer",
|
17
|
+
"company": "prognosticatr.io"
|
18
|
+
}
|
19
|
+
```
|
20
|
+
|
21
|
+
## Building
|
22
|
+
|
23
|
+
Build a gem with
|
24
|
+
|
25
|
+
```sh
|
26
|
+
$ rake build
|
27
|
+
```
|
28
|
+
|
29
|
+
Build a container with
|
30
|
+
|
31
|
+
```sh
|
32
|
+
$ docker build -t meetup-generator .
|
33
|
+
```
|
34
|
+
|
35
|
+
## Running
|
36
|
+
|
37
|
+
Install and run from Rubygems
|
38
|
+
|
39
|
+
```sh
|
40
|
+
$ gem install meetup-generator
|
41
|
+
$ rackup $(locate_meetup-generator)
|
42
|
+
```
|
43
|
+
|
44
|
+
Run from a git checkout
|
45
|
+
|
46
|
+
```sh
|
47
|
+
$ bin/meetup-generator.rb
|
48
|
+
```
|
49
|
+
|
50
|
+
Run the container from earlier:
|
51
|
+
|
52
|
+
```sh
|
53
|
+
$ docker run -p 4567:4567 meetup-generator
|
54
|
+
```
|
55
|
+
|
56
|
+
Install as a Solaris/Illumos service
|
57
|
+
|
58
|
+
```sh
|
59
|
+
$ pfexec svccfg import package/meetup-generator.xml
|
60
|
+
```
|
61
|
+
|
62
|
+
Contributing
|
63
|
+
|
64
|
+
Fork it, raise a PR.
|
data/Rakefile
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'pathname'
|
4
|
+
require 'rake/testtask'
|
5
|
+
require 'rubocop/rake_task'
|
6
|
+
require 'bundler/gem_tasks'
|
7
|
+
|
8
|
+
ROOT = Pathname(__FILE__).dirname
|
9
|
+
|
10
|
+
task default: %i[rubocop test]
|
11
|
+
|
12
|
+
Rake::TestTask.new do |t|
|
13
|
+
t.pattern = 'spec/*_spec.rb'
|
14
|
+
t.warning = false
|
15
|
+
end
|
16
|
+
|
17
|
+
RuboCop::RakeTask.new(:rubocop) do |t|
|
18
|
+
t.options = ['--display-cop-names']
|
19
|
+
end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
require 'sinatra/base'
|
5
|
+
require 'slim'
|
6
|
+
require 'pathname'
|
7
|
+
require_relative '../lib/meetup_generator'
|
8
|
+
|
9
|
+
ROOT = Pathname.new(__FILE__).dirname.parent
|
10
|
+
MG = MeetupGenerator.new
|
11
|
+
|
12
|
+
# The Meetup Generator. Works is done in lib/meetup_generator.rb
|
13
|
+
#
|
14
|
+
class MeetupGeneratorWebApp < Sinatra::Base
|
15
|
+
def api_methods
|
16
|
+
%w[talk title talker role company refreshment agenda date location]
|
17
|
+
end
|
18
|
+
|
19
|
+
set :root, ROOT
|
20
|
+
|
21
|
+
get '/api/:item?/?*' do
|
22
|
+
content_type :json
|
23
|
+
return [404, 'not found'] unless api_methods.include?(params[:item])
|
24
|
+
|
25
|
+
MG.send(params[:item]).to_json.chomp
|
26
|
+
end
|
27
|
+
|
28
|
+
get '*' do
|
29
|
+
@agenda = MG.agenda(5)
|
30
|
+
slim :default
|
31
|
+
end
|
32
|
+
|
33
|
+
run! if $PROGRAM_NAME == __FILE__
|
34
|
+
end
|
data/config.ru
ADDED
@@ -0,0 +1,1127 @@
|
|
1
|
+
---
|
2
|
+
|
3
|
+
# These can have -ing or -ed appended
|
4
|
+
#
|
5
|
+
verb:
|
6
|
+
- Aggregat
|
7
|
+
- Ambassador
|
8
|
+
- API-
|
9
|
+
- Audit
|
10
|
+
- Automat
|
11
|
+
- Autoscal
|
12
|
+
- AWS-
|
13
|
+
- Brogramm
|
14
|
+
- Buildah
|
15
|
+
- Cheff
|
16
|
+
- Cloudstack
|
17
|
+
- Cod
|
18
|
+
- Collect
|
19
|
+
- Config Manag
|
20
|
+
- Continuously Deliver
|
21
|
+
- Continuously Deploy
|
22
|
+
- Containeriz
|
23
|
+
- CRI-O
|
24
|
+
- Crictl
|
25
|
+
- Cryptojack
|
26
|
+
- De-Risk
|
27
|
+
- DDOS
|
28
|
+
- Detun
|
29
|
+
- Dedup
|
30
|
+
- Deliver
|
31
|
+
- Deploy
|
32
|
+
- Disrupt
|
33
|
+
- Distribut
|
34
|
+
- Dockeriz
|
35
|
+
- Dogfood
|
36
|
+
- Downscal
|
37
|
+
- Enabl
|
38
|
+
- Fork
|
39
|
+
- Gamify
|
40
|
+
- Generat
|
41
|
+
- Graph
|
42
|
+
- Hack
|
43
|
+
- Hand Craft
|
44
|
+
- Horizontaliz
|
45
|
+
- Hyperconverg
|
46
|
+
- Incubat
|
47
|
+
- Leverag
|
48
|
+
- Macroservic
|
49
|
+
- Measur
|
50
|
+
- Megashard
|
51
|
+
- Mesh
|
52
|
+
- Microservic
|
53
|
+
- Monitor
|
54
|
+
- Obfuscat
|
55
|
+
- "Open Sourc"
|
56
|
+
- Optimiz
|
57
|
+
- Orchestrat
|
58
|
+
- Pipelin
|
59
|
+
- Planetscal
|
60
|
+
- Podman
|
61
|
+
- Puppetiz
|
62
|
+
- Re-cultur
|
63
|
+
- Recod
|
64
|
+
- Refactor
|
65
|
+
- RESTify
|
66
|
+
- Re-imagin
|
67
|
+
- Revolutioniz
|
68
|
+
- Rightsiz
|
69
|
+
- Scal
|
70
|
+
- Shard
|
71
|
+
- Syntax-Colour
|
72
|
+
- Strategiz
|
73
|
+
- Terraform
|
74
|
+
- Transform
|
75
|
+
- Transpil
|
76
|
+
- Trac
|
77
|
+
- Trend
|
78
|
+
- Tun
|
79
|
+
- Upscal
|
80
|
+
- "Unit test"
|
81
|
+
- Verticaliz
|
82
|
+
- Virtualiz
|
83
|
+
- Webscal
|
84
|
+
|
85
|
+
tech:
|
86
|
+
- AI
|
87
|
+
- Akka
|
88
|
+
- Ambassador Containers
|
89
|
+
- angular.js
|
90
|
+
- Ansible
|
91
|
+
- API Gateway
|
92
|
+
- APIs
|
93
|
+
- ArangoDB
|
94
|
+
- Argo
|
95
|
+
- Athena
|
96
|
+
- AWS
|
97
|
+
- bacon.js
|
98
|
+
- Berkshelf
|
99
|
+
- BigChain
|
100
|
+
- BigQuery
|
101
|
+
- BigTable
|
102
|
+
- Blockbridge
|
103
|
+
- Boot2Docker
|
104
|
+
- Bootstrap
|
105
|
+
- Borg
|
106
|
+
- Bosh
|
107
|
+
- Boto
|
108
|
+
- Boundary
|
109
|
+
- Bower
|
110
|
+
- Brigade
|
111
|
+
- Buildkite
|
112
|
+
- Burp
|
113
|
+
- Burp Clickbandit
|
114
|
+
- Burp Infiltrator
|
115
|
+
- Burp Intruder
|
116
|
+
- Burp Scanner
|
117
|
+
- Burpsuite
|
118
|
+
- cAdvisor
|
119
|
+
- Calico
|
120
|
+
- Capistrano
|
121
|
+
- Cassandra
|
122
|
+
- CDN
|
123
|
+
- Ceph
|
124
|
+
- Cernan
|
125
|
+
- CFEngine
|
126
|
+
- cgroups
|
127
|
+
- ChaosKube
|
128
|
+
- Chaos Toolkit
|
129
|
+
- Chef
|
130
|
+
- Chef/Puppet
|
131
|
+
- CI/CD
|
132
|
+
- Cilium
|
133
|
+
- CircleCI
|
134
|
+
- Clojure
|
135
|
+
- Cloud9
|
136
|
+
- CloudFormation
|
137
|
+
- Cloud Foundry
|
138
|
+
- Cloudfront
|
139
|
+
- CloudSearch
|
140
|
+
- Cloudstack
|
141
|
+
- CloudTrail
|
142
|
+
- Clusterpoint
|
143
|
+
- CodeBuild
|
144
|
+
- CodeCommit
|
145
|
+
- CodeDeploy
|
146
|
+
- CodePipeline
|
147
|
+
- CodeStar
|
148
|
+
- Coffeescript
|
149
|
+
- Cognito
|
150
|
+
- Coherence
|
151
|
+
- Consul
|
152
|
+
- Containerd
|
153
|
+
- Contour
|
154
|
+
- Convox
|
155
|
+
- CoreDNS
|
156
|
+
- CoreOS
|
157
|
+
- Couchbase
|
158
|
+
- CouchDB
|
159
|
+
- CRI-O
|
160
|
+
- Crossplane
|
161
|
+
- Crystal
|
162
|
+
- Cucumber
|
163
|
+
- "curl | sudo bash"
|
164
|
+
- DalmatinerDB
|
165
|
+
- Dapper
|
166
|
+
- Dart
|
167
|
+
- Data Lake
|
168
|
+
- Dataloop
|
169
|
+
- Data Pond
|
170
|
+
- Deep Learning
|
171
|
+
- Deis
|
172
|
+
- Device Farm
|
173
|
+
- Distributed Tracing
|
174
|
+
- Django
|
175
|
+
- Docker
|
176
|
+
- Docker Compose
|
177
|
+
- Dockersh
|
178
|
+
- Dokku
|
179
|
+
- Doozer
|
180
|
+
- Draft
|
181
|
+
- Dropwizard
|
182
|
+
- Druid
|
183
|
+
- Dubbo
|
184
|
+
- DynamoDB
|
185
|
+
- Dynatrace
|
186
|
+
- EC2
|
187
|
+
- ECS
|
188
|
+
- "Edge Rabbit"
|
189
|
+
- EFS
|
190
|
+
- Elasticache
|
191
|
+
- "Elastic Beanstalk"
|
192
|
+
- Elasticsearch
|
193
|
+
- Elixir
|
194
|
+
- ELK
|
195
|
+
- ember.js
|
196
|
+
- EMR
|
197
|
+
- Envoy
|
198
|
+
- Erlang
|
199
|
+
- etcd
|
200
|
+
- Express
|
201
|
+
- Fabric
|
202
|
+
- Fabric8
|
203
|
+
- Falco
|
204
|
+
- Filebeat
|
205
|
+
- Finagle
|
206
|
+
- Firebase
|
207
|
+
- Flabbergast
|
208
|
+
- Flapjack
|
209
|
+
- Fleet
|
210
|
+
- Flink
|
211
|
+
- Flocker
|
212
|
+
- fluentd
|
213
|
+
- Flume
|
214
|
+
- Flynn.io
|
215
|
+
- Fog
|
216
|
+
- Foodcritic
|
217
|
+
- FoundationDB
|
218
|
+
- functional programming
|
219
|
+
- Galactic Fog
|
220
|
+
- Ganglia
|
221
|
+
- GCE
|
222
|
+
- genetic programming
|
223
|
+
- Git
|
224
|
+
- Gitflow
|
225
|
+
- Github
|
226
|
+
- Glacier
|
227
|
+
- Gloo
|
228
|
+
- Glue
|
229
|
+
- Glueflakes
|
230
|
+
- Go
|
231
|
+
- Golang
|
232
|
+
- "Google SRE Book"
|
233
|
+
- Grafana
|
234
|
+
- Grape
|
235
|
+
- Graphene
|
236
|
+
- Graphite
|
237
|
+
- Graylog2
|
238
|
+
- Greengrass
|
239
|
+
- Groovy
|
240
|
+
- gRPC
|
241
|
+
- Grunt
|
242
|
+
- Gulp
|
243
|
+
- Habitat
|
244
|
+
- Hadoop
|
245
|
+
- Harbor
|
246
|
+
- Haskell
|
247
|
+
- Hazelcast
|
248
|
+
- HBase
|
249
|
+
- Heapster
|
250
|
+
- Heartbeat
|
251
|
+
- Helm
|
252
|
+
- Heroku
|
253
|
+
- Heron
|
254
|
+
- Hubot
|
255
|
+
- hyperconvergence
|
256
|
+
- Hystrix
|
257
|
+
- IAM
|
258
|
+
- Immutable Infrastructure
|
259
|
+
- Impala
|
260
|
+
- IndexedDB
|
261
|
+
- Infinispan
|
262
|
+
- InfluxDB
|
263
|
+
- IntelliJ
|
264
|
+
- IO
|
265
|
+
- io.js
|
266
|
+
- IronDB
|
267
|
+
- Istio
|
268
|
+
- Jaeger
|
269
|
+
- Jekyll
|
270
|
+
- Jenkins
|
271
|
+
- JHipster
|
272
|
+
- JRuby
|
273
|
+
- JSON
|
274
|
+
- Juju
|
275
|
+
- k3s
|
276
|
+
- Kafka
|
277
|
+
- KairosDB
|
278
|
+
- Kanban
|
279
|
+
- Kaniko
|
280
|
+
- Kiali
|
281
|
+
- Kibana
|
282
|
+
- Kind
|
283
|
+
- Kinesis
|
284
|
+
- kitchen-docker
|
285
|
+
- knife Plugins
|
286
|
+
- Knox
|
287
|
+
- Kompose
|
288
|
+
- Kong
|
289
|
+
- Kops
|
290
|
+
- Kraken
|
291
|
+
- KrakenD
|
292
|
+
- Kube
|
293
|
+
- Kube-Bench
|
294
|
+
- KubeEdge
|
295
|
+
- Kubeform
|
296
|
+
- Kube Hunter
|
297
|
+
- Kubeless
|
298
|
+
- Kubelet
|
299
|
+
- Kubenet
|
300
|
+
- KubeOne
|
301
|
+
- Kubermatic
|
302
|
+
- Kubernetes
|
303
|
+
- kube-spawn
|
304
|
+
- KubeSpray
|
305
|
+
- Kubic
|
306
|
+
- Kubicorn
|
307
|
+
- kublr
|
308
|
+
- Kudu
|
309
|
+
- Kyma
|
310
|
+
- Lambda
|
311
|
+
- Lex
|
312
|
+
- Lightbend
|
313
|
+
- Lightsail
|
314
|
+
- LightStep
|
315
|
+
- Lighttpd
|
316
|
+
- Linkerd
|
317
|
+
- Linux
|
318
|
+
- Lisp
|
319
|
+
- Litmus
|
320
|
+
- Logspout
|
321
|
+
- Logstash
|
322
|
+
- LunchBadger
|
323
|
+
- LXC
|
324
|
+
- LXD
|
325
|
+
- MAAS
|
326
|
+
- Machine Learning
|
327
|
+
- macroservices
|
328
|
+
- ManageIQ
|
329
|
+
- Marathon
|
330
|
+
- Marathon-Consul
|
331
|
+
- MariaDB
|
332
|
+
- MEAN
|
333
|
+
- Memchached
|
334
|
+
- MemSQL
|
335
|
+
- Mesh
|
336
|
+
- Mesos
|
337
|
+
- Mesos-Consul
|
338
|
+
- Mesosphere
|
339
|
+
- Metricbeat
|
340
|
+
- Microliths
|
341
|
+
- Micrometer
|
342
|
+
- microservices
|
343
|
+
- Minikube
|
344
|
+
- monads
|
345
|
+
- MongoDB
|
346
|
+
- monorepo
|
347
|
+
- MooseFS
|
348
|
+
- Mountebank
|
349
|
+
- Mutable Infrastructure
|
350
|
+
- Nancy
|
351
|
+
- nanoservices
|
352
|
+
- Nashorn
|
353
|
+
- Neo4J
|
354
|
+
- Neptune
|
355
|
+
- NewRelic
|
356
|
+
- nginx
|
357
|
+
- NiFi
|
358
|
+
- Nix
|
359
|
+
- NixOS
|
360
|
+
- node.js
|
361
|
+
- Nomad
|
362
|
+
- Noms
|
363
|
+
- NoOps
|
364
|
+
- NoSQL
|
365
|
+
- npm
|
366
|
+
- Nuclio
|
367
|
+
- NuGet
|
368
|
+
- NuoDB
|
369
|
+
- OCaml
|
370
|
+
- Okta
|
371
|
+
- OpenFaaS
|
372
|
+
- OpenShift
|
373
|
+
- OpenTracing
|
374
|
+
- OpenWhisk
|
375
|
+
- OpsWorks
|
376
|
+
- OrientDB
|
377
|
+
- PaaSta
|
378
|
+
- Packer
|
379
|
+
- Packetbeat
|
380
|
+
- Papertrail
|
381
|
+
- Perl
|
382
|
+
- Phoenix
|
383
|
+
- Pilosa
|
384
|
+
- Portus
|
385
|
+
- Powerful Seal
|
386
|
+
- Project Atomic
|
387
|
+
- Prometheus
|
388
|
+
- Protobuf
|
389
|
+
- Proxygen
|
390
|
+
- Pub/Sub
|
391
|
+
- Pulumi
|
392
|
+
- Puppet
|
393
|
+
- Puppet/Chef
|
394
|
+
- Python
|
395
|
+
- Quay
|
396
|
+
- Qubole
|
397
|
+
- R
|
398
|
+
- RabbitMQ
|
399
|
+
- Racket
|
400
|
+
- Raft
|
401
|
+
- Rancher
|
402
|
+
- RancherOS
|
403
|
+
- RDS
|
404
|
+
- ReactJS
|
405
|
+
- Redis
|
406
|
+
- Redshift
|
407
|
+
- Replex
|
408
|
+
- Restify
|
409
|
+
- RethinkDB
|
410
|
+
- Riak
|
411
|
+
- Rightscale
|
412
|
+
- rkt
|
413
|
+
- Rocket
|
414
|
+
- Rollbar
|
415
|
+
- Rook
|
416
|
+
- RSpec
|
417
|
+
- Ruby
|
418
|
+
- Runscope
|
419
|
+
- Rust
|
420
|
+
- S3
|
421
|
+
- SageMaker
|
422
|
+
- Salt
|
423
|
+
- SaltStack
|
424
|
+
- Scala
|
425
|
+
- Scalingo
|
426
|
+
- Scalr
|
427
|
+
- Scheme
|
428
|
+
- Scrum
|
429
|
+
- Scylla
|
430
|
+
- SDN
|
431
|
+
- Sensei
|
432
|
+
- Sensu
|
433
|
+
- Serf
|
434
|
+
- Serverless
|
435
|
+
- Service Mesh
|
436
|
+
- SES
|
437
|
+
- Sidecar Containers
|
438
|
+
- sidecars
|
439
|
+
- Sidekiq
|
440
|
+
- SignalFX
|
441
|
+
- Sinatra
|
442
|
+
- Skaffold
|
443
|
+
- Skipper
|
444
|
+
- SmartOS
|
445
|
+
- SmartStack
|
446
|
+
- SNI
|
447
|
+
- Snowball
|
448
|
+
- SNS
|
449
|
+
- Solr
|
450
|
+
- SPIFFE
|
451
|
+
- Spinnaker
|
452
|
+
- Spire
|
453
|
+
- Spread
|
454
|
+
- SQS
|
455
|
+
- Squash
|
456
|
+
- StackStorm
|
457
|
+
- statsd
|
458
|
+
- 'Step Functions'
|
459
|
+
- Storage Gateway
|
460
|
+
- Sublime Text
|
461
|
+
- Supergiant
|
462
|
+
- Swarm
|
463
|
+
- Symplegma
|
464
|
+
- Sysdig
|
465
|
+
- systemd
|
466
|
+
- Telegraf
|
467
|
+
- Teleport
|
468
|
+
- Telepresence
|
469
|
+
- Terraform
|
470
|
+
- Test Kitchen
|
471
|
+
- Thanos
|
472
|
+
- Thrift
|
473
|
+
- TICK stack
|
474
|
+
- TiDB
|
475
|
+
- TiKV
|
476
|
+
- Timeseries Database
|
477
|
+
- TokyoTyrant
|
478
|
+
- Toxiproxy
|
479
|
+
- Traefik
|
480
|
+
- Travis CI
|
481
|
+
- Trickster
|
482
|
+
- Triton
|
483
|
+
- Trufflehog
|
484
|
+
- Tsuru
|
485
|
+
- TUF
|
486
|
+
- Tyk
|
487
|
+
- Ubernetes
|
488
|
+
- Ubuntu
|
489
|
+
- unikernel
|
490
|
+
- Vagrant
|
491
|
+
- Vault
|
492
|
+
- Velocity
|
493
|
+
- Vitess
|
494
|
+
- Wangle
|
495
|
+
- Wavefront
|
496
|
+
- Weave
|
497
|
+
- WildFly
|
498
|
+
- X-Ray
|
499
|
+
- YAML
|
500
|
+
- YAML front-matter
|
501
|
+
- Yarn
|
502
|
+
- YARN
|
503
|
+
- Zappa
|
504
|
+
- ZeroMQ
|
505
|
+
- ZFS
|
506
|
+
- Zipkin
|
507
|
+
- Zookeeper
|
508
|
+
- Zuul
|
509
|
+
|
510
|
+
service:
|
511
|
+
- AIOps
|
512
|
+
- AllOps
|
513
|
+
- ChatOps
|
514
|
+
- Cloud
|
515
|
+
- ComplianceOps
|
516
|
+
- Containers
|
517
|
+
- DataOps
|
518
|
+
- DevOps
|
519
|
+
- Downtime
|
520
|
+
- GitOps
|
521
|
+
- Hybrid Cloud
|
522
|
+
- Incident Management
|
523
|
+
- Infrastructure
|
524
|
+
- Metrics
|
525
|
+
- Platform
|
526
|
+
- Public Cloud
|
527
|
+
- Private Cloud
|
528
|
+
- Services
|
529
|
+
- Slack Integration
|
530
|
+
- SlackOps
|
531
|
+
- SLA
|
532
|
+
- SLI
|
533
|
+
- SLO
|
534
|
+
- SRE
|
535
|
+
- TestOps
|
536
|
+
- Waypoint
|
537
|
+
- WebOps
|
538
|
+
|
539
|
+
extreme:
|
540
|
+
- Annihilate
|
541
|
+
- Autoscale
|
542
|
+
- Chaos Monkey
|
543
|
+
- Config-Manage
|
544
|
+
- De-Risk
|
545
|
+
- Destroy
|
546
|
+
- Dockerize
|
547
|
+
- Hybridize
|
548
|
+
- Improve
|
549
|
+
- Internet-Scale
|
550
|
+
- Limit
|
551
|
+
- Maximize
|
552
|
+
- Minimize
|
553
|
+
- Normalize
|
554
|
+
- Planet-Scale
|
555
|
+
- Reduce
|
556
|
+
- Strategize
|
557
|
+
- Webscale
|
558
|
+
- Wrangle
|
559
|
+
|
560
|
+
quantifier:
|
561
|
+
- Agility
|
562
|
+
- Antipatterns
|
563
|
+
- audited break-glass
|
564
|
+
- AWS bill
|
565
|
+
- Burn Rate
|
566
|
+
- Compliance
|
567
|
+
- Container Antipatterns
|
568
|
+
- Customer Empathy
|
569
|
+
- Density
|
570
|
+
- Deployables
|
571
|
+
- DevOps
|
572
|
+
- DevSecOps
|
573
|
+
- Docker Socket Mount Pattern Application
|
574
|
+
- Downtime
|
575
|
+
- Enterprise Data Lake
|
576
|
+
- Error Budget
|
577
|
+
- Guerilla User Testing
|
578
|
+
- Hipster Batch Paradigm
|
579
|
+
- Leanness
|
580
|
+
- Incident Response
|
581
|
+
- Innovation Initiatives
|
582
|
+
- LinkedIn Profile
|
583
|
+
- Monitoring
|
584
|
+
- Multiregion Dataflows
|
585
|
+
- MVP
|
586
|
+
- Observability
|
587
|
+
- Patterns
|
588
|
+
- Polyglot Persistence
|
589
|
+
- ROI
|
590
|
+
- Security Sandwich
|
591
|
+
- Seed Capital
|
592
|
+
- Synergy
|
593
|
+
- TCO
|
594
|
+
- Threat Model
|
595
|
+
- Uptime
|
596
|
+
- Value Stream Network
|
597
|
+
- VC Appeal
|
598
|
+
- Velocity
|
599
|
+
|
600
|
+
time:
|
601
|
+
- Attempts
|
602
|
+
- Days
|
603
|
+
- Hours
|
604
|
+
- Minutes
|
605
|
+
- Seconds
|
606
|
+
- Weeks
|
607
|
+
|
608
|
+
food_style:
|
609
|
+
- artisan
|
610
|
+
- artisanal
|
611
|
+
- Asian
|
612
|
+
- barrista
|
613
|
+
- biodynamic
|
614
|
+
- cave-aged
|
615
|
+
- copper-still
|
616
|
+
- craft
|
617
|
+
- extra-matured
|
618
|
+
- fairtrade
|
619
|
+
- "farmers' market"
|
620
|
+
- fusion
|
621
|
+
- gourmet
|
622
|
+
- guest-curated
|
623
|
+
- heirloom
|
624
|
+
- heritage
|
625
|
+
- keg-aged
|
626
|
+
- Lebanese
|
627
|
+
- microbrewery
|
628
|
+
- Scandinavian
|
629
|
+
- seagan
|
630
|
+
- seasonal
|
631
|
+
- vegan
|
632
|
+
|
633
|
+
food:
|
634
|
+
- ales
|
635
|
+
- beard yeast
|
636
|
+
- beers
|
637
|
+
- breads
|
638
|
+
- cereal
|
639
|
+
- charcuterie
|
640
|
+
- cheeses
|
641
|
+
- ciders
|
642
|
+
- chutneys
|
643
|
+
- coffee
|
644
|
+
- cronuts
|
645
|
+
- falafel
|
646
|
+
- gins
|
647
|
+
- grazing boards
|
648
|
+
- hummus
|
649
|
+
- IPAs
|
650
|
+
- lagers
|
651
|
+
- micro-pizza
|
652
|
+
- nonsense
|
653
|
+
- olives
|
654
|
+
- pickles
|
655
|
+
- pizza
|
656
|
+
- quinoa
|
657
|
+
- smoothie bowls
|
658
|
+
- street food
|
659
|
+
- tapas
|
660
|
+
|
661
|
+
skill_level:
|
662
|
+
- Advanced User
|
663
|
+
- Beginner
|
664
|
+
- CTO
|
665
|
+
- Developer
|
666
|
+
- Full-Stacker
|
667
|
+
- Idiot
|
668
|
+
- n00b
|
669
|
+
- SRE
|
670
|
+
- Webscalr
|
671
|
+
- Wizard
|
672
|
+
- Zero Touch
|
673
|
+
|
674
|
+
is_not:
|
675
|
+
- ""
|
676
|
+
- not
|
677
|
+
|
678
|
+
company:
|
679
|
+
- AWS
|
680
|
+
- Amazon
|
681
|
+
- Etsy
|
682
|
+
- Everyone Else
|
683
|
+
- Facebook
|
684
|
+
- Flickr
|
685
|
+
- Github
|
686
|
+
- Google
|
687
|
+
- Google SREs
|
688
|
+
- Hashicorp
|
689
|
+
- LinkedIn
|
690
|
+
- Netflix
|
691
|
+
- Twitter
|
692
|
+
- Uber
|
693
|
+
|
694
|
+
driver:
|
695
|
+
- "CV++"
|
696
|
+
- "Kelsey-Hightower's-Twitter"
|
697
|
+
- "Someone-Else's-Blog"
|
698
|
+
- "Sticker"
|
699
|
+
- "Whatever's-New"
|
700
|
+
- Anger
|
701
|
+
- Asshole
|
702
|
+
- Big Data
|
703
|
+
- Blog
|
704
|
+
- Bullshit
|
705
|
+
- CV
|
706
|
+
- Copying-Google
|
707
|
+
- Data
|
708
|
+
- Datensparsamkeit
|
709
|
+
- FOMO
|
710
|
+
- Google
|
711
|
+
- HackerNews
|
712
|
+
- Hipster
|
713
|
+
- Hubris
|
714
|
+
- I-Ching
|
715
|
+
- I-Know-Best
|
716
|
+
- IPO
|
717
|
+
- Insecurity
|
718
|
+
- Job-Security
|
719
|
+
- LinkedIn Profile
|
720
|
+
- Loudest-Person-in-the-Room
|
721
|
+
- Meetup-Generator
|
722
|
+
- Metric
|
723
|
+
- NIH
|
724
|
+
- Naivety
|
725
|
+
- Overconfidence
|
726
|
+
- Paranoia
|
727
|
+
- Reddit
|
728
|
+
- Reinvention
|
729
|
+
- Resumé
|
730
|
+
- Stack Overflow
|
731
|
+
- Urgency
|
732
|
+
- What-Everyone-Else-is-Doing
|
733
|
+
- What-We-Think-Everyone-Else-is-Doing
|
734
|
+
- Wheel-Reinvention
|
735
|
+
|
736
|
+
adjective:
|
737
|
+
- "12 Factor"
|
738
|
+
- Agile
|
739
|
+
- Artisinal
|
740
|
+
- Awesome
|
741
|
+
- Batteries-Included
|
742
|
+
- Beautiful
|
743
|
+
- Blameless
|
744
|
+
- Chaotic
|
745
|
+
- Cloud-Agnostic
|
746
|
+
- Cloud-Native
|
747
|
+
- Community-Driven
|
748
|
+
- Community-Focused
|
749
|
+
- Composable
|
750
|
+
- Container-Native
|
751
|
+
- Container-Ready
|
752
|
+
- Continuous
|
753
|
+
- Craft
|
754
|
+
- De-Siloed
|
755
|
+
- Declarative
|
756
|
+
- Decoupled
|
757
|
+
- Developer-Driven
|
758
|
+
- Developer-Friendly
|
759
|
+
- End-to-End
|
760
|
+
- Entity-Centric
|
761
|
+
- Full Spectrum
|
762
|
+
- Full Stack
|
763
|
+
- Functional
|
764
|
+
- Game-Changing
|
765
|
+
- Hand-Crafted
|
766
|
+
- Humane
|
767
|
+
- Hyperscale
|
768
|
+
- Immutable
|
769
|
+
- Inclusive
|
770
|
+
- Insightful
|
771
|
+
- Integrated
|
772
|
+
- Lean
|
773
|
+
- Macro-Serviced
|
774
|
+
- Micro-Serviced
|
775
|
+
- Multi-Dimensional
|
776
|
+
- Nano-Serviced
|
777
|
+
- Observable
|
778
|
+
- "On-Premise"
|
779
|
+
- Opinionated
|
780
|
+
- Paradigm-Shifting
|
781
|
+
- Public/Private
|
782
|
+
- Scalable
|
783
|
+
- Self-Service
|
784
|
+
- Serverful
|
785
|
+
- Serverless
|
786
|
+
- Service-Oriented
|
787
|
+
- Siloed
|
788
|
+
- Soup-to-Nuts
|
789
|
+
- Stateful
|
790
|
+
- Stateless
|
791
|
+
- Sustainable
|
792
|
+
- Transformative
|
793
|
+
- Webscale
|
794
|
+
- Zero Touch
|
795
|
+
|
796
|
+
panacea:
|
797
|
+
- AI
|
798
|
+
- AIOps
|
799
|
+
- Best Practice
|
800
|
+
- CNCF
|
801
|
+
- Containers
|
802
|
+
- Deep Learning
|
803
|
+
- DevOps
|
804
|
+
- DevSecOps
|
805
|
+
- Docker
|
806
|
+
- Golang
|
807
|
+
- "Google SREs"
|
808
|
+
- Kubernetes
|
809
|
+
- Machine Learning
|
810
|
+
- Microservices
|
811
|
+
- SREs
|
812
|
+
- Serverless
|
813
|
+
- "Service Mesh Architecture"
|
814
|
+
- "The Blockchain"
|
815
|
+
- "The Next Version"
|
816
|
+
- Unikernels
|
817
|
+
|
818
|
+
language:
|
819
|
+
- "A Language You Probably Haven't Heard Of"
|
820
|
+
- "C++ 11"
|
821
|
+
- Clojure
|
822
|
+
- Clojurescript
|
823
|
+
- Coffeescript
|
824
|
+
- Crystal
|
825
|
+
- Elixir
|
826
|
+
- Elm
|
827
|
+
- Erlang
|
828
|
+
- F#
|
829
|
+
- Go
|
830
|
+
- Groovy
|
831
|
+
- Haskell
|
832
|
+
- Julia
|
833
|
+
- Kotlin
|
834
|
+
- Nim
|
835
|
+
- OCaml
|
836
|
+
- "Perl 6"
|
837
|
+
- Pony
|
838
|
+
- Powershell
|
839
|
+
- "Python 3"
|
840
|
+
- R
|
841
|
+
- Racket
|
842
|
+
- Ruby
|
843
|
+
- Rust
|
844
|
+
- Scala
|
845
|
+
- Typescript
|
846
|
+
|
847
|
+
something_ops:
|
848
|
+
- AI
|
849
|
+
- Biz
|
850
|
+
- Chat
|
851
|
+
- Dev
|
852
|
+
- Git
|
853
|
+
- ML
|
854
|
+
- 'No'
|
855
|
+
- Sec
|
856
|
+
- Slack
|
857
|
+
- Test
|
858
|
+
|
859
|
+
template:
|
860
|
+
- "%RAND10% %tech% Secrets %company% Don't Want You to Know"
|
861
|
+
- "%RAND10% Lessons from %verb%ing %verb%ed %tech%"
|
862
|
+
- "%RAND10% Things Only a DevOps Understands"
|
863
|
+
- "%RAND20% Things You Should %is_not% be Doing with %tech% to Enable %service% as a Service"
|
864
|
+
- "%WORD%Ops"
|
865
|
+
- "%adjective% %tech% %adjective% Time-series Micro-Services for Dummies"
|
866
|
+
- "%adjective% %tech% at Scale"
|
867
|
+
- "%adjective% %tech% for Fun and Profit"
|
868
|
+
- "%driver% Driven Development 101"
|
869
|
+
- "%panacea% Will Fix Everything"
|
870
|
+
- "%quantifier% as Code: Ready for the Revolution?"
|
871
|
+
- "%tech% Necromancy for Full-Stack Nirvana"
|
872
|
+
- "%tech% for %tech% Users"
|
873
|
+
- "%tech% like Boba Fett"
|
874
|
+
- "%tech% or Die. We're Ready, Are You?"
|
875
|
+
- "%tech% to %adjective% %service%: Living the Dream"
|
876
|
+
- "%tech%, %tech% and %tech% Walk into a Bar"
|
877
|
+
- "%verb%ed %tech% 15-minute Fishbowl Session"
|
878
|
+
- "%verb%ed %tech% == #Awesomesauce"
|
879
|
+
- "%verb%ing %tech% Makes for Awesome %driver%-driven Infrastructure"
|
880
|
+
- "%verb%ing %tech% with %tech% for %skill_level%s"
|
881
|
+
- "%verb%ing All of the Things with %tech%"
|
882
|
+
- "%verb%ing Your %tech% Layer"
|
883
|
+
- "%verb%ing the %tech% for Fun and Profit"
|
884
|
+
- "'%tech% Considered Harmful' and other Trite Clichés"
|
885
|
+
- "'You Have 15 Seconds to Comply' and other '80s Cliches stitched Loosely Together"
|
886
|
+
- "10x-ing Your Team: The End of %job_title% %job_title% Culture"
|
887
|
+
- "A %adjective% %tech%, %tech%, %tech% and %tech% Mash-Up "
|
888
|
+
- "A %tech% %adjective% %adjective% Micro-Framework"
|
889
|
+
- "A Complicated Way to do Something Unnecessary Which Does Not Work"
|
890
|
+
- "A System Which Can Serve Ten Million Users (But Only Has Six Hundred)"
|
891
|
+
- "A Thing I Did Just So I Could do a Talk About It"
|
892
|
+
- "BANG! And the %tech% is Gone! The Future is %verb%ed %tech%"
|
893
|
+
- "Bearded Manchild Who Flew 8,000 miles at Huge Financial and Ecological Expense to Read Out His Stupid Blog Post Which Gives the Impression He Made Something Wonderful when Actually it Never Even Worked"
|
894
|
+
- "Beautiful %tech% for Beautiful %service%"
|
895
|
+
- "Bro, Do You Even %tech%?"
|
896
|
+
- "Buzzword Blizzard: %tech% + %tech% + %tech% + %tech%"
|
897
|
+
- "Containers: or How I Swapped a Simple Packaging Problem for a Complex Orchestration Problem"
|
898
|
+
- "Culture: Don't Do it If it's Hard or Boring"
|
899
|
+
- "DevOps and Objet Trouve: If it's Good Enough to be on Github, it's Good Enough for Production"
|
900
|
+
- "Dockerizing Dockerized Docker with Docker for Docker Users"
|
901
|
+
- "EC2 at Scale: %RAND40% instances and Counting!"
|
902
|
+
- "Enabling %adjective% %FNOPS% with Virtual %tech%"
|
903
|
+
- "Enabling No-Ops with Virtual %tech%"
|
904
|
+
- "Everyone Else Does Everything Wrong"
|
905
|
+
- "Everything I Know About %tech% I Learned from Star Wars"
|
906
|
+
- "Everything You Think You Know About %tech% is Wrong"
|
907
|
+
- "Fifteen Minutes of Ignorant Hubris"
|
908
|
+
- "From %FNOPS% to %FNOPS%"
|
909
|
+
- "From %tech% n00b to %tech% %verb%ing Jedi in %RAND5% %time%"
|
910
|
+
- "From Pets to Cattle with %tech% and %tech%"
|
911
|
+
- "How %tech% Taught Us What '%verb%ing' Really Means"
|
912
|
+
- "How This Thing We Built Would Work if it Worked"
|
913
|
+
- "How We %verb%ed %RAND40%% of our Infrastructure Overnight with %tech%"
|
914
|
+
- "How We %verb%ed Our %service% with %tech% FTW!"
|
915
|
+
- "How We Do What %company% Do, but on a Tiny Scale, and Wrong"
|
916
|
+
- "How We Made a Really Bad Version of Something Which Already Existed"
|
917
|
+
- "How We Moved from Puppet to Chef to Ansible to Salt to CFEngine then Back to Ansible then Chef Again then Briefly Itamae then Packered AMIs then Masterless Puppet then Chef then a Different Chef Setup then Puppet"
|
918
|
+
- "How We Use %tech% to %extreme% the Internet of Things"
|
919
|
+
- "How a %tech%/%tech% Mash-Up Shaved %RAND50% Seconds off Our Deployment Times"
|
920
|
+
- "How to %extreme% Your %quantifier% by %is_not% %verb%ing %tech%"
|
921
|
+
- "How we %verb%ed %tech% with %tech% in %RAND100% %time%"
|
922
|
+
- "How we Spent %RAND3% Years Building Our Own Version of a Service We Could Buy for $6/month"
|
923
|
+
- "How we Spent %RAND8% Months Building Our Own Version of a Service We Could Buy for $6/month"
|
924
|
+
- "Humblebrag"
|
925
|
+
- "I Don't Know Much About %tech% or %tech% But I'm Going to Talk About Them Anyway"
|
926
|
+
- "I First Heard about %tech% %RAND5% Days Ago, and Now I'm an Expert"
|
927
|
+
- "I Have %RAND18% Months' Experience But I Know Everything"
|
928
|
+
- "I Love the Smell of %tech% in the Morning"
|
929
|
+
- "I Used to Work for Google, So I Know Everything"
|
930
|
+
- "I Work for Google, So I Know Everything"
|
931
|
+
- "If Heath Robinson Deployed an apt Package"
|
932
|
+
- "If You Like YAML You'll LOVE Kubernetes"
|
933
|
+
- "Large-Scale %tech% Anti-Patterns Will %extreme% Your %service%"
|
934
|
+
- "Like, Diversity and Stuff?"
|
935
|
+
- "Living for Meetups: I Haven't Done Any Actual Work Since 2013"
|
936
|
+
- "Luke, I Am Your %verb%er"
|
937
|
+
- "Our %FNOPS% Journey"
|
938
|
+
- "Our %adjective% Micro-Framework"
|
939
|
+
- "Pimp My %tech%. %tech% is the Answer, What's the Question?"
|
940
|
+
- "Reading out the Slides"
|
941
|
+
- "Real Heroes Use %tech%"
|
942
|
+
- "Regurgited Half-Understood Blog Post"
|
943
|
+
- "Repeatedly Saying 'on premise' Without Understanding What it Means"
|
944
|
+
- "Rewriting Most of Kubernetes 101"
|
945
|
+
- "Roll Your Own Monitoring with %tech%, %tech%, %tech%, %tech%, %tech%, %tech%, %tech%, %tech% and %tech%"
|
946
|
+
- "Someone Clever Enough to Help Society in a Thousand Ways Explains How they Maintain a Game Where People Use their Phone to Spend Real Money To Feed Imaginary Food to Imaginary Cats"
|
947
|
+
- "Something People Have Done Since 198%RAND9%, but with a New Name"
|
948
|
+
- "Stickers!"
|
949
|
+
- "Still Using %tech%?"
|
950
|
+
- "The Answer is More Code, What's the Question?"
|
951
|
+
- "There's %tech% in my %tech%!"
|
952
|
+
- "Thinly Disguised Sales Pitch"
|
953
|
+
- "Ticking the Boxes: You Can't Automate All of the Things if You Aren't Using All of the Things"
|
954
|
+
- "Vague Soft-Skills Waffle"
|
955
|
+
- "Validating Laziness by Declaring it 'Best Practice'"
|
956
|
+
- "We %verb%ed our %tech%. Mind = Blown"
|
957
|
+
- "We Have a DevOps Consultancy and We Don't Know What We're Doing"
|
958
|
+
- "We Put %tech% in our %tech%: You Won't Believe What Happened Next"
|
959
|
+
- "We Rewrote Everything in %language% and Now Nothing Works"
|
960
|
+
- "We Rewrote Everything in %language% for No Real Reason"
|
961
|
+
- "We Were the First People to Ever Encounter any of these Problems"
|
962
|
+
- "What I Talk about When I Talk about %tech%"
|
963
|
+
- "What I Talk about When I Talk about %verb%ing"
|
964
|
+
- "When %tech% is not Good Enough, Reach for the %tech%"
|
965
|
+
- "When You Have More Github Repos than Users"
|
966
|
+
- "While You Learn, I Earn: Making Shit Up and Blogging it as Fact"
|
967
|
+
- "Why %tech% is %is_not% the new %tech%"
|
968
|
+
- "Winter is Coming: Level Up Your %panacea%"
|
969
|
+
- "Wow Very %tech%. So %tech%. Such %verb%ed"
|
970
|
+
- "You Still Use %language%? For Real?"
|
971
|
+
- "Your %tech% is Bad and You Should Feel Bad"
|
972
|
+
|
973
|
+
#-------------------------------------------------------------------------
|
974
|
+
# This block relates to the names and roles of the people doing the
|
975
|
+
# talks
|
976
|
+
|
977
|
+
# These are the most common names of the 1990s, according to some website. We
|
978
|
+
# have as many female as male. Idealism over realism.
|
979
|
+
#
|
980
|
+
first_name:
|
981
|
+
- Amanda
|
982
|
+
- Andrew
|
983
|
+
- Ashley
|
984
|
+
- Brandon
|
985
|
+
- Brittany
|
986
|
+
- Christopher
|
987
|
+
- Daniel
|
988
|
+
- David
|
989
|
+
- Elizabeth
|
990
|
+
- Emily
|
991
|
+
- Hannah
|
992
|
+
- Jacob
|
993
|
+
- James
|
994
|
+
- Jennifer
|
995
|
+
- Jessica
|
996
|
+
- John
|
997
|
+
- Joseph
|
998
|
+
- Joshua
|
999
|
+
- Justin
|
1000
|
+
- Kayla
|
1001
|
+
- Lauren
|
1002
|
+
- Matthew
|
1003
|
+
- Megan
|
1004
|
+
- Michael
|
1005
|
+
- Nicholas
|
1006
|
+
- Nicole
|
1007
|
+
- Rachel
|
1008
|
+
- Ryan
|
1009
|
+
- Samantha
|
1010
|
+
- Sarah
|
1011
|
+
- Stephanie
|
1012
|
+
- Taylor
|
1013
|
+
- Tyler
|
1014
|
+
- Zachary
|
1015
|
+
|
1016
|
+
# These are the most common surnames in Britain, according to some
|
1017
|
+
# other website
|
1018
|
+
|
1019
|
+
last_name:
|
1020
|
+
- Smith
|
1021
|
+
- Jones
|
1022
|
+
- Taylor
|
1023
|
+
- Williams
|
1024
|
+
- Brown
|
1025
|
+
- Davies
|
1026
|
+
- Evans
|
1027
|
+
- Wilson
|
1028
|
+
- Thomas
|
1029
|
+
- Roberts
|
1030
|
+
- Johnson
|
1031
|
+
- Lewis
|
1032
|
+
- Walker
|
1033
|
+
- Robinson
|
1034
|
+
- Wood
|
1035
|
+
- Thompson
|
1036
|
+
- White
|
1037
|
+
- Watson
|
1038
|
+
- Jackson
|
1039
|
+
- Wright
|
1040
|
+
|
1041
|
+
job_role:
|
1042
|
+
- Agile
|
1043
|
+
- All of the Things
|
1044
|
+
- Automation
|
1045
|
+
- Big Data
|
1046
|
+
- Chief Technical
|
1047
|
+
- Cloud
|
1048
|
+
- Cyber
|
1049
|
+
- DevOps
|
1050
|
+
- DevSecOps
|
1051
|
+
- Full Stack
|
1052
|
+
- Innovation
|
1053
|
+
- Junior DevOps
|
1054
|
+
- Open Source
|
1055
|
+
- Polyglot Development
|
1056
|
+
- Senior
|
1057
|
+
- Senior Cloud
|
1058
|
+
- Senior DevOps
|
1059
|
+
- Technical
|
1060
|
+
- Node.js
|
1061
|
+
- SRE
|
1062
|
+
- WebOps
|
1063
|
+
|
1064
|
+
job_title:
|
1065
|
+
- "00 Agent"
|
1066
|
+
- "10x"
|
1067
|
+
- Advocate
|
1068
|
+
- Afficianado
|
1069
|
+
- Alchemist
|
1070
|
+
- Anorak
|
1071
|
+
- Apostle
|
1072
|
+
- Architect
|
1073
|
+
- Artisan
|
1074
|
+
- Badass
|
1075
|
+
- Balrog
|
1076
|
+
- Codemonger
|
1077
|
+
- Demi-God
|
1078
|
+
- Demonologist
|
1079
|
+
- DevOpsologist
|
1080
|
+
- Dragonslayer
|
1081
|
+
- Evangelist
|
1082
|
+
- Factotum
|
1083
|
+
- Firestarter
|
1084
|
+
- Fundamentalist
|
1085
|
+
- Genius
|
1086
|
+
- Grandmaster
|
1087
|
+
- Guru
|
1088
|
+
- Hacker
|
1089
|
+
- Helicopter Pilot
|
1090
|
+
- Hero
|
1091
|
+
- Imagineer
|
1092
|
+
- Innovator
|
1093
|
+
- Jedi
|
1094
|
+
- Lead
|
1095
|
+
- Legend
|
1096
|
+
- Magician
|
1097
|
+
- Maven
|
1098
|
+
- MVP
|
1099
|
+
- Necromancer
|
1100
|
+
- Neckbeard
|
1101
|
+
- Neckbeard without Portfolio
|
1102
|
+
- Ninja
|
1103
|
+
- Overlord
|
1104
|
+
- Padawan
|
1105
|
+
- Pirate
|
1106
|
+
- Polyglot
|
1107
|
+
- Preacherman
|
1108
|
+
- Road Warrior
|
1109
|
+
- Rocket Scientist
|
1110
|
+
- Rockstar
|
1111
|
+
- Samurai
|
1112
|
+
- Savant
|
1113
|
+
- Science Officer
|
1114
|
+
- Scientist
|
1115
|
+
- Sensei
|
1116
|
+
- Sherpa
|
1117
|
+
- Solution Barista
|
1118
|
+
- Space Cadet
|
1119
|
+
- Squadron Leader
|
1120
|
+
- Stormtrooper
|
1121
|
+
- Superstar
|
1122
|
+
- Technologist
|
1123
|
+
- Thought Leader
|
1124
|
+
- Visionary
|
1125
|
+
- Warlock
|
1126
|
+
- Wizard
|
1127
|
+
- Wrangler
|