Giter Site home page Giter Site logo

Ahmed Raza's Projects

health-and-fitness-website icon health-and-fitness-website

Static Web Pages - The website calculates your body mass index, tells you about your health status and suggests you with appropriate workout and nutrition plan. The website also offers you the functionality of calculating your calorie intake according to your body goal and needs.

microservices-springcloud icon microservices-springcloud

Spring Cloud Config Server (Centralized Configuration) (Port 8888) -> git-localconfig-repo -MS-dev.properties -MS-qa.properties Limits MS (2 instances, diff environments) (Port 8801,8802) -> Spring Cloud Bus(all instances updated with latest git configuration) just refresh once to update all instance, (/actuater/bus-refresh) -> Fault Tolerance (with Hystrix, fallback method to handle failure) Currency Calculation Service & Currency Exchange Service(2 instances) Feign Client (Communication b/w MS) Ribbon Load Balancing (distribute calls b/w diff instances) Eureka Naming Server (Service Registration, Service Discovery) -> Ribbon talk to naming server and retrieves all instances available Zuul API Gateway(every call going through gateway) Distributed Tracing (Spring Cloud Sleuth + Zipkin Server) ->Sleuth, to assign unique ID to every request flowing ->Zipkin, centralized logging at one place (using RabbitMQ) PORT centralized logging = localhost:9411/zipkin/ zuul = 8765 Eureka = 8761 C-Exchange-S = 8001,8002 C-Conversion-S = 8101

spring-reactive-item-ms icon spring-reactive-item-ms

Reactive Programming (Flux and Mono)+ Junit Testing(webTestClient) Non Blocking RESTFUL API using Annotated Controllers and Functional Web (Router and Handler Functions). Reactive Programming in Databases - MongoDB Build Non Blocking Client using WebClient (Item-Client) -using retrieve() and exchange() Streaming Real Time Data using WebFlux - Server Side Events (SSE) -streaming RealTime Data using Mongo DB and Spring WebFlux -Tailable Cursors and Capped Collections in Mongo DB

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.