#domainmodeling search results

New post on our blog! 🌐 Dive into tactical DDD with practical examples on entities, value objects, aggregates, and repositories, inspired by real-world expert conversations. bit.ly/4qhLmoj #DDD #domainModeling #softwareArchitecture


@VaughnVernon & the authors of his Signature Series team up for a free online conference on May 12👩‍💻 Lectures by @hschwentner @dluebke @pautasso @launchany @VaughnVernon Steffen Hartmann on #softwarearchitecture, #domainmodeling & #APIdesign ➡️Register: wps.de/en/news/appoin…

InformIT's tweet image. @VaughnVernon & the authors of his Signature Series team up for a free online conference on May 12👩‍💻

Lectures by @hschwentner @dluebke @pautasso @launchany @VaughnVernon Steffen Hartmann on #softwarearchitecture, #domainmodeling & #APIdesign

➡️Register: wps.de/en/news/appoin…

🇱🇹 Unsere Kollegen @marcoemrich und @145ferdi sind nächste Woche als Keynote-Speaker auf den #DevDays Europe dabei 💪: cclnk.de/3orM1I5 🇳🇱 Auch auf der #DDDEurope könnt ihr sie am 7. Juni mit diesem Talk erleben: cclnk.de/3KYnWQK #domainmodeling

codecentric's tweet image. 🇱🇹 Unsere Kollegen @marcoemrich und @145ferdi sind nächste Woche als Keynote-Speaker auf den #DevDays Europe dabei 💪: cclnk.de/3orM1I5
🇳🇱 Auch auf der #DDDEurope könnt ihr sie am 7. Juni mit diesem Talk erleben: cclnk.de/3KYnWQK
#domainmodeling

In this Azure DevOps Podcast episode, Domain Modeling Made Functional. bit.ly/3vYFsgj Listen to another perspective on how functional thinking impacts architecture @jeffreypalermo @ScottWlaschin #azuredevops #fsharp #domainmodeling #functionalProgramming

ClearMeasure's tweet image. In this Azure DevOps Podcast episode, Domain Modeling Made Functional.

bit.ly/3vYFsgj  

Listen to another perspective on how functional thinking impacts architecture    

@jeffreypalermo  @ScottWlaschin  #azuredevops #fsharp #domainmodeling #functionalProgramming

Context engineering + domain modeling = safer, more reliable AI applications that speak your business language and promote reuse. Introducing Domain-Integrated Context Engineering (DICE) medium.com/@springrod/con… #AI #ContextEngineering #DomainModeling


.@v1bhormahajan recommends #OpenAPI specifications as guard rails for developers, helping communicate schema design. Stay ahead of the curve by implementing #API specs as your primary tool for #DomainModeling #Specmatic #SoftwareDevelopment #APItesting #ContractTesting #CDD


In this Azure DevOps Podcast episode, Domain Modeling Made Functional. bit.ly/3N31IwH Understand how F# fits into any business application @jeffreypalermo @ScottWlaschin #azuredevops #fsharp #domainmodeling #functionalProgramming

ClearMeasure's tweet image. In this Azure DevOps Podcast episode, Domain Modeling Made Functional.

bit.ly/3N31IwH   

Understand how F# fits into any business application   

@jeffreypalermo  @ScottWlaschin #azuredevops #fsharp #domainmodeling #functionalProgramming

A new release of `fmodel-ts` library has been published 🎉 "v1.3.2" 🎉. It aims to bring functional, algebraic, and compositional domain modeling to #TypeScript. It is inspired by #DomainModeling, #EventSourcing, and Functional programming communities. 💙github.com/fraktalio/fmod…💙

fraktalio's tweet image. A new release of `fmodel-ts` library has been published 🎉 "v1.3.2" 🎉. It aims to bring functional, algebraic, and compositional domain modeling to #TypeScript. It is inspired by #DomainModeling, #EventSourcing, and Functional programming communities. 💙github.com/fraktalio/fmod…💙

Power funktionaler Domänenmodellierung! @marcoemrich zeigt in einer Live-Coding-Session, wie Fachexperten & Entwickler direkt am Code arbeiten können. Macht mit und erlebt die praktische Arbeit. #DomainModeling #LiveCoding #FunktionaleProgrammierung buff.ly/3nJre2u

