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

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 database in realtime. The data stored in the database is in key-value format. 

By |2023-01-17T19:58:30+05:302 May 2022|Comments Off on 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 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

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. It is commonly used to recognize text in scanned documents and images. OCR

By |2023-01-17T20:03:50+05:3026 April 2022|Comments Off on How to increase accuracy of Tesseract

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

Dynamic Models in Django

In this article, we will learn how to connect external databases in Django and make a dynamic model for multiple tables in the database. Models in Django A Django model contains essential fields and behaviors of the data

By |2023-01-17T20:04:11+05:3026 April 2022|Comments Off on Dynamic Models in Django

Apache Superset – A Powerful BI Tool

This Blog will focus on Apache Superset, an open-source business intelligence tool for data collection, exploration, and visualization. It is easy to use, faster and more efficient than existing similar tools. It has various features to visualize and

By |2023-01-17T20:04:17+05:3011 April 2022|Comments Off on Apache Superset – A Powerful BI Tool

Why Docker is getting obsolete

Overview Docker made the world familiar with containers , a technology that completely disrupted the it industry (Imagine spinning of a complete operating system in seconds) . But technology that enabled containerisation was available long before Docker came

By |2023-01-17T19:59:03+05:303 April 2022|Comments Off on Why Docker is getting obsolete

Transaction Control in Spring Boot

What is a Transaction? In the real world, we are surrounded by transactions every day. Financial ones, exchange, all interactions between 2 or more independent processes to produce the desired output could be considered as a transaction. Let’s

By |2023-01-17T19:59:07+05:301 April 2022|Comments Off on Transaction Control in Spring Boot

How to read and write XLSX file in java

In this article , we will learn how to read and write excel file (.xlsx) from java code. Since, JDK doesn't provide direct API to read and write XLSX file, we would have to rely on third party

By |2023-01-17T19:59:12+05:301 April 2022|Comments Off on How to read and write XLSX file in java

Use of Regex in OCR

What is Regex in java? Regex stands for "Regular expression". Regex in java is an API which is used to construct a pattern for searching or performing manipulations on the string. Regular expression is used for searching required

By |2023-01-17T19:59:18+05:3031 March 2022|Comments Off on Use of Regex in OCR

Add custom java objects using jsonb in spring-boot

Scratch the NoSQL Surface with Spring Boot and PostgreSQL’s JSONB Data Structure NoSQL databases are, as the name says, databases that do not store their data with relationships. There are many types of NoSQL databases: graph , key-value

By |2023-01-17T19:59:24+05:3031 March 2022|Comments Off on Add custom java objects using jsonb in spring-boot

Magic Mirror Module

What is magic mirror module? MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant. MagicMirror² is

By |2023-01-17T19:59:32+05:3030 March 2022|Comments Off on Magic Mirror Module

Accessing Google Calendar data using Google Calendar API

In this article, we will create a simple spring boot application for Authorization and fetching data from Google Calendar API. We will authenticate users with Google OAuth 2.0 and use the authentication token to call Google Calendar API

By |2023-01-17T19:59:39+05:3024 March 2022|Comments Off on Accessing Google Calendar data using Google Calendar API

How to Read Encrypted Attachments using Gmail API?

What is Encrypted Attachment? The attachments which are unreadable without a digital key. In generalize form, those files which contents can’t be read without having a digital key (password) are known as encrypted attachments. Why do we need encrypted

By |2023-01-17T19:59:59+05:3011 March 2022|Comments Off on How to Read Encrypted Attachments using Gmail API?

ONNX, ONNX Runtime, and TensortRT

What is ONNX? ONNX(Open Neural Network Exchange) defines a common set of operators - the building blocks of machine learning and deep learning models - and a common file format to enable AI developers to use models with

By |2023-01-17T20:00:05+05:303 March 2022|Comments Off on ONNX, ONNX Runtime, and TensortRT
Go to Top