How to efficiently read NdJson in dotnet with Pipes
New

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

Published · in 41 minutes
C#dotnet.NETPerformance
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 · 6 months ago
C#C# 11New FeaturesInterfacesStatic 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 · 7 months ago
NextJSVercelContentlayerAppDirectoryMarkdownMDXBlogReactTypeScriptSSGGFMSyntaxHighlighting
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 · 8 months ago
NextJSVercelContentlayerAppDirectoryMarkdownMDXBlogReactTypeScriptSSG
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 · 2 years ago
NextJSVercelContentlayerAppDirectoryMarkdownMDXBlogReactTypeScriptSSG
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 · 2 years ago
NextJSReactHooksEventListenerTypeScriptTypeSafe