developer_week's tweet image. Power funktionaler Domänenmodellierung! @marcoemrich zeigt in einer Live-Coding-Session, wie Fachexperten & Entwickler direkt am Code arbeiten können. Macht mit und erlebt die praktische Arbeit. #DomainModeling #LiveCoding #FunktionaleProgrammierung  buff.ly/3nJre2u

A new #Fmodel demo application has been published github.com/fraktalio/fmod…. It is a traditional/state-stored system/flavor. You can have both, event-sourced and/or state-stored. We make the transition from one to another simple and easy! #EventModeling #DomainModeling #Kotlin

fraktalio's tweet image. A new #Fmodel demo application has been published github.com/fraktalio/fmod…. It is a traditional/state-stored system/flavor. You can have both, event-sourced and/or state-stored. We make the transition from one to another simple and easy! #EventModeling #DomainModeling #Kotlin

#DomainModeling, #EventSourcing, #CQRS with @rustlang github.com/fraktalio/fmod… - Inspired by Functional Programming and #DDD communities! - Promotes a clear separation between data and behavior! - Safe and Ergonomic! #Decider #AlgebraicDataTypes #DataDriven


#DomainModeling, influenced by functional programming principles, aims to accurately represent the business domain in the source code. #Rust is ideal thanks to its ownership model and type system, which enforce correctness and reliability. github.com/fraktalio/fmod…


#SpecificationByExample is a collaborative approach to software analysis and testing. It is the fastest way to align people from different roles on what exactly we need to build and how to test it! #EventSourcing #DomainModeling fraktalio.com/blog/specifica…

fraktalio's tweet image. #SpecificationByExample is a collaborative approach to software analysis and testing. It is the fastest way to align people from different roles on what exactly we need to build and how to test it!

#EventSourcing #DomainModeling
fraktalio.com/blog/specifica…

MVC shows you where to put code. DDD shows you what it should say. • One place for business logic • Domain-first thinking • Less glue code, more clarity I’d trade 5 years of patterns for 1 year of DDD. #domainmodeling


Creating "AI agents" is a way to abstract, mean to enhance how we program features—not to mimic humans capabilities. An agent named "product manager" has vague definition; it lacks clear scope of responsibilities & capabilities. #AiAgents #DomainModeling


Event Storming isn't just about drawing diagrams; it's about experiencing your domain. Participants act out events, commands, and processes, making the abstract concrete. #DomainModeling #Experience


Functional Domain Modeling aims to accurately represent the business domain in the code. This first in a series of posts looks at why @rustlang is ideal for this. xebia.com/blog/functiona… #domainmodeling #functionalprogramming @juanpedromoreno


New post on our blog! 🌐 Dive into tactical DDD with practical examples on entities, value objects, aggregates, and repositories, inspired by real-world expert conversations. bit.ly/4qhLmoj #DDD #domainModeling #softwareArchitecture


Context engineering + domain modeling = safer, more reliable AI applications that speak your business language and promote reuse. Introducing Domain-Integrated Context Engineering (DICE) medium.com/@springrod/con… #AI #ContextEngineering #DomainModeling


MVC shows you where to put code. DDD shows you what it should say. • One place for business logic • Domain-first thinking • Less glue code, more clarity I’d trade 5 years of patterns for 1 year of DDD. #domainmodeling


🔹 Evolve the Model – Learning is ongoing. The domain model should change as new insights emerge. Static models lead to brittle software. 🔹 Align Code with the Model – If the implementation doesn’t reflect the domain model, the model is useless. #DomainModeling #TechLeadership


Creating "AI agents" is a way to abstract, mean to enhance how we program features—not to mimic humans capabilities. An agent named "product manager" has vague definition; it lacks clear scope of responsibilities & capabilities. #AiAgents #DomainModeling


🚀 Exciting news! Our latest reference guide for the Fmodel #TypeScript library is now live! Dive in to explore advanced #DomainModeling, #EventSourcing, and #InformationSystems techniques. Check it out here: fraktalio.com/fmodel-ts/


