

2·
2 days agoMicro services, Service Oriented Architecture, and big old monolith ?


Micro services, Service Oriented Architecture, and big old monolith ?


Would x86 and x86_64 count as one, or one and a half?


I think json.dumps would not work if there is a datetime in the dict, right?
Just tried it in an ipython shell
import datetime import json json.dumps({"a": datetime.datetime(1970,1,1)})And I got the TypeError: datetime not JSON serializable though.