Code Monkey home page Code Monkey logo

search-engine-app's Introduction

DevSecOps Workshops: Git & Github

This is a brief introduction to Git, Github, and Github Actions. For the workshop material, visit github.com/devopsies/search-engine-app.

What is Git?

Git is a software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. For more information, visit git-scm.com/doc.

What is Git?

Github is a provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features. For more information, visit docs.github.com/en/github.

What are Github Actions?

GitHub Actions connects all of your tools to automate every step of your development workflow, including and not limited to CI/CD pipelines/jobs. It is hosted on Github (no installation required, as opposed to Jenkins). For more information, visit docs.github.com/en/actions.

Start using Git, Github & Github Actions

In this workshop, we're going to pretend we're building a product in C++: our awesome search engine. First, fork this repository. Forking will create a copy of this repository under you Github account. Then clone the repository (the one you created when you forked) to create a local copy of it. When solving any of the following issues, start from your main branch, create and switch to a new local branch optimizing search or optimizing pipeline depending on the issue you're working on, then add and commit your changes locally, and finally push them to your forked repository on Github. Next, on Github, trigger a pull request (PR) in order to start merging you newly created branch in your forked repository, to our main branch in our original repository.

The following diagram shows the described workflow:

First issue

You're the developer. The product you're developing (the search engine) currently do not satisfy the requirements as it becomes very slow with a large amount of input. Refer to the issue at github.com/mdnfiras/devsecops-github-actions/issues/1 for more details. If you have any question regarding this task, you can leave a comment in that same issue.

Second issue

You're a DevOps engineer. The CI pipeline you've set up is slow. refer to the issue at github.com/mdnfiras/devsecops-github-actions/issues/3 for more details. If you have any question regarding this task, you can leave a comment in that same issue.

search-engine-app's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.