10/ 📷 Conclusion: Event Storming isn't just a technique; it's a mindset shift towards dynamic, collaborative domain modeling. For anyone serious about DDD, it's a tool that revolutionizes how we understand and design software systems. #TechWorkshops #DomainModeling


Event Storming isn't just about drawing diagrams; it's about experiencing your domain. Participants act out events, commands, and processes, making the abstract concrete. #DomainModeling #Experience


We are exploring #DomainModeling in #TypeScript using the #FModel library on the @deno_land runtime. Check out this demo: github.com/fraktalio/fmod… 🚀 We are modeling #EventSourcing in the `Deno KV` database.

fraktalio's tweet image. We are exploring #DomainModeling in #TypeScript using the #FModel library on the @deno_land runtime. 

Check out this demo: github.com/fraktalio/fmod… 🚀
We are modeling #EventSourcing in the `Deno KV` database.

Not all data relationships need to be within the same Aggregate. Focus on which relationships are critical for consistency—those are the ones that belong inside the same Aggregate. 🌐 #DDDesign #DomainDrivenDesign #DomainModeling


Serializing and deserializing interface properties in C# to JSON using JsonDerivedType { by Tomohisa Takaoka } from @hashnode #csharp #functional #domainmodeling #json #serialization #dotnet tomohisa.hashnode.dev/serializing-an…


Effortlessly transform your domain models into powerful PostgreSQL extensions. fraktalio.com/run-in-db #DomainModeling #Postgres #FModel #Rust


How do we ensure that our data is not just a static snapshot but a dynamic, evolving story? Unleashing the power of data! Let’s talk `events`! #EventSourcing #DomainModeling #InformationSystems fraktalio.com/event-sourcing


Discover a new approach to domain modeling with the Neighborhood Domain concept by Benjamen Pyle. Learn how it simplifies architectural complexity and improves software systems to better serve business needs. #DomainModeling #NeighborhoodDomain #Softwareift.tt/XSQPGHn

dev.to

The Neighborhood Domain will Quickly Improve your Modeling Skills

Microservices are about domain decomposition. This decomposition allows code to be deployed that is...


Domain Model = Event Model + Software Model Our clear and transparent approach tackles challenges in ways others haven't even considered. This process produces measurable outcomes that drive business success. #DomainModeling #EventModeling #Solutions fraktalio.com/domain-modeling


Announcing `f { store }`, an innovative platform driven by @supabase / Postgres, tailored to empower you in executing, running, and orchestrating event-driven applications. Currently in its private alpha stage. #EventSourcing #DomainModeling #EdgeFunctions fstore.fraktalio.com


.@v1bhormahajan recommends #OpenAPI specifications as guard rails for developers, helping communicate schema design. Stay ahead of the curve by implementing #API specs as your primary tool for #DomainModeling #Specmatic #SoftwareDevelopment #APItesting #ContractTesting #CDD


No results for "#domainmodeling"

In this Azure DevOps Podcast episode, Domain Modeling Made Functional. bit.ly/3vYFsgj Understand how F# fits into any business application @jeffreypalermo @ScottWlaschin #azuredevops #fsharp #domainmodeling #functionalProgramming

ClearMeasure's tweet image. In this Azure DevOps Podcast episode, Domain Modeling Made Functional.

bit.ly/3vYFsgj  

Understand how F# fits into any business application  

@jeffreypalermo  @ScottWlaschin  #azuredevops #fsharp #domainmodeling #functionalProgramming

@VaughnVernon & the authors of his Signature Series team up for a free online conference on May 12👩‍💻 Lectures by @hschwentner @dluebke @pautasso @launchany @VaughnVernon Steffen Hartmann on #softwarearchitecture, #domainmodeling & #APIdesign ➡️Register: wps.de/en/news/appoin…

InformIT's tweet image. @VaughnVernon & the authors of his Signature Series team up for a free online conference on May 12👩‍💻

Lectures by @hschwentner @dluebke @pautasso @launchany @VaughnVernon Steffen Hartmann on #softwarearchitecture, #domainmodeling & #APIdesign

