From b0cf84481e6af09ed58e0723553211303d00a852 Mon Sep 17 00:00:00 2001 From: thameemk <33159840+thameemk@users.noreply.github.com> Date: Tue, 4 Jun 2024 00:02:31 +0530 Subject: [PATCH] add: PyCascades --- pages/stickies.tsx | 3 ++- pages/stickies/PyCascades.tsx | 39 +++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 pages/stickies/PyCascades.tsx diff --git a/pages/stickies.tsx b/pages/stickies.tsx index f4e1f74..b685fc0 100644 --- a/pages/stickies.tsx +++ b/pages/stickies.tsx @@ -1,5 +1,6 @@ import Container from "../components/Container"; import EuroPython from "./stickies/EuroPython"; +import PyCascades from "./stickies/Pycascades"; import ResearchPaper from "./stickies/ResearchPaper"; function Stickies() { @@ -12,7 +13,7 @@ function Stickies() {

codes, blogs, thoughts, achievements ... ✍️ 🧑‍🎓

- + diff --git a/pages/stickies/PyCascades.tsx b/pages/stickies/PyCascades.tsx new file mode 100644 index 0000000..02793f8 --- /dev/null +++ b/pages/stickies/PyCascades.tsx @@ -0,0 +1,39 @@ +function PyCascades() { + return ( +
+
+
+ Building GraphQL microservices using FastAPI +
+

+ Thrilled to share that I had the incredible opportunity to speak at + PyCascades Seattle alongside{" "} + + Aby M Joseph + {" "} + 🎤. Our session was all about building GraphQL microservices + using FastAPI & Apollo GraphQL. 🛠️🔍 +
+
+ + Read More → + {" "} +

+
+
+ ); +} + +export default PyCascades;