Skip to content

Commit 63cb56b

Browse files
authored
Merge branch 'main' into docs/studio-prisma-next-migrations
2 parents 71fa08d + 623159e commit 63cb56b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

apps/blog/src/lib/author-bios.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@ const AUTHOR_BIOS: AuthorBio[] = [
196196
{ platform: "github", url: "https://github.com/kristof-siket" },
197197
],
198198
},
199+
{
200+
names: ["Nikolas Burk"],
201+
bio: "Nikolas was employee #3 at Prisma and spent 9 years teaching developers about ORMs and databases. He left in October 2025 to focus on his own projects and work as an independent Software Engineer and Developer Educator.",
202+
socials: [
203+
{ platform: "x", url: "https://x.com/nikolasburk" },
204+
{ platform: "github", url: "https://github.com/nikolasburk" },
205+
],
206+
},
199207
];
200208

201209
/**

0 commit comments

Comments
 (0)