➡️Register: wps.de/en/news/appoin…

44% off @InformIT eBook (through Oct. 20): "Domain-Driven Design Distilled" by Vaughn Vernon @VaughnVernon #DDDesign #DomainModeling #DDDesign #programming informit.com/deals/

Dhabolt's tweet image. 44% off @InformIT eBook (through Oct. 20): "Domain-Driven Design Distilled" by Vaughn Vernon @VaughnVernon #DDDesign #DomainModeling #DDDesign #programming informit.com/deals/

🇱🇹 Unsere Kollegen @marcoemrich und @145ferdi sind nächste Woche als Keynote-Speaker auf den #DevDays Europe dabei 💪: cclnk.de/3orM1I5 🇳🇱 Auch auf der #DDDEurope könnt ihr sie am 7. Juni mit diesem Talk erleben: cclnk.de/3KYnWQK #domainmodeling

codecentric's tweet image. 🇱🇹 Unsere Kollegen @marcoemrich und @145ferdi sind nächste Woche als Keynote-Speaker auf den #DevDays Europe dabei 💪: cclnk.de/3orM1I5
🇳🇱 Auch auf der #DDDEurope könnt ihr sie am 7. Juni mit diesem Talk erleben: cclnk.de/3KYnWQK
#domainmodeling

Diversão de final de semana: Domain Model & Data Model #modeling #datamodeling #domainmodeling

salubcosta's tweet image. Diversão de final de semana: 
Domain Model & Data Model 

#modeling #datamodeling #domainmodeling
salubcosta's tweet image. Diversão de final de semana: 
Domain Model & Data Model 

#modeling #datamodeling #domainmodeling

In this Azure DevOps Podcast episode, Domain Modeling Made Functional. bit.ly/3N31IwH Understand how F# fits into any business application @jeffreypalermo @ScottWlaschin #azuredevops #fsharp #domainmodeling #functionalProgramming

ClearMeasure's tweet image. In this Azure DevOps Podcast episode, Domain Modeling Made Functional.

bit.ly/3N31IwH   

Understand how F# fits into any business application   

@jeffreypalermo  @ScottWlaschin #azuredevops #fsharp #domainmodeling #functionalProgramming

Accelerate the development of compositional, safe, and ergonomic applications. #DomainModeling #Kotlin fraktalio.com/blog/posts

fraktalio's tweet image. Accelerate the development of compositional, safe, and ergonomic applications.  #DomainModeling #Kotlin fraktalio.com/blog/posts

In this Azure DevOps Podcast episode, Domain Modeling Made Functional. bit.ly/3vYFsgj Listen to another perspective on how functional thinking impacts architecture @jeffreypalermo @ScottWlaschin #azuredevops #fsharp #domainmodeling #functionalProgramming

ClearMeasure's tweet image. In this Azure DevOps Podcast episode, Domain Modeling Made Functional.

bit.ly/3vYFsgj  

Listen to another perspective on how functional thinking impacts architecture    

@jeffreypalermo  @ScottWlaschin  #azuredevops #fsharp #domainmodeling #functionalProgramming

Interested in #DomainModeling, messaging, decomposed systems, software building, or journeylism? Then you should attend #DrivUn23 (a people-driven #unconference) and meet @yreynhout To register, visit drivun.co

DrivUnConf's tweet image. Interested in #DomainModeling, messaging, decomposed systems,  software building, or journeylism?

Then you should attend #DrivUn23 (a people-driven #unconference) and meet @yreynhout  

To register, visit drivun.co

Also 50% off @ManningBooks book (Apr. 01): "Functional and Reactive Domain Modeling" by Debasish Ghosh @DebasishG w/forward by Jonas Boner @jboner #FunctionalProgramming #ReactiveProgramming #DomainModeling #DDDesign #scala #java manning.com/dotd

Dhabolt's tweet image. Also 50% off @ManningBooks book (Apr. 01): "Functional and Reactive Domain Modeling" by Debasish Ghosh @DebasishG w/forward by Jonas Boner @jboner #FunctionalProgramming #ReactiveProgramming #DomainModeling #DDDesign #scala #java manning.com/dotd

