Skip to content

Commit 08f4c6f

Browse files
authored
Update extra-cheat-sheets.json
1 parent a6be258 commit 08f4c6f

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

extra-cheat-sheets.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,18 +327,26 @@
327327
},
328328
"Python Machine Learning": {
329329
"github": "rasbt/python-machine-learning-book-3rd-edition",
330-
"filePattern": "^([^/]+)/README.md$"
330+
"filePattern": "^([^/]+)/README.md$",
331+
"category": "ML",
332+
"type": "Book"
331333
},
332334
"IMDB Data in the Terminal": {
333-
"github": "vvijayan1/imdb_data_on_terminal"
335+
"github": "vvijayan1/imdb_data_on_terminal",
336+
"category": "ML",
337+
"type": "Tutorial"
334338
},
335339
"System Design 101": {
336340
"github": "ByteByteGoHq/system-design-101",
337341
"filePattern": "^(README)\\.md$"
342+
"category": "DevOps",
343+
"type": "Interview"
338344
},
339345
"System Design Primer": {
340346
"github": "donnemartin/system-design-primer",
341-
"filePattern": "^(README.*)\\.md$"
347+
"filePattern": "^(README.*)\\.md$",
348+
"categor": "DevOps",
349+
"type": "Interview"
342350
},
343351
"Cloud Outages Index": {
344352
"github": "lwindolf/cloud-outages",
@@ -347,7 +355,9 @@
347355
},
348356
"Learn To Cloud": {
349357
"github": "learntocloud/learn-to-cloud",
350-
"filePattern": "^docs/(.*)/README.md$"
358+
"filePattern": "^docs/(.*)/README.md$",
359+
"type": "Tutorial",
360+
"category": "DevOps"
351361
},
352362
"Google Cloud Guide": {
353363
"github": "mikeroyal/Google-Cloud-Guide",
@@ -387,7 +397,9 @@
387397
},
388398
"Xapax Security": {
389399
"github": "xapax/security",
390-
"filePattern": "^docs/(.+)\\.md$"
400+
"filePattern": "^docs/(.+)\\.md$",
401+
"type": "Cheat Sheet",
402+
"category": "Security"
391403
},
392404
"Azure Powershell": {
393405
"github": "andreipintica/Azure-PowerShell-CheatSheet",

0 commit comments

Comments
 (0)