Difference between revisions of "CNMC for Experience"

From CNM Wiki
Jump to: navigation, search
(CNM Lab Essentials)
(CNM Lab Essentials)
Line 80: Line 80:
 
:[[File:Cnm-lab.png|400px|thumb|[[CNM Lab]]]]'''[[CNM Lab]]'''. The combination of [[project management system|project management]], [[version control system|version control]], and [[file-sharing system]]s of [[CNM Cyber]] that is delivered to its [[end-user]]s as a [[service]].<div style="background-color:#efefef; padding: 5px; margin: 15px;">
 
:[[File:Cnm-lab.png|400px|thumb|[[CNM Lab]]]]'''[[CNM Lab]]'''. The combination of [[project management system|project management]], [[version control system|version control]], and [[file-sharing system]]s of [[CNM Cyber]] that is delivered to its [[end-user]]s as a [[service]].<div style="background-color:#efefef; padding: 5px; margin: 15px;">
 
:*'''[[Source code]]'''. According to the [[Linux Information Project]], "the version of software as it is originally written (i.e., typed into a computer) by a human in plain text (i.e., human readable alphanumeric characters)." This ''code'' commonly include comments and is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer to indicate their intentions.
 
:*'''[[Source code]]'''. According to the [[Linux Information Project]], "the version of software as it is originally written (i.e., typed into a computer) by a human in plain text (i.e., human readable alphanumeric characters)." This ''code'' commonly include comments and is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer to indicate their intentions.
:*'''[[Web document]]'''. A [[document]] that defines another [[document]] to target [[software application]]s. ''Web documents'' are widely used in the [[Internet]]. For instance, [[web browser]]s use ''web documents'' to display [[webpage]]s to their [[end-user]]s. [[Search engine robot]]s use ''web documents'' to collect data about those ''webpages''. Those contemporary [[email client]]s that are [[mobile app]]s use ''web documents'' to display [[email]]s without ''web browsers''. To special [[end-user application]]s that are used to view documents of various formats, ''web documents'' may represent documents in the [[PDF]] [[format]], graphic elements of [[image file]]s, etc.</div>
+
:*'''[[Web document]]'''. A [[document]] that defines another [[document]] to target [[software application]]s. ''Web documents'' are widely used in the [[Internet]]. For instance, [[web browser]]s use ''web documents'' to display [[webpage]]s to their [[end-user]]s. [[Search engine robot]]s use ''web documents'' to collect data about those ''webpages''. Those contemporary [[email client]]s that are [[mobile app]]s use ''web documents'' to display [[email]]s without ''web browsers''. To those [[end-user application]]s that are used to view documents of various formats, ''web documents'' may represent documents in the [[PDF]] [[format]], graphic elements of [[image file]]s, etc.</div>
  
 
:'''[[DevOps]]'''. An engineering practice and a set of [[concept]]s based on that practice that aim at unifying [[new product development]] (the '''Dev''' part) and [[operations]] (the '''Ops''' part). The primary feature of ''DevOps'' is to strongly advocate [[automation]] and [[monitoring]] at all steps of the [[project]] such as [[integration]], [[testing]], releasing to deployment, and infrastructure management. DevOps aims at shorter development cycles, increased deployment frequency, more dependable releases, in close alignment with business objectives. Functions of ''DevOps'' office staffers can be compared with those of [[project management office]] ([[project management office|PMO]]) in a traditional [[project management]] framework.
 
:'''[[DevOps]]'''. An engineering practice and a set of [[concept]]s based on that practice that aim at unifying [[new product development]] (the '''Dev''' part) and [[operations]] (the '''Ops''' part). The primary feature of ''DevOps'' is to strongly advocate [[automation]] and [[monitoring]] at all steps of the [[project]] such as [[integration]], [[testing]], releasing to deployment, and infrastructure management. DevOps aims at shorter development cycles, increased deployment frequency, more dependable releases, in close alignment with business objectives. Functions of ''DevOps'' office staffers can be compared with those of [[project management office]] ([[project management office|PMO]]) in a traditional [[project management]] framework.

Revision as of 15:15, 19 April 2020

CNM Cyber for Experience (hereinafter, the Session) is a learning session introducing its participants to CNM Work Suite and work at CNM Cyber. The Session consists of three lessons, each of which is made of three to five lesson parts, called lectios. Every lectio includes a presentation and a quiz. The official version of the Session is published at CNM Cert. Its materials are also published at CNM Page, CNM Talk, CNM Wiki, and various channels for marketing and convenience purposes.

The Session is the final of four sessions of the CNM Cyber Welcome Course.


Outline

The predecessor activity is the CNM Cyber for Action.

CNM Cabin Essentials

