Difference between revisions of "DevSecOps"
Line 3: | Line 3: | ||
=Project Management= | =Project Management= | ||
[[Project Management]] is a foundational skill in deploying data-intensive solutions for any solutions. | [[Project Management]] is a foundational skill in deploying data-intensive solutions for any solutions. | ||
=What is DevOps and [[SRE]]= | |||
See video:{{:Video/What is DevOps}}. | |||
{{#ev:youtube|https://www.youtube.com/watch?v=0yWAtQ6wYNM|||||}} | |||
=What is DevSecOps?= | =What is DevSecOps?= | ||
{{#ev:youtube|https://www.youtube.com/watch?v=nrhxNNH5lt0|||||}} | {{#ev:youtube|https://www.youtube.com/watch?v=nrhxNNH5lt0|||||}} |
Revision as of 08:59, 26 February 2022
DevOps(Q3025536), and DevSecOps(Q108525696) are usually considered to be a kind of software development method. However, given the recent push in digital transformation, all products and services are being conducted under the framework of DevOps, including hardware product development and manufacturing, such as Tesla Motors are already using DevOps technique to manage its operations.
Project Management
Project Management is a foundational skill in deploying data-intensive solutions for any solutions.
What is DevOps and SRE
See video:Video/What is DevOps. {{#ev:youtube|https://www.youtube.com/watch?v=0yWAtQ6wYNM%7C%7C%7C%7C%7C}}
What is DevSecOps?
{{#ev:youtube|https://www.youtube.com/watch?v=nrhxNNH5lt0%7C%7C%7C%7C%7C}}
MediaWiki Docs
Master Doc Page
MediaWiki Page Updater
PageUpdater
The following links are the source code of PageUpdater[1] and its class reference [2].
LocalSettings.php
The LocalSettings.php page on MW:MediaWiki is the first and foremost important document to study when configuring and operating a MediaWiki service.
The special sections that must be brought to your attention are:
Database in Docker
Installing and using MariaDB via Docker
Login Features
How to Disable Login/Logout in MediaWiki? [3]
Bash Commands
The Difference between [ and [[ in Bash