Programming
Awaitable Long Running Producer-Consumer
-
Panot Thaiuppathum
- Programming , Advanced
Normally we use producer-consumer problem to solve certain problems like write buffer, cache buffer or any operation (producer) that needs to entry data into a queue and having another operation (con
read moreLet's create our own Crypto coin, easy and in just a few minutes (no coding knowledge).
-
Puttarak Khwan
- Cryptocurrency , Blockchain , Programming
Hello everyone who stumbled upon and came to read. I've been away from writing a blog for a while. Caught up with work, trying this and that, blah blah blah. But now it's time to come back and write
read moreCustomize the website to display using Tampermonkey
-
Khem Saengkham
- Tampermonkey , Web Programming , Programming
Many people may feel dissatisfied with certain websites when they browse them, for example:* Disliking intrusive banner advertisements that strain the eyes. * Wishing a website had specific feature
read morePass Through Data Over IServiceProvider.CreateScope()
-
Panot Thaiuppathum
- Programming , Microsoft
[ASP.NET] In some cases you may encounter the situation that you need to pass through some particular data over a new scope of Service Provider.For instance, when you implement a solution that inte
read moreWrite Unit Tests for React Hooks using react-hooks-testing-library
-
Nook Ittipon
- Tools , Programming , Web Programming
Hooks in React are a feature that has drastically changed the way we write React. It's like undergoing plastic surgery in Korea, where some developers love the new look, while others prefer the old o
read moreScan code with Credential Scanner on Azure DevOps
-
Puttarak Khwan
- Programming , Security , Tools
🥳 Happy New Year 2023! 🥳Wishing everyone a great year ahead!Now, let's get down to business. Today, I'm going to introduce you to a handy tool that checks for leaked passwords, secrets, certifi
read moreConvert interface to enum (for those too lazy to type 'name' in the input form) in TypeScript
-
Nook Ittipon
- Programming , Improvement
![Convert interface to enum cover](/images/posts/transform-interface-as-enum-typescript/transform_interface-as-enum-cover.png)It's a small trick to convert an Interface to an Enum, helping to solve
read moreUtilize WebAssembly in .NET
-
Panot Thaiuppathum
- Programming , Web Programming
We heard the WebAssembly quite a while ago but the use case, especially for .NET developers, was still limited. As of the time writing this post, in the last quarter of 2022, there are many new thing
read more