Skip to content

Commit

Permalink
post(hexa-domain): add a new post about hexagonal domain
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Oct 4, 2024
1 parent 179a2a3 commit ac8d436
Show file tree
Hide file tree
Showing 6 changed files with 1,911 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
source 'https://rubygems.org'

gem 'jekyll', '4.3.3'
gem 'jekyll', '4.3.4'

group :jekyll_plugins do
gem 'nokogiri', '~> 1.15'
gem 'jekyll-paginate', '~> 1.1'
gem 'jemoji', '~> 0.13'
gem 'premonition', '~> 4.0'
gem 'jekyll-last-modified-at', '~> 1.1'
gem 'jekyll-polyglot', '~> 1.7'
gem 'jekyll_picture_tag', '~> 2.1'
gem 'addressable', '~> 2.8'
gem 'nokogiri', '= 1.16.7'
gem 'jekyll-paginate', '= 1.1.0'
gem 'jemoji', '= 0.13.0'
gem 'premonition', '= 4.0.2'
gem 'jekyll-last-modified-at', '= 1.3.2'
gem 'jekyll-polyglot', '= 1.8.1'
gem 'jekyll_picture_tag', '= 2.1.0'
gem 'addressable', '= 2.8.7'
end

gem 'webrick', '~> 1.8'
gem 'webrick', '= 1.8.2'
2 changes: 1 addition & 1 deletion _posts/2023-11-03-hexagonal-architecture.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2023-11-06 00:28:00 +0200
description: "Explorez l'architecture hexagonale, une approche isolant la logique métier pour des applications évolutives et robustes."
img: hexagonal-architecture.jpg
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>
tags: [Hexagonal, Clean, Architecture, DDD, SOLID, Craftsmanship]
tags: [Hexagonal-Architecture, Clean-Architecture, DDD, SOLID, Craftsmanship]
lang: fr
permalink: /hexagonal-architecture/
status: finished
Expand Down
Loading

0 comments on commit ac8d436

Please sign in to comment.