From 182372950b197f5a92e152570e0eb534e1ccdecc Mon Sep 17 00:00:00 2001 From: tparnell Date: Sat, 13 Oct 2018 10:51:47 -0400 Subject: [PATCH] stopping --- Readme.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index df226fe..a7aa2d1 100644 --- a/Readme.md +++ b/Readme.md @@ -15,6 +15,9 @@ Here is a skill legend, if these are not on line items they are on headers of se - [ ] CMS - [ ] DevOps - [ ] "Batteries Included" +- [ ] "Time box" +- [ ] Continuous Intergraton +- [ ] Continuous Delivery # Frameworks and Technologies @@ -40,6 +43,9 @@ Here is a skill legend, if these are not on line items they are on headers of se - [ ] A language that compiles into JavaScript :star: - [ ] ajax :sparkles - [ ] fetch :sparkles +- [ ] HTTP status codes +- [ ] Cookies +- [ ] HTTP headers - [ ] Browser debugging tools (chrome, firefox, ieedge) :dizzy: - [ ] Polyfills :dizzy: - [ ] Browser compatibility of APIs and features :sparkles: @@ -71,12 +77,13 @@ Here is a skill legend, if these are not on line items they are on headers of se - [ ] SOAP :sparkles: - [ ] GraphQL :star: - [ ] OData :no_entry_sign: -- [ ] # Languages - [ ] 1 strong typed language (C#, Java, Scala, etc) :sparkles: +- [ ] 1 dynamic language (javascript, ruby, python, etc) +- [ ] 1 scripting language (bash, powershell, etc) ## Semantics :dizzy: @@ -94,7 +101,10 @@ Here is a skill legend, if these are not on line items they are on headers of se ## Language tools -- [ ] package managers :sparkles: +- [ ] Package managers :sparkles: +- [ ] Compilers :sparkles: +- [ ] REPL :star: +- [ ] Debuggers :sparkles: # Theory @@ -107,7 +117,6 @@ Here is a skill legend, if these are not on line items they are on headers of se - Binary tree - Language Parsers :sparkles: - Abstract Syntax Tree :sparkles: -- Compilers :sparkles: - Managed vs non-managed languages :sparkles: - [ ] Object Oriented Programming and design :dizzy: - [ ] [Software design patterns](https://sourcemaking.com/) (Adapter, factory, facade, etc) :dizzy: @@ -134,6 +143,13 @@ Here is a skill legend, if these are not on line items they are on headers of se - [ ] Container orchestrators :star: - [ ] Kubernetes :star: +## DevOps :star: + +- [ ] Configuration as code +- [ ] Chef or puppet :no_entry_sign: +- [ ] Cloud management tools (terraform, Azure resource manager, AWS cloud formation templates) + + # JavaScript