Giter VIP home page Giter VIP logo

Anil Yadav's Projects

battleship-game icon battleship-game

# battleship-game Battleship game is a war game played on ocean by two players. Each player own his battle area and each player will get same number of ships where each ship may have different size placed at some position in non-overlapping fashion. Note, players cannot see each others ship's location. The player who destroys all the ships of other player is winner of the game. If at the end none of the player wins then both player declares peace

bigstore-apigateway-service icon bigstore-apigateway-service

bigstore-apigateway-service | Zuul acts as an API gateway or Edge service. It receives all the requests coming from the UI and then delegates the requests to internal microservices. So, I have bigstore-apigateway-service new microservice which is Zuul-enabled, and this service sits on top of all other microservices. It acts as an Edge service or client-facing service. Its Service API should be exposed to the client/UI. The client calls this service as a proxy for an internal microservice, then this service delegates the request to the appropriate service. The advantage of this type of design is that common aspects like CORS, authentication, and security can be put into a centralized service, so all common aspects will be applied on each request, and if any changes occur in the future, we just have to update the business logic of this Edge Service. Also, we can implement any routing rules or any filter implementation. Say we want to append a special tag into the request header before it reaches the internal microservices, we can do it in the Edge service. As the Edge service itself is a microservice, it can be independently scalable and deployable, so we can perform some load testing.

consumeprofessionalapp icon consumeprofessionalapp

This project is a maven project. Steps for running in IDE 1.Import as maven project 2.Maven install 4.Run As spring boot application This project is based on hibernate and springboot. If any change need to done on database change the configure file in /src/resources/application.properties.

intelligent_transport_app icon intelligent_transport_app

The project is based on a small web service which uses the following technologies: * Java 1.8 * Spring Boot * Database H2 (In-Memory) * Maven *Swagger

lendico-plangenerator icon lendico-plangenerator

# Lendico Plan Generator Repayment Plan Generator with Java 8, Maven, Spring Boot, Mockito and swagger MVC for Lendico

robot icon robot

Introduction: its an application to automate the robot features .Tech stack Java 8 Junit 4.11 Maven

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.