Skip to content

Commit

Permalink
feat: ✨ d
Browse files Browse the repository at this point in the history
dddd

BREAKING CHANGE: dd
  • Loading branch information
GurdipS5 committed Jun 20, 2024
1 parent 637c57e commit 962358f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/data/sections/experience-section.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
kubernetes,
nginx,
npm,
kong,
prometheus,
redis,
grafana,
Expand Down Expand Up @@ -82,7 +83,7 @@ const experienceSectionData = {
`,
tagsList: {
title: 'Technologies',
tags: [aws(), azuredevops(), eks() ]
tags: [aws(), azuredevops(), kong(), eks() ]
},
links: [twitter({ url: '#' }), github({ url: '#' })],
},
Expand Down
6 changes: 3 additions & 3 deletions src/data/sections/favorites-section.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const favoritesSectionData = {
title: 'Books I read',
data: [
{
image: import('@/assets/favorites/books/book-1.jpeg'),
title: 'The Pragmatic Programmer: From Journeyman to Master',
author: 'Andy Hunt, Dave Thomas',
image: import('@/assets/favorites/books/91YfNb49PLL._AC_UF1000,1000_QL80_.jpg'),
title: 'Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems',
author: 'Martin Kleppmann',
url: 'https://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer',
},
{
Expand Down

0 comments on commit 962358f

Please sign in to comment.