@vospit
Developer
Nothing here yet.
Nothing here yet.
No blogs yet.
Can anyone relate to the following scenario: You receive a task, but you have no idea where to start (it's a big chunk of code that has to be written). After a more senior developer tells you the steps you should take, you still feel they're too big ...
I'm using slug-based routing, like this myapp.com/posts/first-post I have a Post entity, and a PostTranslation entity, When I create a Post entity, 2 PostTranslation entities are being created (for each language), and they have an empty slug and titl...