Recent Blogs
Method chaining in TypeScript
Method chaining is a very useful and popular method in JavaScript and TypeScript which helps you write more readable and concise code. In this article, I will explain how method chaining works in JS/TS and how can you write your chainable methods. Wh...
Fade Image with background in React-Native with react-native-skia
Even though react and react-native have the same fundamentals, designing many basic web things can be pretty hard and non-efficient. Fading Image or any View with the background can be achieved with LinearGradient and React-Native-SVG library but in ...
How to Deploy TGVCBot (<=v0.2.5) in a Ubuntu VPS
I wrote TGVCBot , Telegram bot+userbot to play music from JioSaavn and YouTube in the group voice chats. Here I am gonna explain how to make it work in your own VPS. https://github.com/ArnabXD/TGVCBot Deploy TGVCBot First SSH into your VPS and upgrad...