Skip to content

Commit ac8d436

Browse files
committed
post(hexa-domain): add a new post about hexagonal domain
1 parent 179a2a3 commit ac8d436

6 files changed

+1911
-12
lines changed

Gemfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '4.3.3'
3+
gem 'jekyll', '4.3.4'
44

55
group :jekyll_plugins do
6-
gem 'nokogiri', '~> 1.15'
7-
gem 'jekyll-paginate', '~> 1.1'
8-
gem 'jemoji', '~> 0.13'
9-
gem 'premonition', '~> 4.0'
10-
gem 'jekyll-last-modified-at', '~> 1.1'
11-
gem 'jekyll-polyglot', '~> 1.7'
12-
gem 'jekyll_picture_tag', '~> 2.1'
13-
gem 'addressable', '~> 2.8'
6+
gem 'nokogiri', '= 1.16.7'
7+
gem 'jekyll-paginate', '= 1.1.0'
8+
gem 'jemoji', '= 0.13.0'
9+
gem 'premonition', '= 4.0.2'
10+
gem 'jekyll-last-modified-at', '= 1.3.2'
11+
gem 'jekyll-polyglot', '= 1.8.1'
12+
gem 'jekyll_picture_tag', '= 2.1.0'
13+
gem 'addressable', '= 2.8.7'
1414
end
1515

16-
gem 'webrick', '~> 1.8'
16+
gem 'webrick', '= 1.8.2'

_posts/2023-11-03-hexagonal-architecture.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2023-11-06 00:28:00 +0200
55
description: "Explorez l'architecture hexagonale, une approche isolant la logique métier pour des applications évolutives et robustes."
66
img: hexagonal-architecture.jpg
77
fig-caption: Photo de <a href="https://unsplash.com/fr/@drmakete?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">drmakete lab</a> sur <a href="https://unsplash.com/fr/photos/le-reflet-du-ciel-dans-le-verre-dun-batiment-hsg538WrP0Y?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>
8-
tags: [Hexagonal, Clean, Architecture, DDD, SOLID, Craftsmanship]
8+
tags: [Hexagonal-Architecture, Clean-Architecture, DDD, SOLID, Craftsmanship]
99
lang: fr
1010
permalink: /hexagonal-architecture/
1111
status: finished

0 commit comments

Comments
 (0)