Git Product home page Git Product logo

sraj02's Projects

ansible-1 icon ansible-1

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/

awscodepipelinedemo icon awscodepipelinedemo

Builds a CodeCommit git repo, CodeBuild projects for Terraform Plan & Apply, and a CodePipeline project to monitor the git repo and drive deployments. Blog link has more info and walk-through with photos of all concepts.

facebooc icon facebooc

Yet another Facebook clone written in C

learn-kubernetes icon learn-kubernetes

A repository to help learn kubernetes - mostly connected to the training videos of the same topic in Urdu - created by Kamran Azeem

pipeline icon pipeline

pipeline { agent any stages { stage('Compile') { steps { echo "Compiled Successfully!!"; } } stage('JUnit') { steps { echo "JUnit Passed Successfully!"; } } stage('Quality-Gate') { steps { echo "SonarQube Quality Gate passed successfully!!"; /*sh exit ("1");*/ } } stage('Deploy') { steps { echo "Pass!"; } } } post { always { echo 'This will always run' } success { echo 'This will run only if successful' } failure { echo 'This will run only if failed' } unstable { echo 'This will run only if the run was marked as unstable' } changed { echo 'This will run only if the state of the Pipeline has changed' echo 'For example, if the Pipeline was previously failing but is now successful' } } }

udemy-docker-mastery icon udemy-docker-mastery

Udemy Course to build, compose, deploy, and manage containers from local development to high-availability in the cloud

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.