Yesterday tried http://directus.io/ to manage my projects content and was impressed. Free, self hosted, dockerized, easy to use. All you need to have clear, dynamic UI/API for you projects.
Software engineer
Yesterday tried http://directus.io/ to manage my projects content and was impressed. Free, self hosted, dockerized, easy to use. All you need to have clear, dynamic UI/API for you projects.
It breaks my heart to see dozens of my friends not making public their open-source projects because they are afraid of what other people may think. JUST HIT THAT PUBLISH BUTTON! 🔥
One simple example if you have method to retrieve Assets you can use strict types in method argument to pass only AssetId not random int or string.
@thgs why you need reference to entity from value object?
Clear, expressive, and type-safe way to represent entity identities by #DDD is to use strongly-typed ID's.
Example in #PHP using #doctrineORM when ID's are generated on client side.
Name based id's in PHP by rfc4122:
https://twitter.com/darkazakevic/status/1705117790473011211/photo/1
2 tools for software engineers to boost productivity 🚀
1. https://termius.com (SSH client and terminal)
2. https://numi.app (best calculator for mac) #tools
@bobmagicii such syntax comes from doctrine docs https://www.doctrine-project.org/projects/doctrine-orm/en/2.16/tutorials/embeddables.html. But seems without specifying also works, good catch.