React Testing Library

Why is testing required? Testing is beneficial for the following reasons:- Easy detection of errors in code or its flow. Enhance the quality of the product while reducing costs, maximising ROI, and saving development time Types of Testing

By |2023-01-17T19:48:17+05:3028 November 2022|Comments Off on React Testing Library

Jenkins Master and Slave Nodes

In Jenkins, We can build all our applications on a single server. As the requirement grows and changes, we will come cross many issues like what if there are thousands build which needs to be done, what if

By |2023-01-17T19:48:23+05:3021 November 2022|Comments Off on Jenkins Master and Slave Nodes

Bot using Webflux

Use Cases Integrate with Keka - via api/library Generic - It will be able to work with any provider/channel with just a little change. (Eg. Whatsapp, telegram, google chat). Dependencies spring-boot and spring-boot-starter for basic Spring Boot application setup spring-web flux

By |2023-01-17T19:48:36+05:3021 November 2022|Comments Off on Bot using Webflux

HTTP Interceptors in Angular

Introduction Angular framework makes HTTP calls to the server for retrieving data to update pages with dynamic information using its HttpClient library. However, Sometimes we might need to add a few more dynamic parameters to such HTTP API

By |2023-01-17T19:49:14+05:3018 November 2022|Comments Off on HTTP Interceptors in Angular

Benefits for Team

These days people are contemplating life on Mars. At Auriga, we are having enough fun to stay on earth. Auriga is a tribe of friends that has become a family and magic happens when everyone works hand in

By |2023-01-17T19:49:20+05:3014 November 2022|Comments Off on Benefits for Team

WhatsApp Communities & Other Major Updates

On Thursday, Mark Zuckerberg, the CEO of Meta, announced what seems to be a very important feature -  WhatsApp communities, designed to help organisations communicate better. WhatsApp has more than 2 billion users (Reported in 2021) worldwide. Therefore

By |2023-01-17T19:49:24+05:308 November 2022|Comments Off on WhatsApp Communities & Other Major Updates

Caching – I

What is Cache? It is the place where we store the frequently accessed data so that for future requests the data can be served faster instead of querying from the Database. Benefits of Caching : 1. Reduces our

By |2023-01-17T19:49:46+05:302 November 2022|Comments Off on Caching – I

Introduction of caching and Redis Cache in Spring boot

Today, we are going to look at a basic overview of Caching, Its types, and its implementation in a spring boot application. Basically, In essence, caching is known as "Storing the frequently used DB data into memory.". The

By |2023-01-17T19:50:57+05:301 October 2022|Comments Off on Introduction of caching and Redis Cache in Spring boot

Map – Reduce Data Processing with Hadoop and Spark.

What is MapReduce? MapReduce is a programming framework that allows us to perform distributed and parallel processing on large data sets in a distributed environment. MapReduce consists of two distinct tasks — Map and Reduce. As the name

By |2023-01-17T19:51:08+05:3022 September 2022|Comments Off on Map – Reduce Data Processing with Hadoop and Spark.

Hadoop Multi Node Cluster Setup

What is Hadoop ? The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single

By |2023-01-17T19:51:31+05:3019 September 2022|Comments Off on Hadoop Multi Node Cluster Setup

What is Spark and Spark RDD along with it’s Operations

What is Apache Spark? Apache Spark is an open-source, distributed processing system used for big data workloads. It utilises in-memory caching and optimised query execution for fast queries against data of any size. Simply put, Spark is a fast and

By |2023-01-17T19:51:47+05:3012 September 2022|Comments Off on What is Spark and Spark RDD along with it’s Operations

Backend Customization of Strapi

The Strapi Design System is fully customizable. We can customize the admin panel as well as the API. We can also extend our content management with custom plugins, in seconds. There are lots of stuff that we can

By |2023-01-17T19:51:54+05:3012 September 2022|Comments Off on Backend Customization of Strapi

Unit testing with code coverage using JUnit

INTRODUCTION In this article, we will understand what is unit testing, why it is required and how to perform unit testing with code coverage using JUnit in spring boot. WHAT IS UNIT TESTING? A unit test, to put

By |2023-01-17T19:51:58+05:305 September 2022|Comments Off on Unit testing with code coverage using JUnit

WordPress Optimization

Introduction Best tools for speed test Reasons for WordPress Website Slowing down Backup our WordPress Installation Install WordPress Caching Plugin Remove Unused Plugins Optimize Images for Speed Use Lazy Loading if Needed Selectively Load Scripts Updating the PHP

By |2023-01-17T19:54:44+05:3030 August 2022|Comments Off on WordPress Optimization

Deployment of Strapi and Next.js application

# Deploying Strapi application on Heroku Strapi is a leading open-source Headless CMS. You can know more about Strapi here in my previous blog . This article is focused on the Deployment of Strapi CMS. You can choose

By |2023-01-17T19:54:51+05:3029 August 2022|Comments Off on Deployment of Strapi and Next.js application

Headless CMS and Strapi

What is Headless CMS? A headless CMS is a backend content management system (CMS) where the content repository or “body” is separated or decoupled from the presentation layer or “Head”. It allows you to manage content in one

By |2023-01-17T19:54:56+05:3029 August 2022|Comments Off on Headless CMS and Strapi

Basics Of ModelMapper

Today, we are going to look at a basic overview of ModelMapper in a spring boot application. Basically, Modelmapper is a object mapping library which is used for mapping to map DTOs into entities and vice-versa. We are

By |2023-01-17T19:55:01+05:3025 August 2022|Comments Off on Basics Of ModelMapper

How does Paddle-OCR reads image data?

Reading huge documents can be very tiring and very time taking. You must have seen many software or applications where you just click a picture and get key information from the document. This is done by a technique

By |2023-01-17T19:55:14+05:3022 August 2022|Comments Off on How does Paddle-OCR reads image data?

Method Level Security

In this article, we will create a simple spring boot application to demonstrate spring method-level security. What is method-level security?  It can be considered an abstract layer of security that helps us write secure methods. It provides us

By |2023-01-17T19:55:20+05:3022 August 2022|Comments Off on Method Level Security
Go to Top