GithubHelp home page GithubHelp logo

pear-store-be's Introduction

About Me

I am a passionate programmer ready to learn new things and improve my current skills. I use Java as my main programming language and mostly work at the back-end part of the development world, but I'm currently learning React and plan to improve my front-end skills to become an experienced full-stack developer.

Dev Tools

Intellij IDEA
Visual Studio Code
Docker Desktop - container tool
pgAdmin - database viewer
Jenkins - CI/CD
Argo - K8s cluster manager
ElasticSearch - log tracking
Akhq - Kafka monitoring
Apicurio Registry - Avro schema registry
Postman - API Testing & Automation

Other Tools

Obsidian
Jira

Languages and Frameworks

Java(SpringBoot), Javascript (React.js), Css, Html

GitHub Projects

Following projects represents the microservices of a fictional store.
pear-store-fe- front-end part of the application
pear-store-be - core service of the application with basic APIs
account-manager - supporting service for managing user accounts
message-broker - service acting as a messaging bridge between services

Communication between the services are either via REST or Kafka messaging. Following diagram shows, how Kafka message travels through a message broker.
CreateAccountPayload will be sent through a message-broker to account-manager.
If successful, AccountCreated will be sent back, if the username is taken, AccountCreationFailed will be sent.

sequenceDiagram
    pear-store-be->>message-broker: CreateAccountPayload
    message-broker->>account-manager: CreateAccountPayload
    account-manager->>message-broker: AccountCreated
	message-broker->>pear-store-be: AccountCreated
	    account-manager-->>message-broker: AccountCreationFailed
	message-broker-->>pear-store-be: AccountCreationFailed

pear-store-be's People

Contributors

thomasdang1996 avatar

Watchers

 avatar

pear-store-be's Issues

Updating db in TransactionSynchronizer not working properly

During message synchronization via TransactionSynchronizer, when updating columns 'REPLY_MESSAGE' and 'REPLY_CLASS_NAME' and then querying the record from db its newly updated columns are still null. However querying only 'REPLY_MESSAGE' and 'REPLY_CLASS_NAME' will return new results.

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.