Yap Han Chiang
A techie's ramblings

A techie's ramblings

Follow
homeContactProjectsReading listbadgesnewsletter
Tag

Redis

#redis

More content

Read more stories on Hashnode


Articles with this tag

Stocks notification: TradingView webhook to telegram

Apr 7, 20237 min read

Tradingview script alert + webhook -> API server -> Telegram ยท At the start of the year, I worked on a telegram bot that sends market data of certain...

Stocks notification: TradingView webhook to telegram

Implementing redis serialisation protocol

May 29, 20221 min read

This is a follow-up post from Building redis with CodeCrafters. When I first started the redis challenge, I did the quick and dirty way of bypassing...

Implementing redis serialisation protocol

Building redis with CodeCrafters

Mar 19, 20223 min read

A follow-up to this article can be found here CodeCrafters is an amazing community built by Paul Kuruvilla that contains project challenges for...

Building redis with CodeCrafters

Pagination: The deceptively simple task

May 17, 20209 min read

Pagination is the process of separating data into multiple discrete pages. In the context of web and mobile applications, this can either be in the...

Pagination: The deceptively simple task