Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit fc3d6a2

Browse files
authored
Module federation post (#105) 🚀
* Setup new post 🚀 * Introduction for new post 🚀 * Adding stuff to new post 🚀 * Continue post :rocke: * Post 🚀 * Post 🚀 * Added explanation fo cance order widget * Post stuff - remotes 🚀 * Completed explanation 🚀 * Article completed 🚀 * Preparing to publish 🚀 * Ready for release 🚀
1 parent 44cc8e0 commit fc3d6a2

3 files changed

+398
-7
lines changed

src/posts/2021-05-31-swift-linux-test-local-ci-docker-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "How to test your Swift source code on Linux: locally and on Github Actions"
33
description: "Quick tips (useful for open source projects) for testing your Swift source code on Linux locally
44
and with Github Actions."
5-
date: 2021-05-15
5+
date: 2021-05-31
66
image: ../images/posts/spm-swift.jpg
77
tags: [swift, ios, apple, mobile application development, macos, tvos, watchos]
88
comments: true

src/posts/2022-03-02-custom-jackson-module-deserlializer-serializer-object-mapper-java-spi.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "A custom module for Jackson object mapper using Java Service Provider"
33
description: "Sometimes you have custom Jackson object mapper imported from external modules/libraries. How can you
44
customize their serialization/deserialization? Let's go to discover the power of Java Service Provider Interface."
5-
date: 2022-03-18
5+
date: 2022-03-02
66
image: ../images/posts/fasterxml-logo.jpg
77
tags: [java, kotlin, web development]
88
comments: true
@@ -16,11 +16,7 @@ customize their serialization/deserialization? Let's go to discover the power of
1616
---
1717

1818
In the last weeks I started to work in a new team on a new project at [lm group](https://lmgroup.lastminute.com
19-
"lastminute"). One of the goals we have is to renew the foundations of the company software overall architecture by
20-
introducing in the development workflow new technologies. In particular, we are using [Axon](https://www.axoniq.io),
21-
a framework to help developer to create [Domain Driven Design](https://www.fabrizioduroni.it/2021/06/06/ddd-dictionary/) applications
22-
that leverage specific architectural pattern like [CQRS](https://martinfowler.com/bliki/CQRS.html) and
23-
[Event Sourcing](https://martinfowler.com/eaaDev/EventSourcing.html).
19+
"lastminute"). One of the goals we have is to renew the foundations of the company software overall architecture by introducing in the development workflow new technologies. In particular, we are using [Axon](https://www.axoniq.io), a framework to help developer to create [Domain Driven Design](https://www.fabrizioduroni.it/2021/06/06/ddd-dictionary/) applications that leverage specific architectural pattern like [CQRS](https://martinfowler.com/bliki/CQRS.html) and [Event Sourcing](https://martinfowler.com/eaaDev/EventSourcing.html).
2420
During the definition of a new microservice we had to customize the object mapper used by Axon,
2521
defined in one maven module (that will probably be integrated in our [app-framework framework](https://technology.lastminute.com/frontend-backend-languages-frameworks/)
2622
if we decide to stick with it) from one of our new app specific module *without creating any kind of

0 commit comments

Comments
 (0)