Performance updates using Span<T> in .NET 8
Deep dive into improving a file parser by using Span<T> introduced recently in .NET 8
Deep dive into improving a file parser by using Span<T> introduced recently in .NET 8
In this post we take a look at the command line experience for creating Microsoft dev tunnels without requiring Visual Studio.
We will look at adding styles conditionally with CSS prefix and some pre-build steps. This will allow us to support themes for code sections.
This post delves into how to encrypt and decrypt data in .NET and Node using AES GCM algorithm. With front end frameworks supporting server side rendering, it should be possible to decrypt data sent from your API server in encrypted format
Most of us have done the mistake of thinking our web app will get the same performance that we get in development in production. Let's look at ways to test your web app for slow server performance
This post explains how to create collapsible groups and color formatting for logs in GitHub Actions
Few sources for good illustrations and icons for your projects. Some of the ones I have used and would help you with your projects.
A look at how moving to GitHub has helped improve developer productivity by providing a better way to share code and collaborate with others.
Having a great working desk is important for a good developer. Few months back, I purchased a new IKEA Bekant Desk and IKEA Alex drawer cabinet, that helps me work better.
Let's look at adding dark mode to your Next.js website or blog using Tailwind CSS; By taking a deep dive at what's needed to support dark mode
This is my new blog octocat.dev. Going forward all my new blog posts will appear in this blog.
GitHub Actions is a new way to run a CI pipeline, especially for open source projects. GitHub actions can be used to run complex pipelines with build, unit tests and more. In this post, we will look at setting up a pipeline for build and test for a .NET web app.