Skip to main content
WhoCode
Front End Engineer
View all authors

Sample Code

Due to work, I’ve intermittently used some concurrency programming tools in the past, but I never really explored what concurrency programming truly entails.

This article aims to fill that gap and help me supplement my foundational knowledge of concurrency programming.

I’ve always believed that the most effective way to learn is by doing, so I created a simple demo program. If you’re interested, you can find this demo using the link above.

c#queue5 min read

I just discovered that NATS has released a new NuGet package. The previous NATS.Client has been iterated and replaced by NATS.NET. Out of curiosity, I decided to take a closer look and revisit NATS along the way.

info

NATS.Client has not been deprecated; it mainly supports older versions of .NET development environments. Back in 2023, I created a demo project using NATS.Client as a learning resource. If you're interested, you can check out the project via this link.

Here’s the link to the code used for demonstration.

dotnetmessage-agent7 min read

Next.js is one of the most popular frameworks with a thriving community. In just a few years, it has spawned numerous excellent services and tools, significantly enhancing developer performance.

In this article, I will introduce essential AI tools for developing Next.js projects. These tools not only boost efficiency but also greatly reduce errors, allowing developers to focus more on the development process itself.

aieditor5 min read

I recently plan to start my first blog, but before that, I feel it's necessary to figure out one thing: image hosting. While i could just store my sources in local static assets, but this is obviously not a long-term solution.

So, i did some research and discovered a way to host images for free using Github and CDN.

cdn5 min read
Loading Comments...