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

Face Recognition

In this article, we will know what is face recognition and how is different from face detection. We will go briefly over the theory of face recognition. Facial recognition is the process of identifying or verifying the identity

By |2023-01-17T19:55:26+05:3019 August 2022|Comments Off on Face Recognition

Implementing Subscriptions/Recurring Payments using Stripe

What is Stripe ? Stripe is a payment gateway which provides traders the opportunity to sell their products on their platforms and charge their customers based on the product. It provides users the opportunity to sell their product globally

By |2023-01-17T19:55:31+05:3018 August 2022|Comments Off on Implementing Subscriptions/Recurring Payments using Stripe

How to run jmeter script on linux server

WHAT IS JMETER? Apache JMeter is a pure open source Java application designed to load test functional behavior of a system and measure its performance. JMeter used  to measure the performance of a web application or other web

By |2023-01-17T19:55:44+05:3016 August 2022|Comments Off on How to run jmeter script on linux server

Horizontal Pod Autoscaling

Autoscaling is one of the key features in the Kubernetes cluster. It is a feature in which the cluster is capable of increasing the number of pods/nodes as the demand for service response increases and decreases the number

By |2023-01-17T19:55:51+05:3013 August 2022|Comments Off on Horizontal Pod Autoscaling

Blog Crud using Laravel Livewire

Laravel Laravel is a free and open-source PHP Framework for Web Artisans based on Symfony that helps craft Web Applications following the MVC (Model View Controller) design pattern. Many developers would prefer the MVC framework as the architecture

By |2023-01-17T19:55:57+05:308 August 2022|Comments Off on Blog Crud using Laravel Livewire

Leveraging reporting module to simplify mailing operations

Overview : Reporting Module can be used with your projects for sending bulk emails with reports attachment which is generated from the registered service dashboard. With easy-to-use dashboard for registering and managing services and their credentials, along with

By |2023-01-17T19:56:04+05:304 August 2022|Comments Off on Leveraging reporting module to simplify mailing operations

Auto-Solve Google CAPTCHA

Here we will be using one of the famous web-automation tool : SELENIUM along with PYTHON.................... Here we will be solving Google V3 Captcha which is the current and latest version of Google Image Captcha's... Workflow : 1)

By |2023-01-17T19:56:10+05:301 August 2022|Comments Off on Auto-Solve Google CAPTCHA

Introduction of Jboss Drool

In this article, we are going to take a little introduction to JBoss Drool. So, Basically, Java Drool is used to write Rule Engines. A Rule Engine is a domain expert system that applies business rules to the

By |2023-01-17T19:56:17+05:3031 July 2022|Comments Off on Introduction of Jboss Drool

SSO With Freshdesk and Spring Boot Application using JWT

What is SSO? Single sign-on (SSO) is an authentication scheme that allows a user to login with a single ID to any of several related, yet independent, software systems. True single sign-on allows the user to log in

By |2023-01-17T19:56:23+05:3013 July 2022|Comments Off on SSO With Freshdesk and Spring Boot Application using JWT

Web 3.0

A Complete Beginner's Guide to Web 3.0 TABLE OF CONTENTS:- WEB 1.0 WEB 2.0 WEB 3.0 What makes Web 3.0 so unique? Properties of Web 3.0 Semantic Web 3D Graphics Artificial Intelligence What is Web3.js Conclusion   Web

By |2023-01-17T19:56:30+05:3013 July 2022|Comments Off on Web 3.0
Go to Top