Setting up Kafka
December 30, 2022If I have a choice for picking any queuing system, I would pick AWS SQS. It is simple and efficient to configure and use. But, this time we…
If I have a choice for picking any queuing system, I would pick AWS SQS. It is simple and efficient to configure and use. But, this time we…
At Foodnome, I was tasked to create a KPI(key performance metrics) dashboard to better understand how our business is doing. Many of the…
At Foodnome, I was tasked to create a KPI(key performance metrics) dashboard to better understand how our business is doing. Many of the…
Using Docker with Go is a pretty common approach, but what draws me into using Docker is because Docker lets me create a self-contained…
Continuing with Part I or II, we can add tags to allow users picking specific interested topics. Scroll to Anchor is helpful because some…
Continuing with Part I, we can add more fancy features in this section. With more people prefer dark mode, it is much needed to provide an…
Building a blog with Gatsby isn’t for everyone. It requires a decent amount of knowledge in both React and JS in general. Although you can…
It has been about two years since I started using Typescript instead of Javascript in web development especially in React. Prior to using TS…