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 … Read more “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. … Read more “Leveraging reporting module to simplify mailing operations”
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 … Read more “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, … Read more “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 … Read more “Web 3.0”
How to Upload File in jmeter
How to Upload File in jmeter- In performance testing scenarios, you might come up with file uploading functionality in any application. In this blog, I … Read more “How to Upload File in jmeter”
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 … Read more “Design Patterns”
Creating custom Spring Events
In this article, we will create a simple spring boot application to demonstrate sping events. Events are one of the framework’s most underutilized but also … Read more “Creating custom Spring Events”
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, … Read more “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 … Read more “Custom Annotation to calculate execution time”
Image Compression using JavaScript in Retool
Large image takes more space and time to load and thus needs to be compressed . The biggest trade-off in image compressing is depletion of … Read more “Image Compression using JavaScript in Retool”
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 … Read more “Installation and configuration of TESSERACT-OCR”
How to get value from Response and refer in Request using JSON Extractor in jmeter
JSON Extractor:- JSON (JavaScript Object Notation) Extractor is used to extract the values from JSON response.When user need to extract the values from JSON response … Read more “How to get value from Response and refer in Request using JSON Extractor in jmeter”
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, … Read more “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 … Read more “How to Implement P5.js javascript canvas library with React”
Realtime Database in Firebase v9
How is a realtime database different from a static database? Realtime Database as the name suggests allows the user to read and write to the … Read more “Realtime Database in Firebase v9”
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 … Read more “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 … Read more “Using styled-components in React”
How to increase accuracy of Tesseract
Accuracy of Tesseract OCR in Java What is OCR? OCR stands for “Optical Character Recognition”. It is a technology that recognizes text within a image. … Read more “How to increase accuracy of Tesseract”