Stocks notification: TradingView webhook to telegram
Tradingview script alert + webhook -> API server -> Telegram

Search for a command to run...
Articles tagged with #redis
Tradingview script alert + webhook -> API server -> Telegram

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 the redis serialisation protocol in order to make things work. Redis serialisation protocol implement...

A follow-up to this article can be found here CodeCrafters is an amazing community built by Paul Kuruvilla that contains project challenges for real-world software systems that are used widely(redis, git, docker, SQLite). Each project comes in the fo...

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 form on numbered pages as seen in google search results or infinite scrolling in social media feed. Th...
