Giter Club home page Giter Club logo

enginegroup's Introduction

EngineGroup

Nodejs Application with CI/CD using Github Actions.

Steps followed:

  1. Setup Nodejs server to accept requests coming from the client.

  2. Puzzle.js to solve the puzzle.

  3. Deployed application on EC2 instance.

  4. Nodejs Server Built an express app and exposed GET endpoint on port 3000 Responded with correct answers to all the questions.

  5. Solving puzzle Decyphered rules/patterns present in the question and answer. Out of 4 blanks, 1 blank was provided in the question. Second was always = in every letter in ascending order For the other 2 blanks, these were the theories considered:

    a. The letter with equal sign always has the values in inverted format of the existing ones.

    b. There is always one >>> , <<< and either ><< or <>>

The idea was to create a matrix and solve each line using all these rules. I also observed that the answer kind off behaves like a transpose, where the values are inverse of one another in positions along the diagonal(ie. along the '=' sign line)

Using this logic along with the rules, I was able to successfully solve the puzzle.

To keep the app live, I deployed it on AWS EC2 instance and setup a CI/CD pipeline using Github Actions and AWS CodeDeploy.

Screenshot

enginegroup's People

Contributors

hajimurtaza 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.