Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.62 KB

README.md

File metadata and controls

47 lines (24 loc) · 1.62 KB

DevOps

DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality. DevOps is complementary to Agile software development; several DevOps aspects came from the Agile methodology.

Pre-Deployment Step 1

Branching Strategies

Gitflow

Deployment Step 2 - Setup CI/CD

.NET

Angular

React

Node.js

Post-Deployment Step 3

Security Scan

Make sure your code is secure

Website Vulnerability Scanner

Data Integrity

Make sure to encrypt or mask any sensitive data. i.e. customer ID Number, cellphone numbers.

Masking Data Practice

Run Performance Test

Smoke testing - Load testing - Stress testing - Spike testing

Using K6 Tutorial