How to efficiently read NdJson in dotnet with Pipes

Both simple and optimal approaches to reading NdJson files in dotnet 8

Published · 2 years ago
C# dotnet .NET Performance
C# 11 Features - Static Abstract Members in Interfaces

From Generic Math, Parsing, and Formatting to other usages like strongly typed construction of interfaces. Static Abstract Members have so many usages but no one seems to be talking about them!

Published · 3 years ago
C# C# 11 New Features Interfaces Static Abstract Members
How I built my Personal Blog - Enabling GitHub Flavoured Markdown & Code Syntax Highlighting - Part 3

Enriching your Next.js blog by enabling GitHub Flavoured Markdown, Code Syntax Highlighting and upgrading to Next.js 14!

Published · 3 years ago
NextJS Vercel Contentlayer AppDirectory Markdown MDX Blog React TypeScript SSG GFM SyntaxHighlighting
How I built my Personal Blog - Adding support for MDX and styling with Tailwind - Part 2

Enriching your NextJS 13 blog with support for MDX and styling the generated content with TailwindCSS Typography!

Published · 3 years ago
NextJS Vercel Contentlayer AppDirectory Markdown MDX Blog React TypeScript SSG
How I built my Personal Blog with Next.js 13, Vercel and Contentlayer - Part 1

The process of how to build a blog with Next.js 13 App Directory, Vercel and Contentlayer. I'll be covering all of the details to get this setup and add some extra features!

Published · 3 years ago
NextJS Vercel Contentlayer AppDirectory Markdown MDX Blog React TypeScript SSG
Useful Hooks For Your NextJS/React Project: useEventListener

Need to listen to an event in NextJS or React this post has you covered with how to both listen to the event safely and create your own custom react hook called useEventListener that makes listening to events a breeze

Published · 3 years ago
NextJS React Hooks EventListener TypeScript TypeSafe