Author: mobanto

What’s New in Novu 0.13.0?

TL;DR: All you need to know about the latest Novu 0.13.0 release. Better onboarding experience, Digest Workflow Playground, Seen/Read Step Filter, SMS provider integration and more! 0.13.0 Release Updates We have shipped exciting new updates for new & existing customers. Let’s explore! New Onboarding Page We shipped a better onboarding experience to make it easier…

Revolutionizing Data Processing with CXXGraph: A Comprehensive Guide to Graph Data Structures in C++

C++ is a popular choice for graphical data structures due to its high performance and low-level memory manipulation capabilities. C++ offers a rich set of data structures and algorithms that can be used for graph processing. In addition, C++ allows for more control over memory allocation, which is critical for managing large graphs. Understanding the…

Build your own CMS using low-code

In this tutorial, We will build CMS(Content Management System) using the ToolJet which is a lowcode application development platform. The CMS can be used to perform CRUD operations to the MongoDB which is used as the database for the NextJS application. Table of Contents Overview A content management system (CMS) is an application used for…