Skip to content

Commit

Permalink
Merge pull request #10 from juliotrigo/update_post_modified_dates
Browse files Browse the repository at this point in the history
Update posts modified dates and update notes
  • Loading branch information
juliotrigo authored Jan 27, 2024
2 parents 313a896 + 9abd10c commit 9b2ea57
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: post
title: "PyConES 2019 - A practical DDD approach to Nameko microservices"
author: Julio Trigo
date: 2019-10-07 19:50:00 +0100
modified_date: 2020-04-18 00:00:00 +0000
last_modified_at: 2020-05-08 18:00:00 +0000
modified_date: 2020-04-18 18:00:00 +0000
last_modified_at: 2024-01-27 12:15:00 +0100
permalink: /articles/pycones-2019-a-practical-ddd-approach-to-nameko-microservices/
redirect_from: /posts/pycones-2019-a-practical-ddd-approach-to-nameko-microservices/
tags:
Expand Down Expand Up @@ -32,3 +32,7 @@ Here's the excerpt of the talk:
*We will also show **a practical domain-driven design (DDD) approach to building a microservices architecture**, showing how the design of the solution is driven by the domain of the application, the different types of services that we create (application/facades, domain), what their responsibilities are and how they can communicate with each other.*

*Finally, we will discuss one of the most important things in software design: how/when to **split our code into different components** (services, dependencies, modules, functions, etc.) so that they serve a single purpose, are easy to understand/extend and “fit in your head”.*

***2020-04-18 - Update:***

YouTube video added.
7 changes: 6 additions & 1 deletion _posts/2019-11-12-lato-2-0-font-family.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ layout: post
title: "Lato 2.0 Font Family"
author: Julio Trigo
date: 2019-11-12 23:47:00 +0100
last_modified_at: 2020-05-08 18:00:00 +0000
modified_date: 2020-04-18 18:00:00 +0000
last_modified_at: 2024-01-27 12:15:00 +0100
permalink: /articles/lato-2-0-font-family/
redirect_from: /posts/lato-2-0-font-family/
tags:
Expand Down Expand Up @@ -43,3 +44,7 @@ At that point, and taking all things into consideration, I decided that I still
page

Finally, just enjoy the `2.0` version of the *Lato* font family!

***2020-04-18 - Update:***

Text amendments.
3 changes: 1 addition & 2 deletions _posts/2023-02-26-installing-ruby-on-a-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ layout: post
title: "Installing Ruby on a Mac"
author: Julio Trigo
date: 2023-02-28 20:45:00 +0100
modified_date: 2023-02-28 20:45:00 +0100
last_modified_at: 2023-02-28 20:45:00 +0100
last_modified_at: 2024-01-27 12:15:00 +0100
permalink: /articles/installing-ruby-on-a-mac/
tags:
- Ruby
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: "Installing Node.js and npm on a Mac"
author: Julio Trigo
date: 2024-01-27 12:15:00 +0100
modified_date: 2024-01-27 12:15:00 +0100
last_modified_at: 2024-01-27 12:15:00 +0100
permalink: /articles/installing-nodejs-and-npm-on-a-mac/
tags:
Expand Down

0 comments on commit 9b2ea57

Please sign in to comment.