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

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

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

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

Design Patterns

In this article, we are going to take a little introduction to Design Patterns. As we know, for building a Strong home, a good base is needed, Similarly for developing better software, to make your software architecture flexible, 

By |2023-01-17T19:56:56+05:303 July 2022|Comments Off on Design Patterns

Spring Batch : CSV to Database

Introduction To Spring Batch Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing, transaction management, job processing statistics, job restart, skip, and resource management. It also provides more advanced technical services

By |2023-01-17T19:57:46+05:3030 June 2022|Comments Off on Spring Batch : CSV to Database

Custom Annotation to calculate execution time

  Introduction Annotations are Java types that are preceded by an “@” symbol. Java has had annotations ever since the 1.5 release. Since then, they’ve shaped the way we’ve designed our applications. Spring and Hibernate are great examples

By |2023-01-17T19:57:57+05:3029 June 2022|Comments Off on Custom Annotation to calculate execution time

Installation and configuration of TESSERACT-OCR

Optical character recognition (OCR) Optical character recognition is also referred as text recognition. An OCR program extracts and re-purposes data from camera images, scanned document and image-only pdfs. What is tesseract? Tesseract is an open source optical character

By |2023-01-17T19:58:07+05:309 June 2022|Comments Off on Installation and configuration of TESSERACT-OCR

Why do you need ERPNext?

Overview ERPNext is an open-source web-based system aimed at small and medium-sized businesses. It assists companies with accounting, human resource management, sales, purchase, inventory, CRM, administration, project and task management, manufacturing, and even website. ERPNext is built using

By |2023-01-17T19:58:20+05:304 May 2022|Comments Off on Why do you need ERPNext?

How to Implement P5.js javascript canvas library with React

What is p5.js? p5. js is a JavaScript canvas library for creative coding. It is a  collection of pre-written code, it provides us with tools and functions that simplify the process of creating interactive visuals with code in

By |2023-01-17T19:58:25+05:302 May 2022|Comments Off on How to Implement P5.js javascript canvas library with React

Installation of ERPNext in UbuntuIn

Introduction ERPNext is a open-source software used by manufacturers, distributors and services companies, which is built on MariaDB database system using Frappe. Frapper is a python based server-side framework. ERPnext helps to manage recruitment and employee onboarding and

By |2023-01-17T19:58:34+05:301 May 2022|Comments Off on Installation of ERPNext in UbuntuIn

Using styled-components in React

In this article , we are going to learn how can we intergrate styled-components in our React Applications . Overview - styled-components is the result of wondering how we could enhance CSS for styling React component systems. By focusing

By |2023-01-17T19:58:42+05:3026 April 2022|Comments Off on Using styled-components in React

Tesseract Vs EasyOcr

In this article, we will use and compare the accuracy of Tesseract and EasyOcr as free popular OCR Engines. WHY DO WE NEED OCR Optical Character Recognition (OCR) becomes more popular as document digitalization evolves. More and more

By |2023-01-17T20:03:59+05:3026 April 2022|Comments Off on Tesseract Vs EasyOcr

Analysis Of Jackson And Gson

In this blog we will read about the Gson and Jackson Libraries which are used to convert JSON data to Java Object and vice-versa. Gson is the open source  Java Library provided by Google. If we have to

By |2023-01-17T20:04:04+05:3026 April 2022|Comments Off on Analysis Of Jackson And Gson
Go to Top