#valueobjects search results
Porém, em vez de manter tais validações dentro da entidade em si, podemos criar classes que representem tais objetos e mover tais validações para a mesma. Assim, estamos isolando as responsabilidades e encapsulando tais validações para nossos objetos de valores (#valueobjects).
Un Value Object es un objeto que se define únicamente por sus atributos. No tiene identidad propia y es inmutable. Se usa para representar conceptos que no cambian una vez creados. Un ejemplo típico es una clase Point que representa una coordenada en un plano 2D. #ValueObjects
Hey folks, what do you think about #PrimitiveObsession? Improve my answer: #ValueTypes or #ValueObjects? #Heap or #Stack? #Struct or #Record, in C#? #modeling #code #dotnet
Golang and DDD domain modeling stackoverflow.com/questions/5487… #valueobjects #cqrs #domaindrivendesign #go
#CSharp operators can help each other to be simpler to implement; In comparison operators case, from the complex to the simpler type looks the right way for me. #ValueObjects can help in taking decisions in the aggregate. #EventSourcing #CQRS #Dotnet
how to define value object for file in java stackoverflow.com/questions/6654… #valueobjects #tostring #java #fileio
💻 Cree las entidades de mi aplicación backend en mi proyecto de final de carrera, utilizando value objects que representan valores concretos como identificadores, direcciones de correo electrónico, etc. #ingsoftware #objetosvalor #valueobjects
Converting #PHP #valueobjects to #kotlin. And I was thinking I never hade to face the dollar sign again. 🤑 #kotlinlang #kotlinlove
🚀 New blog dropping 21.10.2025: “Advanced Value Object Patterns in .NET” by @PawelGerr! Discover advanced topics: Open-ended Date, Composite File Identifier, Recurring Dates, Jurisdiction & more. Stay sharp, stay tuned! #dotnet #csharp #valueobjects #softwarearchitecture…
Finishing an email notification app. All emails require a default signature. At the end I decoupled everything from the #symfony framework and used some #valueobjects and a #decorator implementing the #symfonymailer. #decoupling #refactoring #dddesign #php
Curious how is the Value Object approach benefiting the code? @mchmielu shares his experiences: buff.ly/2xVr2jk #valueobjects #programming #java #softwarecraftsmanship
It took me several hours, but I'm done! jscarle.dev/save-your-repu… #valueobjects #dotnet
This week, one of our loved backend developers @alexgt9 has prepared an interesting workshop about Value Objects & Entities. Link to the repo: bit.ly/37H5szY #startup #workshop #valueobjects #training #bcn #cookies #TechTeam
Entonces los #valueobjects son un patron opcional pero con importantes beneficios para #domaindrivendesign 🧑💻
#ValueObjects are great for encapsulating constraints and contracts instead of spreading these all over the code
Nuevo post hablando sobre Value Objects en Php #php #valueobjects #patterns danitome24.github.io/2018-11-19/usa…
Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25
🚀 New blog dropping 21.10.2025: “Advanced Value Object Patterns in .NET” by @PawelGerr! Discover advanced topics: Open-ended Date, Composite File Identifier, Recurring Dates, Jurisdiction & more. Stay sharp, stay tuned! #dotnet #csharp #valueobjects #softwarearchitecture…
🚀 New blog dropping 21.10.2025: “Advanced Value Object Patterns in .NET” by @PawelGerr! Discover advanced topics: Open-ended Date, Composite File Identifier, Recurring Dates, Jurisdiction & more. Stay sharp, stay tuned! #dotnet #csharp #valueobjects #softwarearchitecture…
Just published: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr Explore DDD essentials, encapsulate domain behavior, and master aggregates with Value Objects! Read here: lnk.thinktecture.cloud/VO_4 #dotnet #DDD #ValueObjects #SoftwareEngineering #TechBlog…
🚀 Coming 09.09.2025: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr From DDD essentials to aggregate design—unlock the power of Value Objects for sharper business logic. Watch this space for the release! #dotnet #DDD #ValueObjects #SoftwareEngineering…
🚀 Coming 09.09.2025: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr From DDD essentials to aggregate design—unlock the power of Value Objects for sharper business logic. Watch this space for the release! #dotnet #DDD #ValueObjects #SoftwareEngineering…
Just published! 🚀 Dive into “Handling Complexity: Introducing Complex Value Objects in .NET” by Pawel Gerr. Learn how to tackle related primitives & compose advanced value objects. Read now: lnk.thinktecture.cloud/VO_2 #dotnet #ValueObjects #CleanCode #programming #devcommunity
Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25
🚀 Just released a new version of Thinktecture.Runtime.Extensions, an open-source library for #dotnet developers! 🎉 The latest update lets you easily create #SmartEnums, #ValueObjects, and #DiscriminatedUnions—available in two flavors: ad hoc and regular. github.com/PawelGerr/Thin…
Found this great article on #ValueObjects in #DDD from @ardalis ardalis.com/working-with-v…
Implementing Entities and Value Objects was next. We modeled customers as entities with unique IDs and addresses as value objects. This distinction helped in managing state and behavior effectively. #Entities #ValueObjects
It took me several hours, but I'm done! jscarle.dev/save-your-repu… #valueobjects #dotnet
Join me for 1+ upcoming Fast-Track classes. - #EventStorming - #Aggregates #ValueObjects #DomainEvents - #DataMesh 17, 24, 30 July kalele.io/iddd-workshop/
Un Value Object es un objeto que se define únicamente por sus atributos. No tiene identidad propia y es inmutable. Se usa para representar conceptos que no cambian una vez creados. Un ejemplo típico es una clase Point que representa una coordenada en un plano 2D. #ValueObjects
Et toi, est-ce que tu pourrais les utiliser ? N'hésitez pas à laisser un like et à repost ❤️ Vous pouvez vous abonner, si vous voulez découvrir d'autres outils ou pratiques sur le développement #DDD #ValueObjects #DomainDrivenDesign #Developpeurs #ConceptionObjet
I just published Rethinking Value Objects in Domain-Driven Design: A Balanced Perspective link.medium.com/aN8wgSmBcGb #DomainDrivenDesign #ValueObjects #SoftwareDevelopment #DDDPrinciples #SystemDesign #CodeQuality #Scalability #SoftwareArchitecture #TechDebate #ModernCoding…
link.medium.com
Rethinking Value Objects in Domain-Driven Design: A Balanced Perspective
In the realm of Domain-Driven Design (DDD), Value Objects are pivotal, often being the cornerstone of rich domain models. However, there’s…
Converting #PHP #valueobjects to #kotlin. And I was thinking I never hade to face the dollar sign again. 🤑 #kotlinlang #kotlinlove
👩💻 Curious about the building blocks of robust software architecture? Dive into our introductory article: appstackone.com/value-objects-… #ValueObjects #DomainDrivenDesign #CodeQuality #SoftwareDevelopment
🚀¿Dominios anémicos? ¡No en mi guardia! 🛡️ Usando los Value Objects armamos dominios como los Avengers en este live 🎥💻 Si te perdiste el live, ¡no te preocupes te dejo el enlace para que puedas verlo completo: youtube.com/watch?v=fY1X2n… #CodeLikeAPro #ValueObjects #LiveCoding
youtube.com
YouTube
🔴 🔍 Lucene vs. Elasticsearch: ¿Cuál elegir para nuestra migración?...
Golang and DDD domain modeling stackoverflow.com/questions/5487… #valueobjects #cqrs #domaindrivendesign #go
how to define value object for file in java stackoverflow.com/questions/6654… #valueobjects #tostring #java #fileio
Simplifying Your #ObjectModel with #ValueObjects by Peter Vogel visualstudiomagazine.com/articles/2015/…
Listening to an excellent talk on #securebydesign #valueobjects #domainprimitives by @danbjson @DanielDeogun at #eddd
Porém, em vez de manter tais validações dentro da entidade em si, podemos criar classes que representem tais objetos e mover tais validações para a mesma. Assim, estamos isolando as responsabilidades e encapsulando tais validações para nossos objetos de valores (#valueobjects).
Value Objects = better PHP! 🏗️ Join Daniel Leech at the Dutch PHP Conference to learn how. 🔗 phpconference.nl/session/value-… #php #valueobjects #DPC25
Hey folks, what do you think about #PrimitiveObsession? Improve my answer: #ValueTypes or #ValueObjects? #Heap or #Stack? #Struct or #Record, in C#? #modeling #code #dotnet
Un Value Object es un objeto que se define únicamente por sus atributos. No tiene identidad propia y es inmutable. Se usa para representar conceptos que no cambian una vez creados. Un ejemplo típico es una clase Point que representa una coordenada en un plano 2D. #ValueObjects
Just published! 🚀 Dive into “Handling Complexity: Introducing Complex Value Objects in .NET” by Pawel Gerr. Learn how to tackle related primitives & compose advanced value objects. Read now: lnk.thinktecture.cloud/VO_2 #dotnet #ValueObjects #CleanCode #programming #devcommunity
💻 Cree las entidades de mi aplicación backend en mi proyecto de final de carrera, utilizando value objects que representan valores concretos como identificadores, direcciones de correo electrónico, etc. #ingsoftware #objetosvalor #valueobjects
Converting #PHP #valueobjects to #kotlin. And I was thinking I never hade to face the dollar sign again. 🤑 #kotlinlang #kotlinlove
🚀 New blog dropping 21.10.2025: “Advanced Value Object Patterns in .NET” by @PawelGerr! Discover advanced topics: Open-ended Date, Composite File Identifier, Recurring Dates, Jurisdiction & more. Stay sharp, stay tuned! #dotnet #csharp #valueobjects #softwarearchitecture…
Just published: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr Explore DDD essentials, encapsulate domain behavior, and master aggregates with Value Objects! Read here: lnk.thinktecture.cloud/VO_4 #dotnet #DDD #ValueObjects #SoftwareEngineering #TechBlog…
🚀 Coming 09.09.2025: "Value Objects in .NET: Enhancing Business Semantics" by @PawelGerr From DDD essentials to aggregate design—unlock the power of Value Objects for sharper business logic. Watch this space for the release! #dotnet #DDD #ValueObjects #SoftwareEngineering…
Nowy webinar z cyklu "How IT works" już 12 października! Rejestracja➡ bit.ly/HowITWorks_Val… 🎙 Tym razem porozmawiamy o przeniesieniu konceptu #ValueObjects używanego w #DDD (Domain Driven Development) na pole tradycyjnych projektów. Gwarantujemy solidną dawkę wiedzy!
Finishing an email notification app. All emails require a default signature. At the end I decoupled everything from the #symfony framework and used some #valueobjects and a #decorator implementing the #symfonymailer. #decoupling #refactoring #dddesign #php
Questi sono i grandi interrogativi che vorrei vedere discussi sulla TV nazionale! :P #ddd #cqrs #valueobjects
#CSharp operators can help each other to be simpler to implement; In comparison operators case, from the complex to the simpler type looks the right way for me. #ValueObjects can help in taking decisions in the aggregate. #EventSourcing #CQRS #Dotnet
Something went wrong.
Something went wrong.
United States Trends
- 1. Liverpool 119K posts
- 2. #UFCQatar 17.4K posts
- 3. Slot 92K posts
- 4. Chris Paul 7,641 posts
- 5. Anfield 21.6K posts
- 6. Lamine 31.9K posts
- 7. Isak 22.9K posts
- 8. Forest 106K posts
- 9. #LIVNFO 15.5K posts
- 10. Konate 10.9K posts
- 11. Ferran 12.6K posts
- 12. Klopp 6,061 posts
- 13. Fermin 14.7K posts
- 14. #CollegeGameDay 1,440 posts
- 15. Alex Perez N/A
- 16. Point God 4,476 posts
- 17. Topuria 6,257 posts
- 18. #Caturday 4,217 posts
- 19. Aliev 1,419 posts
- 20. Rutgers 3,619 posts