
Author: mobanto






New design system, GitHub session locking, and documentation This release is a refinement of our initial release, fixing a number of bugs and adding interaction improvements. The look and feel of the UI was also updated with the start of a new CSS design system based on custom properties. Session locking was added for the… [Read more]

Last month I wrote about modular Monoliths and the value of modern Monolithic architecture. One of the more interesting discussions that came out of that post (and video) is the inverse discussion: when is it right to still pick Microservices? Like any design choice, the answer is subjective and depends on many things. But there… [Read more]

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… [Read more]
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… [Read more]

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… [Read more]
Leveraging AWS CodePipeline pipeline and Serverless Framework to deploy a Flask API.

For the past couple of days. I have been working with the Serverless framework. I came to know that you can actually host your flask API that integrates several AWS services such as Lambda, API Gateway, and DynamoDB using this framework. I had to spend a lot of time to understand the process at first… [Read more]

In this tutorial, we will learn how to create a simple RESTful API using Flask, a lightweight web framework for Python. We will also use SQLAlchemy, an ORM (Object-Relational Mapper) that allows us to interact with a database using Python objects. We will use SQLite as our database, but you can use any other database… [Read more]

Are you a junior developer looking to land your dream job? Your portfolio website can be the key to unlocking new career opportunities! In this post, we’ll go through some tips and tricks to help you create an amazing portfolio website that will impress potential employers. 🎨 Choose a clean and professional design Your website… [Read more]

In this article, I will try to include some of the most common HTML interview questions with their answers. 1. What is HTML? HTML stands for HyperText Markup Language. It is a markup language used to create web pages and applications for the World Wide Web. 2. What is the difference between HTML and XHTML?… [Read more]

Three.js is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL. Three js docs Making a 2D RPG game with react-three-fiber Florent Lagrede ・ Oct 22 ’20 ・ 11 min read #react #gamedev #r3f #threejs Three JS Cube Animation Source code… [Read more]