Difference between revisions of "DevSecOps"
m (Text replacement - "{{#ev:youtube|hP3ENPc8Jf0 |width=900 |height=500 }} " to "{{#widget:YouTube |id= hP3ENPc8Jf0 |width= 900 |height=500 }}") |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{WikiEntry|key=DevOps|qCode=3025536}}, and {{WikiEntry|key=DevSecOps|qCode=108525696}} 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]] and [[SpaceX]] are using [[DevOps]] technique to manage its operations. | {{WikiEntry|key=DevOps|qCode=3025536}} stands for [[Development and Operations]], and {{WikiEntry|key=DevSecOps|qCode=108525696}} (stands for [[Secure Development and Operations]]) 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]] and [[SpaceX]] are using [[DevOps]] technique to manage its operations. | ||
=Project Management= | =Project Management= | ||
[[Project Management]] is a foundational skill in deploying data-intensive solutions for any | [[Project Management]] is a foundational skill in deploying data-intensive solutions for projects of any scale<ref>{{:Book/Planning for Everything}}</ref>. | ||
=What is DevOps and [[SRE]]= | =What is DevOps and [[SRE]]= | ||
See video<ref>{{:Video/What is DevOps?}}</ref> | See video<ref>{{:Video/What is DevOps?}}</ref> | ||
{{# | {{#widget:YouTube | ||
|id= hP3ENPc8Jf0 | |||
|width= 900 | |||
|height=500 | |||
}}|https://www.youtube.com/watch?v=0yWAtQ6wYNM|||||}} | |||
=What is DevSecOps?= | =What is DevSecOps?= | ||
{{# | {{#widget:YouTube | ||
|id= hP3ENPc8Jf0 | |||
|width= 900 | |||
|height=500 | |||
}}|https://www.youtube.com/watch?v=nrhxNNH5lt0|||||}} | |||
=MediaWiki Docs= | =MediaWiki Docs= |
Latest revision as of 05:43, 13 January 2024
DevOps(Q3025536) stands for Development and Operations, and DevSecOps(Q108525696) (stands for Secure Development and Operations) 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 and SpaceX are using DevOps technique to manage its operations.
Project Management
Project Management is a foundational skill in deploying data-intensive solutions for projects of any scale[1].
What is DevOps and SRE
See video[2] |https://www.youtube.com/watch?v=0yWAtQ6wYNM%7C%7C%7C%7C%7C}}
What is DevSecOps?
|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[3] and its class reference [4].
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? [5]
Bash Commands
The Difference between [ and [[ in Bash
References
- ↑ Morville, Peter (2018). Planning for Everything: The Design of Paths and Goals. local page: Semantic Studios.
- ↑ Nana, ed. (Jan 18, 2022). What is DevOps? REALLY understand it - DevOps vs SRE. local page: TechWorld with Nana. Retrieved Nov 24, 2024.
- ↑ https://doc.wikimedia.org/mediawiki-core/master/php/PageUpdater_8php_source.html
- ↑ https://doc.wikimedia.org/mediawiki-core/master/php/classMediaWiki_1_1Storage_1_1PageUpdater.html
- ↑ https://xpertdeveloper.com/disable-login-logout-in-mediawiki/