Application Security, MEAN

Implementing Role based Access Control in NestJS

NestJS is a progressive Node.js framework for building efficient, reliable, and scalable server-side applications. A prerequisite for this article is a basic understanding of NestJS. If you have worked on Node.js web applications and want to implement applications using object-based programming, such as Java, NestJS is good to go. The learning curve is also not […]

March 11, 2024

Android, Mobility

Jetpack Compose Tutorial For Beginners – Easy-to-Follow Steps

Join us in exploring Jetpack Compose—a cutting-edge toolkit that simplifies the process of crafting native user interfaces. This tutorial offers a comprehensive guide on utilizing various Jetpack Compose features such as Text, TextField, Preview, Column, Row, Button, Card, AlertDialog, and MaterialDesign elements. Let’s kick things off by creating a Jetpack Compose Project and delve into […]

March 11, 2024

AEM, Cloud

Setup Adobe Commerce on Cloud

Adobe Commerce is an enterprise-level eCommerce platform that is flexible and scalable. It lets businesses create personalized B2B and B2C online stores. But before businesses can set up their online store on Adobe Commerce, it has to be set up first!  In this two-part blog series, we’ll delve into the setup of Adobe Commerce on […]

March 11, 2024

Software development

ClamAV Antivirus scanner for file uploads for Python applications

Introduction ClamAV is an open-source antivirus engine designed for detecting trojans, viruses, malware, and other malicious threats on Unix-based systems. Initially developed for email scanning on Unix-based systems like Linux, it has evolved into a comprehensive antivirus solution for a variety of platforms, including Windows and macOS. Known for its reliability, ease of use, and […]

March 8, 2024

Cloud, Cloud Managed Services

Artificial Intelligence and Gen AI

Artificial Intelligence AI is quite popular and in demand nowadays in the market. Techies and organizations are focusing more on the applications and benefits of AI. Artificial Intelligence is on everyone’s mind, and multiple industries, including B2B marketing, are lining up to see how to take advantage of the wonders of AI. The first question […]

March 7, 2024

Big Data, Data & Analytics

Getting the Best Out of PostgreSQL

Ensuring everything runs smoothly in handling databases is like an ongoing adventure for folks working with data. PostgreSQL, a widely used and powerful open-source database system, is a go-to choice for many applications. But even in the land of PostgreSQL, making it work at its best isn’t always straightforward. In this journey, we will explore […]

March 7, 2024

AngularJS, MEAN

Node Version Using .nvmrc

Introduction When we are working with multiple Node.js and React.js projects, managing different Node versions will be very challenging. There is a tool that is simple and powerful that saves us from version-related problems which is the .nvmrc file. This tool ensures that every React.js and node.js project uses the right node version. Here we […]

March 6, 2024

Drupal

Step-by-Step guide to upgrade Drupal 9 to Drupal 10

The process of upgrading a Drupal Project from 9 to 10 can be a bit of a challenging task. This blog covers the basic guidelines that will help you to upgrade major versions of simple or complex projects.   1. Check for pre-requisites   Platform requirements:   Drupal 10 requires PHP 8.1+. These platform updates must […]

March 5, 2024

Data & Analytics

Hadoop monitoring with Datadog

 Recently, I integrated the monitoring of Hadoop with Datadog. The main aim of the monitoring is to monitor the cluster to check whether it has been running fine and to check other services of Hadoop like the health of the node manager, the health of disk space, etc. Datadog is a tool that allows you […]

February 29, 2024