Skip to content

Commit b57057c

Browse files
authored
update blogs & add aniket (#907)
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent 1c1337f commit b57057c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

docs-source/spring/content/blogs/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ This page acts as an index/aggregator for some of our featured content.
1010

1111
![YouTube icon](./youtube.png) &nbsp; And be sure to subscribe to our YouTube channel ["The Converged Database"](https://www.youtube.com/@theconvergeddatabase6236) for more great content!
1212

13+
{{< blog
14+
author="aniket"
15+
date="7/22/2024"
16+
title="Blowing Up Database Monoliths"
17+
link="https://www.linkedin.com/pulse/blowing-up-database-monoliths-aniket-tiwari-qsuzf/"
18+
abstract="A deep dive into Data Recfactoring Advisor - an innovative method to refactor monolithic database schema for microservices."
19+
>}}
20+
1321
{{< blog
1422
author="mark"
1523
date="4/17/2024"
104 KB
Loading

docs-source/spring/themes/hugo-geekdoc/layouts/shortcodes/blog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
(cond (eq . "paul") "Paul Parkinson"
1818
(cond (eq . "paulo") "Paulo Simoes"
1919
(cond (eq . "sanjay") "Sanjay Goil"
20-
"")))))))))
20+
(cond (eq . "aniket") "Aniket Tiwari"
21+
""))))))))))
2122
}}
2223
{{ end }} - {{ .Get "date" }}</i></p>
2324
</td>

0 commit comments

Comments
 (0)