Giter Site home page Giter Site logo

harvest-bank's Introduction

Hi there, I am Mohamed Taman! ๐Ÿ‘‹

Twitter URL Instagram URL LinkedIn URL Facebook URL

I speak Java and am a Java Champion, Oracle ACE Alumni, Jakarta EE ambassador, Chief Architect, Author, International Speaker, Trainer, and technology enthusiast.

I love sharing my knowledge and experience, contributing to open-source projects related to Java, and sharing PoCs & problems as code on this repository.

I am an author at Oracle Java Magazine, Oracle Magazine, IBM Developer Series [1] [2], DZone, Medium, InfoQ, and Packt Publishing Getting Started with Clean Code Java SE 9 "Video" and JavaFX Essentials "Book".

  • ๐ŸŽฏ ย  Iโ€™m currently focusing on: Springy Store Microservices and Flight Advisor Service; in addition, I constantly update other projects to the latest JDK and software libraries; โญ๏ธ star the projects you like ๐Ÿคฉ, to continually support them.

  • ๐Ÿ”ญ ย  Iโ€™m also working on Something cool related to AI and will soon publish it ๐Ÿ˜‰.

  • ๐Ÿ’ฌ ย  Ask me about: OOP, Java, Spring, Jakarta EE, Web, Mobile, RESTful APIs, Database, Architecture, Cloud, Big Data, Design Patterns, Testing, Security, Enterprise integration, Distributed Systems, Microservices Blockchain, and People Management.

  • ๐Ÿ“ซ ย  How to reach me: catch and follow me from the above links ๐Ÿ‘†; also, follow me here.

  • โšก ย  Fun fact: I love ๐Ÿ, ๐Ÿœ, ๐Ÿ, and โ˜•๏ธ.


NOTE: Top languages do not indicate my skill level or something like that; it's a GitHub metric of which languages I have the most code on GitHub.

harvest-bank's People

Contributors

mohamed-taman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

harvest-bank's Issues

Create initial microservices

As an Architect, I want to create the system microservices to start developing the requirements.

  1. Create the three Services Users, Accounts, and Transactions.
  2. Each service is composed of different layers like the following:
    • Controller.
    • Service
    • Repository
  3. In the Controller layer, each service will contain get and post requests. Except users is get request.
  4. Add APIs for handling success and failure messages.
  5. The database is an in-memory Database.

Bank Requirements

The following requirements should be satisfied:

  1. The API will expose an endpoint that accepts the user information (customerID, initialCredit).
  2. Once the endpoint is called, a new account will be opened connected to the user whose ID is customerID.
  3. Also, if initialCredit is not 0, a transaction will be sent to the new account.
  4. Another Endpoint will output the user information showing Name, Surname, balance, and transactions of the accounts.

Create a Frontend service

The frontend service composed of basic pages to:

  1. Create accounts for a specific user.
  2. Show all current users information including Name, Surname, balance, and transactions of the accounts.

Add APIs testing layer.

As an Architect, I want to make sure that the functionality is working as expected, therefore we should have test cases covering the requirements.

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.