Skip to content

Commit

Permalink
feat(article): update date
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 2, 2024
1 parent 57811ab commit 2e52eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Introduction and the Authorisation Server'
date: '2024-08-01'
date: '2024-08-02'
tags: ['java', 'spring boot', 'spring security', 'oauth2']
images: ['/articles/distributed-chat-system/banner.png']
summary: 'An introduction to the chat system, including the design and implementation of its authorisation server.'
Expand Down
2 changes: 1 addition & 1 deletion data/series/distributed-chat-system.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Simple, Modular & Distributed Chat System
date: '2024-08-01'
date: '2024-08-02'
tags: ['backend', 'java', 'spring boot', 'spring security', 'oauth2']
images: ['/articles/distributed-chat-system/banner.png']
summary: 'A deep dive into designing a modular and distributed chat system designed to provide secure, scalable direct messaging solution.'
Expand Down

0 comments on commit 2e52eb8

Please sign in to comment.