Main wikipage: CNM Cabin Essentials
CNM Cabin Essentials
Lectios # Referred topics
What CNM Cabin Is 1 CNM Cabin, user management system, user dashboard
Managers of User Data 2 User account, username, password
System-User Names 3 System-user role, NetAnyone, CertStudent, CertUser, CertFellow
CNM Cyber SSO 4 Authentication scheme, single sign-on (SSO)
User Aliases 5 User data, user alias
Cabin vs System Roles 6 Identity and access management (IAM), federated role
CNM Cabin. The user management system of CNM Cyber that is delivered to its end-users as a service.
User account. In systems engineering, a system document that authorizes a particular end-user to access and use this system. From the user perspective, a user account is the means by which this user can access the system.
  • Username (login name, account name, handle, or, rarely, ID). The humanly-readable name of user account that the end-user utilizes to access that account. A username is an essential part of user data.
  • Password (passcode). Any string of characters that is used to confirm user's identity. The NIST Digital Identity Guidelines defines a password as "the secret is memorized by a party called the claimant while the party verifying the identity of the claimant is called the verifier. When the claimant successfully demonstrates knowledge of the password to the verifier through an established authentication protocol, the verifier is able to infer the claimant's identity.
System-user role. The set of capacities often called permissions that a system grants to any user who belongs to a particular role.
Authentication scheme.
User data. Any data that the end-user of a particular system creates or owns.
Identity and access management (IAM). Practice and a set of concepts based on that practice of granting each user of some system a right system-user role.

CNM Lab Essentials

Main wikipage: CNM Lab Essentials
CNM Lab Essentials
Lectios # Referred topics
What CNM Lab Is 1 CNM Lab, source code, web document
CNM DevOps Support 2 DevOps, project management system, version control system, file-sharing system
CNM Lab vs Wiki 3 CNM Lab vs CNM Wiki, software application, software repository
Cyber-Security at Lab 4 cyber-security
CNM Lab. The combination of project management, version control, and file-sharing systems of CNM Cyber that is delivered to its end-users as a service.
DevOps. An engineering practice and a set of concepts based on that practice that aim at unifying new product development (the Dev part) and operations (the Ops part). The primary feature of DevOps is to strongly advocate automation and monitoring at all steps of the project such as integration, testing, releasing to deployment, and infrastructure management. DevOps aims at shorter development cycles, increased deployment frequency, more dependable releases, in close alignment with business objectives. Functions of DevOps office staffers can be compared with those of project management office (PMO) in a traditional project management framework.
File-sharing system. Any software system that enables its users to upload, store, and download files on the Internet.
Cyber-security. The practice and a set of concepts based on that practice that are designed to protect computers, data, and networks from potential attacks or unauthorized access.

CNM Cyber Workforce

Main wikipage: CNM Cyber Workforce
CNM Cyber Workforce
Lectios # Referred topics
Teams of CNM Cyber 1 CNM Cyber Team, Career Network Ministry (CNM), volunteer; WorldOpp Fellow Staff, Friends Of CNM, employee, independent contractor
Cyber Teams' Workloads 2 Workload, area of responsibility
Pre-Entry-Level Positions 3 Pre-entry-level job, CNM IT Project Coordinator, CNM Cloud Project Coordinator
WorldOpp Incubator Essentials 4 WorldOpp incubator, apprentice
Careerprise Business Opps 5 Careerprise bizopp (Careerprise business opportunity), Careerprise contractor, Careerprise partner, Careerprise conference
CNM Cyber Team. The department of the Career Network Ministry (CNM) that administers computer services such as the website at https://careernetworkministry.org, technology skills training for CNM patrons, CNM PMP Bootcamp, and those pages of CNM Wiki that are related to CNM and CNM Cyber. Members of this department are volunteers and are paid no wages or salaries.
  • Career Network Ministry (CNM). The outreach team of McLean Bible Church in Northern Virginia, which goal is to provide caring support to individuals during career transitions. The team welcomes any patron from any faith, or no faith, to take full advantage of its services, which include interviewing skills building, resume writing, elevator pitch, job marketing, financial planning, and various types of networking. All services of CNM are delivered by volunteers and are free to all the recipients of these services.
  • Volunteer.
WorldOpp Fellow Staff. The executive department of Friends Of CNM. The Department runs CNM Cloud and CNM Cyber, It consists of WorldOpp fellows, sponsors WorldOpp incubator, and is overseen by the CNM Cyber Community Board.
Workload.
Pre-entry-level job (student job). An employment that assumes that the employee hasn't possessed yet a complete set of KSAs that the position typically requires. Usually, the incumbent of that job is paid a portion of what the fully-qualified employee would be paid. Often, the incumbent of that job is expected to learn while on the job. His or her payment casually increases as his or her qualifications increase.
WorldOpp incubator. An environment for the care, protection, and growth of those WorldOpp candidates who would like to become WorldOpp fellows.
  • Apprentice. Any employee who is not fully qualified to perform his or her workload, but agreed to work usually for a part of the fully-skilled worker compensation under the condition of educational assistance to gain the needed work-related competence.
Careerprise bizopp (Careerprise business opportunity). An opportunity for a business to become a Careerprise contractor and/or Careerprise partner.

No successor session exists in the CNM Cyber Welcome Course. The CNM Cyber Orientation is the next course.

See also