Skip to content

Instantly share code, notes, and snippets.

@J-aimz
J-aimz / Aggregates.Bill.md
Created April 16, 2024 15:13 — forked from amantinband/Aggregates.Bill.md
Buber Dinner Domain Aggregates

Domain Aggregates

Bill

class Bill
{
    // TODO: Add methods
}
@J-aimz
J-aimz / CountryCodes.json
Created May 31, 2024 15:16 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"