Load site modules...
lade...
random avatar

dgafka - Network

Posts Subscribe

Besides new website (ecotone.tech), Ecotone now comes with new Enterprise version.Ecotone Enterprise includes more custom advanced features,...

https://phpc.social/@dgafka/1142...

Besides new website (ecotone.tech), Ecotone now comes with new Enterprise version.
Ecotone Enterprise includes more custom advanced features, additional integrations, and ability to optimize the system usage.
blog.ecotone.tech/ecotone-ente

24.3.2025 07:01Besides new website (ecotone.tech), Ecotone now comes with new Enterprise version.Ecotone Enterprise includes more custom advanced features,...
https://phpc.social/@dgafka/1142...

From today, Ecotone comes with new website at https://ecotone.tech.New website provides description of features, detailed code examples, and...

https://phpc.social/@dgafka/1142...

From today, Ecotone comes with new website at ecotone.tech.
New website provides description of features, detailed code examples, and steps on how to get started.
It aims to give general feeling on what Ecotone is about :)

24.3.2025 07:01From today, Ecotone comes with new website at https://ecotone.tech.New website provides description of features, detailed code examples, and...
https://phpc.social/@dgafka/1142...

Let's explore architecture in which scalability and resiliency are side effect of our daily development, not something we struggle...

https://phpc.social/@dgafka/1133...

Let's explore architecture in which scalability and resiliency are side effect of our daily development, not something we struggle for:

dariuszgafka.medium.com/buildi

28.10.2024 07:57Let's explore architecture in which scalability and resiliency are side effect of our daily development, not something we struggle...
https://phpc.social/@dgafka/1133...

Just posted article about practical side of Domain Driven Design: https://dariuszgafka.medium.com/350a986458db#ddd #development #programming...

https://phpc.social/@dgafka/1127...

Just posted article about practical side of Domain Driven Design:
dariuszgafka.medium.com/350a98

15.7.2024 06:54Just posted article about practical side of Domain Driven Design: https://dariuszgafka.medium.com/350a986458db#ddd #development #programming...
https://phpc.social/@dgafka/1127...

Just published Article: "Building Workflows in PHP with Ecotone".Almost any business requires Workflows. Therefore it's...

https://phpc.social/@dgafka/1122...

Just published Article: "Building Workflows in PHP with Ecotone".

Almost any business requires Workflows. Therefore it's important to have ability to keep them maintainable and easy to understand.

dariuszgafka.medium.com/buildi

15.4.2024 06:18Just published Article: "Building Workflows in PHP with Ecotone".Almost any business requires Workflows. Therefore it's...
https://phpc.social/@dgafka/1122...

Just posted "Integrating PHP Applications with Ecotone and RabbitMQ"Communication between Applications can be really challenging,...

https://phpc.social/@dgafka/1120...

Just posted "Integrating PHP Applications with Ecotone and RabbitMQ"

Communication between Applications can be really challenging, yet with right level of abstraction, we can make the process effortless.

dariuszgafka.medium.com/df60f9

28.2.2024 07:23Just posted "Integrating PHP Applications with Ecotone and RabbitMQ"Communication between Applications can be really challenging,...
https://phpc.social/@dgafka/1120...

Just published "Symfony Multi-Tenant Applications with Ecotone".Let's discuss how can we build Multi-Tenant system with the...

https://phpc.social/@dgafka/1119...

Just published "Symfony Multi-Tenant Applications with Ecotone".

Let's discuss how can we build Multi-Tenant system with the least possible effort using , Doctrine , with

dariuszgafka.medium.com/symfon

19.2.2024 08:03Just published "Symfony Multi-Tenant Applications with Ecotone".Let's discuss how can we build Multi-Tenant system with the...
https://phpc.social/@dgafka/1119...

Just published "Laravel Multi-Tenant Applications with Ecotone".In this article we will focus on real life solutions for...

https://phpc.social/@dgafka/1119...

Just published "Laravel Multi-Tenant Applications with Ecotone".

In this article we will focus on real life solutions for Multi-Tenant systems using Laravel together with Ecotone Framework.

dariuszgafka.medium.com/larave

12.2.2024 08:01Just published "Laravel Multi-Tenant Applications with Ecotone".In this article we will focus on real life solutions for...
https://phpc.social/@dgafka/1119...

Just published - Working with Databases using DDD Mindset.Let's forget about low level code like SQL execution, data mapping, and...

https://phpc.social/@dgafka/1117...

Just published - Working with Databases using DDD Mindset.

Let's forget about low level code like SQL execution, data mapping, and switch the focus to the business parts of the system.

dariuszgafka.medium.com/workin

15.1.2024 07:45Just published - Working with Databases using DDD Mindset.Let's forget about low level code like SQL execution, data mapping, and...
https://phpc.social/@dgafka/1117...

Read more here: https://docs.ecotone.tech/modelling/command-handling/business-interface/working-with-database

https://phpc.social/@dgafka/1116...

Read more here: docs.ecotone.tech/modelling/co

3.1.2024 08:00Read more here: https://docs.ecotone.tech/modelling/command-handling/business-interface/working-with-database
https://phpc.social/@dgafka/1116...

