GithubHelp home page GithubHelp logo

testconsultadd's Introduction

testconsultadd

Hello World Web Application API

I have build REST API server in Python using the Django framework.

Setup

docker build -t helloworldapp .
  • To run the docker container.
docker run -p 8000:8000 -i -t helloworldapp

Questions and Answers

1. What other information would you add to health endpoint json object in step 2? Explain what would be the use case for that extra information?

I shall use a parallel thread to implement the last down time of the application which is used to give efficient scaling and check server resilience.

2. What branching strategy would you use for development?

I shall use feature and env based branching strategy. A branch with an id is created here with the new feature which we are adding to the software. As soon as the feature becomes absolutely functional, it is merged together with dev branch while integration testing. Also, the master contains the latest version of software for full stage testing. The latest version releases can be tracked by using git tags.

3. What CICD tool/service would you use?

I would say Jenkins, because of its most important part of Jenkins tool is Jenkins Build Pipeline. This potrays various jobs running on builds after commits made by developers. It also informs about current tasks Jenkins is executing. It supports plugins with various platforms like Github, Gitlab , Bitbucket etc. It is time efficient and also helps in to make release to production faster as issues found as soon as code broken. I also worked with TeamCity.

4. What stages would you have in the CICD pipeline?

Sandbox, Dev, Stage, Prod

5. What would be the purpose of each stage in CICD pipeline?

  • Prod - The stable product is ready for end users.
  • Stage - The product is tested by integration testing and pre-end users.
  • Dev - Active for development users to develop further and highly unstable.
  • Sandbox - testing playground for developers for further research.

testconsultadd's People

Contributors

prashant9931 avatar

Watchers

James Cloos avatar  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.