Current Trends in Infrastructure Training
January 17, 2020
Due to the popularity of Infrastructure concepts like DevOps, CI/CD, Automation, Cloud, and Containerization, here is the general industry trend seen among infrastructure over the last few years. Overall
There is a general trend towards more automation and CI/CD due to the insertion of Dev Ops practices and ideas in most organizations. Couple this with the move towards Agile and DevOps and you are seeing the infrastructure position ,whether it is titled&
React Hooks Application
September 17, 2019
In this tutorial, you will create a React application that uses React Hooks to manage state and handle activities. Please refer to the tutorial Setting Up a React Environment to set up a development environment for React before you start working on this tutorial.Part 1 – React Development Environment
F
Setting Up a React Development Environment
September 16, 2019
In this tutorial you will create a development setup that supports React development. The setup will take care of three essential issues:
Transpiling ES6 code
Transpiling JSX code
Serving React Application files ( index.html, etc. )
Node.js and npm should have been installed on your machine
Configuration Management – Just Do It!
March 29, 2017
Configuration Management, as applied in DevOps, is the practice of using tools to manage the configuration of our technical architecture. Put simply, we document the desired state of one or more servers in a machine-readable form, and then use a configuration management tool (e.g. Chef, Puppet, Salt, or Ansible) to setup the real items to match the configuration.
Why? As with many things, you might think “I barely have time to setup this server manually, never mind write a script for it