Code Monkey home page Code Monkey logo

automated-calculator's Introduction

Automated-Calculator

Problem Statement

###Scientific Calculator with DevOps

Create a scientific calculator program with user menu driven operations:

  • Square root function - √x
  • Factorial function - x!
  • Natural logarithm (base е) - ln(x)
  • Power function - xb

Create the DevOps automation pipeline on the top of the above development that helps to integrate and deploy the application in a continuous manner.

Tools/Technology used

  • Development Language - Java
  • Unit Testing Library - Junit
  • Centralized Version Control System - Git
  • Source Code Management - GitHub
  • Package Builder - Maven
  • Containerization - Docker/Docker Hub
  • Configuration Management - Ansible
  • Continuous Integration/Continuous Deployment - Jenkins
  • Continuous Monitoring - ELK

Solution Approach

We developed a scientific calculator as a small project to better understand the concepts of source control, continuous integration, and deployment.

This cycle entails creating a simple calculator with functions such as square root, natural log, power, and factorial and we will be delivering the whole application continuously. We are using the git/github for version control and source code management, maven package builder for package manager, docker for containerization and ansible for configuration management(basically deploying the image in the remote machine). All procedures mentioned above will be managed through the Jenkins(CI/CD tool) as Jenkins helps to automatically integrate new changes in the existing application and deploy them in a very efficient way. Briefly above the jenkins pipeline, it contains the steps like cloning the repository, perform unit testing and building using maven, dockerize the application using docker and deploy the image using ansible.

automated-calculator's People

Contributors

ashu-soni avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

meetcric

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.