Blog Posts

Recent posts

Cassandra - Support ACID

less than 1 minute read

Cassandra5 is going to fully support ACID by using Accord protocol(leaderless consensus algorithm).

Qwik - Resumable JavaScript framework

less than 1 minute read

Recently, SSR framework is getting popular such as NextJS, Remix etc. Qwik is quite interesting on optimizing the performance of JavaScript on client side. I...

TypeScript - RequireOnly

less than 1 minute read

Very useful utility type definition when we need to define a type having partial mandatory properties in a type.