KDKartik Dodainreadyy.hashnode.dev·Jul 5 · 10 min readBuilding Rocket.Chat channel plugin for OpenclawThis blog covers how I’m building a custom Rocket.Chat channel plugin that allows OpenClaw to be integrated with Rocket.Chat as a chat channel, just like Telegram, WhatsApp, etc. Requirements Before m10
KDKartik Dodainreadyy.hashnode.dev·Apr 3 · 7 min readRocket Chat App enginePurpose of writing ? I am writing this because when I first joined rc community back in Dec 2025, it took me some time to understand what is app engine and when I was trying to build my first app I st10
KDKartik Dodainreadyy.hashnode.dev·Feb 10 · 2 min readSetting up the RC server, guide for Linux and WSL (Win 11)Will be following Docs Step by Step on my fresh WSL So, The first thing here to keep in mind if you are on Linux with 12 or 8 GB ram you can run the server but for development 16 is recommended. Before starting, Run an update command before installi...00
KDKartik Dodainreadyy.hashnode.dev·Aug 19, 2024 · 4 min readAppwrite a beginners guide !Appwrite BAAS -> Backend as a Service Now, what is this? It basically means creating full-stack apps without having to implement the backend yourself; Appwrite will handle it for you. How? Let's see. npm i @reduxjs/toolkit react-redux react-router-d...01V
KDKartik Dodainreadyy.hashnode.dev·Jul 31, 2024 · 3 min readRedux !npm install react-redux What is Redux ?, what are all these terms ?:- Redux, Flux, React Redux, Redux toolkit I am gonna talk about all of them briefly here: So, let's try to understand why do we need Redux, though it also makes ur job easy like eve...00