With latest changes Ecotone changes, all we need to do, to work with Database access layer is to define an Business related Interface....

https://phpc.social/@dgafka/1116...

With latest changes Ecotone changes, all we need to do, to work with Database access layer is to define an Business related Interface. Ecotone will deliver the implementation of this interface and register it in your DI, and then:

- Will bind parameters automatically
- Execute given SQL
- Return result and convert it to specific type when needed

Dbal Business Methods are heavily inspired by
@SpringData.

3.1.2024 07:59With latest changes Ecotone changes, all we need to do, to work with Database access layer is to define an Business related Interface....
https://phpc.social/@dgafka/1116...

Just published: Message based-Business Oriented Interfaces.Messaging combined with Business Interfaces, can provide us with smooth...

https://phpc.social/@dgafka/1116...

Just published: Message based-Business Oriented Interfaces.

Messaging combined with Business Interfaces, can provide us with smooth development experience, testable code and a lot of extra features:
dariuszgafka.medium.com/messag

29.12.2023 07:48Just published: Message based-Business Oriented Interfaces.Messaging combined with Business Interfaces, can provide us with smooth...
https://phpc.social/@dgafka/1116...

Just published an article about #DDD and #Messaging with #Laravel and...

https://phpc.social/@dgafka/1114...

Just published an article about and with and .

dariuszgafka.medium.com/ddd-an

It covers topics such as:
- What is and how to use Messaging
- How to build applications that can self-heal
- How to focus on business parts of the system

Also includes details on:
- Domain Events
- Command and Event Handlers
- DDD Aggregates

27.11.2023 08:04Just published an article about #DDD and #Messaging with #Laravel and...
https://phpc.social/@dgafka/1114...

Finally #PHP receives production ready tooling for tracking business flows, communication between Services, errors and...

https://phpc.social/@dgafka/1113...

Finally receives production ready tooling for tracking business flows, communication between Services, errors and performance.

dariuszgafka.medium.com/finall

6.11.2023 07:44Finally #PHP receives production ready tooling for tracking business flows, communication between Services, errors and...
https://phpc.social/@dgafka/1113...

Let’s build our own Message-Driven Framework starting from proper abstraction based on Enterprise Integration...

https://phpc.social/@dgafka/1113...

Let’s build our own Message-Driven Framework starting from proper abstraction based on Enterprise Integration Patterns:

dariuszgafka.medium.com/buildi

30.10.2023 17:39Let’s build our own Message-Driven Framework starting from proper abstraction based on Enterprise Integration...
https://phpc.social/@dgafka/1113...

The YOLO Message-Driven architecture became a standard way of doing Messaging and is pretty straight forward to follow. Yet it does not...

https://phpc.social/@dgafka/1110...

The YOLO Message-Driven architecture became a standard way of doing Messaging and is pretty straight forward to follow. Yet it does not follow the basics rules of Messaging

medium.com/@dariuszgafka/yolo-

5.9.2023 07:04The YOLO Message-Driven architecture became a standard way of doing Messaging and is pretty straight forward to follow. Yet it does not...
https://phpc.social/@dgafka/1110...

Let’s ensure resiliency in our architecture without introducing Database as Message...

https://phpc.social/@dgafka/1108...

Let’s ensure resiliency in our architecture without introducing Database as Message Broker.

medium.com/@dariuszgafka/my-da

1.8.2023 07:08Let’s ensure resiliency in our architecture without introducing Database as Message...
https://phpc.social/@dgafka/1108...

Learn how Building Blocks (like Aggregates, Sagas and Event Sourcing), enable developers to build domain-focused applications while...

https://phpc.social/@dgafka/1106...

Learn how Building Blocks (like Aggregates, Sagas and Event Sourcing), enable developers to build domain-focused applications while abstracting away the complexities of integration.

medium.com/@dariuszgafka/build

4.7.2023 07:22Learn how Building Blocks (like Aggregates, Sagas and Event Sourcing), enable developers to build domain-focused applications while...
https://phpc.social/@dgafka/1106...

Explore Business Oriented Architecture with Ecotone:https://dariuszgafka.medium.com/revolutionary-boa-framework-ecotone-61e168dd55e6#php ...

https://phpc.social/@dgafka/1105...

Explore Business Oriented Architecture with Ecotone:
dariuszgafka.medium.com/revolu

20.6.2023 11:46Explore Business Oriented Architecture with Ecotone:https://dariuszgafka.medium.com/revolutionary-boa-framework-ecotone-61e168dd55e6#php ...
https://phpc.social/@dgafka/1105...

Applications in 2023 and beyond should be able to isolate failures, self-heal and scale. Let's explore how can we make it true in #PHP...

https://phpc.social/@dgafka/1098...

Applications in 2023 and beyond should be able to isolate failures, self-heal and scale. Let's explore how can we make it true in world.

dariuszgafka.medium.com/buildi

13.2.2023 06:34Applications in 2023 and beyond should be able to isolate failures, self-heal and scale. Let's explore how can we make it true in #PHP...
https://phpc.social/@dgafka/1098...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️