Interested in building robust information systems (with #DomainModeling, #EventSourcing, and #CQRS) that can scale and evolve? Then you should attend #DrivUn23 (a people-driven #unconference) and meet @idugalic To register, visit drivun.co

DrivUnConf's tweet image. Interested in building robust information systems (with #DomainModeling, #EventSourcing, and #CQRS) that can scale and evolve?

Then you should attend #DrivUn23 (a people-driven #unconference) and meet @idugalic 

To register, visit drivun.co

#DomainModeling makes your code flexible and scalable. Contentstack and Surfboard Ventures conducted their second Bitwise virtual session for #students in India to help them improve their #programming skills.

Contentstack's tweet image. #DomainModeling makes your code flexible and scalable. Contentstack and Surfboard Ventures conducted their second Bitwise virtual session for #students in India to help them improve their #programming skills.

Also 50% off @ManningBooks book (July 20): "Functional and Reactive Domain Modeling" by Debasish Ghosh @DebasishG w/forward by Jonas Boner @jboner #FunctionalProgramming #ReactiveProgramming #DomainModeling #DDDesign #scala #java manning.com/dotd

Dhabolt's tweet image. Also 50% off @ManningBooks book (July 20): "Functional and Reactive Domain Modeling" by Debasish Ghosh @DebasishG w/forward by Jonas Boner @jboner #FunctionalProgramming #ReactiveProgramming #DomainModeling #DDDesign #scala #java manning.com/dotd

In this Azure DevOps Podcast episode, Domain Modeling Made Functional. bit.ly/3N31IwH Understand how F# fits into any business application @jeffreypalermo @ScottWlaschin #azuredevops #fsharp #domainmodeling #functionalProgramming

ClearMeasure's tweet image. In this Azure DevOps Podcast episode, Domain Modeling Made Functional.

bit.ly/3N31IwH   

Understand how F# fits into any business application   

@jeffreypalermo  @ScottWlaschin #azuredevops #fsharp #domainmodeling #functionalProgramming

@PapaChrisMatts and I describe the seven information smells of domain modeling. buff.ly/2Zvksfo #InsideProduct #DomainModeling

KBPMedia's tweet image. @PapaChrisMatts and I describe the seven information smells of domain modeling. buff.ly/2Zvksfo #InsideProduct #DomainModeling

50% off @ManningBooks book (Nov. 18): "Functional and Reactive Domain Modeling" by Debasish Ghosh @DebasishG w/foreword by Jonas Boner @jboner #FunctionalProgramming #ReactiveProgramming #DomainModeling #DDDesign #scala #java manning.com/dotd

Dhabolt's tweet image. 50% off @ManningBooks book (Nov. 18): "Functional and Reactive Domain Modeling" by Debasish Ghosh @DebasishG w/foreword by Jonas Boner @jboner #FunctionalProgramming #ReactiveProgramming #DomainModeling #DDDesign #scala #java manning.com/dotd

A new release of `fmodel-ts` library has been published 🎉 "v1.3.2" 🎉. It aims to bring functional, algebraic, and compositional domain modeling to #TypeScript. It is inspired by #DomainModeling, #EventSourcing, and Functional programming communities. 💙github.com/fraktalio/fmod…💙

fraktalio's tweet image. A new release of `fmodel-ts` library has been published 🎉 "v1.3.2" 🎉. It aims to bring functional, algebraic, and compositional domain modeling to #TypeScript. It is inspired by #DomainModeling, #EventSourcing, and Functional programming communities. 💙github.com/fraktalio/fmod…💙

The Decision-making process (a #Decider) is driven by data in which you make new decisions (events) based on the current state (current events) and action (command) being triggered. fraktalio.com/blog/specifica… #SpecificationByExample #DomainModeling #EventSourcing #Kotlin

fraktalio's tweet image. The Decision-making process (a #Decider) is driven by data in which you make new decisions (events) based on the current state (current events) and action (command) being triggered. fraktalio.com/blog/specifica… #SpecificationByExample #DomainModeling #EventSourcing #Kotlin

Loading...

Something went wrong.


Something went wrong.


United States Trends