Pinned Repositories
Accelerometer-Demo
Advanced-Elasticsearch-7.0
Advanced Elasticsearch 7.0, by Packt
da-materials
The projects and the materials that accompany the Dart Apprentice book
ddd-account-service
Account micro service with Account Aggregate
ddd-customer-only-service
Customer Aggregate with Account Aggregate moved to account microservice
ddd-customer-service
customer microservice
ddd-modular-monolith-customer-account
Customer microservice with account as module instead of account being microservice. Example of modular monolith
ddd-sample
DDD sample java
ddd-sample-js
DDD Sample JS
intellij-decrypt
Small utility to decrypt passwords saved by Intellij IDEA / Android Studio.
sebasbad's Repositories
sebasbad/Advanced-Elasticsearch-7.0
Advanced Elasticsearch 7.0, by Packt
sebasbad/da-materials
The projects and the materials that accompany the Dart Apprentice book
sebasbad/ddd-account-service
Account micro service with Account Aggregate
sebasbad/ddd-customer-only-service
Customer Aggregate with Account Aggregate moved to account microservice
sebasbad/ddd-customer-service
customer microservice
sebasbad/ddd-modular-monolith-customer-account
Customer microservice with account as module instead of account being microservice. Example of modular monolith
sebasbad/ddd-sample
DDD sample java
sebasbad/ddd-sample-js
DDD Sample JS
sebasbad/ddd-sample-uc1
sebasbad/ddd-sample-uc10
Customer and Bank Account. ( Not related to e-commerce domain) When Customer’s Address is updated, update all her Bank Accounts addresses as well. ( This is invariant, or business rules or consistency rule given by business)
sebasbad/ddd-sample-uc11
Calculate Total cost for the Order. Calculate shipping cost using weight of the Product. Total cost = cost of all products in order + (weightIngrams of each product *.01)
sebasbad/ddd-sample-uc2
Add a “Sony Wireless headphone” to a Cart
sebasbad/ddd-sample-uc3
Add 2 quantity of “Apple Pencil” to a Cart.
sebasbad/ddd-sample-uc4
Remove already added Item “Apple Pencil” (with all quantities) from Cart.
sebasbad/ddd-sample-uc5
As a business User, I would like to know which Products (Product’s name) were removed from Cart.
sebasbad/ddd-sample-uc6
As a business User, I would like to differentiate between two Carts, even if they contain same Item ( both carts have Product “Sony Wireless headphone” with 1 quantity)
sebasbad/ddd-sample-uc7
Add Price to a Product . We need support for only one currency, say - USD.
sebasbad/ddd-sample-uc8
As a Business User, I would like price my product 10% below competitor price (competitor price is available for product)
sebasbad/ddd-sample-uc9
Create Order(with Products) when Cart is checked out. Also, Mark Cart as checked out
sebasbad/ddd-training-kotlin
sebasbad/flutter-tdd-clean-architecture-course
sebasbad/more-speech
A Nostr browser in Clojure.
sebasbad/aprendiendo-react
sebasbad/clean-hexagonal-onion-docs
sebasbad/clean-hexagonal-onion-workshop
Javaland 2023 Workshop day
sebasbad/java-module-workshop
Workshop about making your own Testcontainers module and learning important things
sebasbad/Mastering-Elasticsearch-7.0
Mastering Elasticsearch 7.0, published by Packt
sebasbad/spring-ai-function-calling-portability
Demonstrate Function Calling code portability across 4 AI Models: OpenAI, AzureOpenAI, VertexAI Gemini and Mistral AI.
sebasbad/spring-ai-zero-to-hero
Spring AI workshop content
sebasbad/spring-boot-h2-database-crud
Spring Boot H2 Database CRUD example with Spring JPA, Spring Web MVC