What is Cloud Computing? Reference - Azure What is Cloud Computing? Cloud computing is the delivery of computing services—including servers, storage, databases, networking, software, analytics, and intelligence—over the Inter 2021-11-20 Cloud Computing Cloud Computing
React - Stete & Props & Data Flow & Currying React State & Props State是Component对内的接口。 Props是Component对外的接口。 Main Difference State is mutable. It’s a list of states showing the change of UI Component. Props is Read only. A component never 2021-10-31 React React
JavaScript - Data Structures, Modern Operators and Strings JavaScript - Data Structures, Modern Operators and StringsDestructuring ArraysSwitch the two variables. 1[main, secondary] = [secondary, main] 12const [p, q, r] = [8, 9];console.log(p, q, r); get r = 2021-08-31 JavaScript JavaScript
Training - Angular AngularBinding within HTML Template{{}} string interpolation (within HTML template) () one-way event binding OUT of a component [] one-way attribute binding INTO a component [()] 2021-08-23 Training Training Angular
Training - Docker Training - DockerLog in to Linux Server Turn on the personal linux server on https://student.conygre.com/ Open a terminal and do ssh grads@devopsnama23.conygre.com Password: c0nygre run docker run -d 2021-08-17 Training Training Docker
Training - Introduction to DevOps and CI/CD Mavenpom.xmlDefines project object model. Example: 1234<groupId>com.conygre.rest.test</groupId> <artifactId>RESTBasicExample</artifactId> <version>0.0.1-SNAPSHOT</vers 2021-08-16 Training Training Jenkins DevOps
JavaScript - Execution Context(Scope Chain, Variable Environment, this Keyword) JavaScript - Execution Context(Scope Chain, Variable Environment, this Keyword)Scope ChainConceptsScopingHow program’s variables are organized and accessed. Where do these variables live? Where to ac 2021-08-12 JavaScript JavaScript
Training - Spring SpringDependency InjectionAllows one Java Object to be ==*Injected*== into as another Object as a property. Three ways to Wire ObjectsJava Configuration ClassA Java class is created that acts as the c 2021-08-11 Training Spring Training
Training - REST & Spring Boot REST & Spring BootSpring Enterprise Web Architecture RESTIntroducing RESTREST stands for Representational State Transfer REST is a style of architecture The Web is a large set of resources As a 2021-08-11 Training Training SpringBoot SpringREST
JavaScript - How JS Works Behind the Scenes How JS Works Behind the ScenesA High Level Overview of JSHigh-levelLow-level - developers have to manage the resources manually High-level - all things happen automatically Garbage-collectedCleaning t 2021-08-10 JavaScript JavaScript