monawwar.blogBuilding Your First BotMate Plugin: A Step-by-Step GuideThe project is under heavy development, if you want to contribute, or you have any queries, please join our Telegram group and checkout Github repository. If you're not familiar with BotMate, it’s a powerful open-source web-based platform designed t...Sep 20, 2024·7 min read
monawwar.blogBotMate: The Ultimate Bot PlatformIntroduction Are you tired of managing multiple bots across different platforms, each with its own tools, configurations, and countless tabs? Managing and customizing your bots shouldn't feel like a full-time job, but for many businesses and develope...Sep 16, 2024·4 min read
monawwar.blog01. Getting started with Nest.jsThe trend of building applications using a microservices architecture is gaining traction in the world of modern software development. Microservices are small, independent components that work together to form an application. This approach has many a...Feb 16, 2023·6 min read
monawwar.blogExecute Async Server Function from Client SideExecute server's asynchronous functions from client-side Often it happens while writing web application that you need to make HTTP requests to fetch, create, update or delete data from database. With RealSync, you wouldn't have to remember all those...Sep 12, 2021·2 min read
monawwar.blogAdd Realtime to Strapi and ReactI've been using Strapi in many of my projects, and I love using it. So, to make it easier for Strapi developer to build awesome apps using React, I've made Floxum which can add an extra layer to Strapi, and that is Realtime. Floxum uses Socket.IO in...Sep 8, 2021·2 min read