Posts

Usages - Phrases and Words and their Meaning

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --  has captured imaginations The phrase "has captured imaginations" means that something has become very popular and interesting to people. It implies that people are fascinated or intrigued by it and that it has gained widespread attention and interest.

Generations

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  generational cohorts Generation X is anyone born from 1965 to 1980. Baby boomers are anyone born from 1946 to 1964. Millennials are anyone born from 1981 to 1996. Generation Z is anyone born from 1997 to 2012. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  

GitHub Actions -- Basic Building Blocks and components

Image
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Module Introduction Understanding the Key elements . Work with workflow , Jobs and Steps Building an example workflow Key Components , Workflow, Jobs and Steps  You need to have a code repository . Workflows are attached to the github repository.  Add workflows to your github repositories and you can add as many repositories as you want. The workflow is the first thing you create when setting up the automation process. Now such a workflow includes or more jobs and that's is the next important building block. And now the job contains one or more steps and will be executed in the order in which it is specified and these steps are the actual things that shall be done for example  download the code interface  Install dependencies in the second step Run automated tests in the third step    Workflows are attached to github repositori

Git & GitHub Crash Course : Section :2 :

Image
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Module Introduction   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 15 : Resetting Code with git reset.

Know -- What is GitHub Actions

Image
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  GitHub Actions is a workflow automation service   by the GitHub company called Github Actions Github Actions is a service that provides various automation that is stored on GitHub.  You can say there there are two main areas of processes that can be automated. The most prominent area is the CI/CD processes.  CI / CD stands for continuous integration and continuous delivery thought the CD could also stand for continuous deployment for example. GitHub Actions also helps with Code and Repository management . It can help with "code-reviews" or "issue-management" .