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”
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”
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 … Read more “Add custom java objects using jsonb in spring-boot”
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 … Read more “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 … Read more “How to Read Encrypted Attachments using Gmail API?”
Unit Testing in Django
Testing is a essential step for software development process. Many developers ignore this step and ended up finding bugs in production. Manual testing is fine … Read more “Unit Testing in Django”
Spring Boot Logging using Log4J2
What is Logging? Logging is defined as storing some key information about a process or application in a file or database. Like date and time, … Read more “Spring Boot Logging using Log4J2”
Google App Script
What is Google App script Google app script is an application development platform on which we can build an app to interact with google workspace. … Read more “Google App Script”
Google Sheets API Integration Using Python
Introduction Google Sheets is the free, web-based spreadsheet application available to anyone with a Google account or Gmail address. It has become a useful, feature-rich … Read more “Google Sheets API Integration Using Python”
K-Nearest Neighbour(KNN)
What is KNN Algorithm ? K nearest neighbors or KNN Algorithm is a simple algorithm which uses the entire dataset in its training phase. Whenever … Read more “K-Nearest Neighbour(KNN)”
Fortran-with-Python_Linux
Fortran is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing. In this Blog we’ll understand how can … Read more “Fortran-with-Python_Linux”
Skeleton components in React
This article discusses how one could handle loading dynamic content in a modern web application, by making use of skeleton components or skeleton screens. Introduction … Read more “Skeleton components in React”
How to implement 2-way SSL using Spring Boot
What is 2-way SSL(Mutual Authentication)? In 2-way SSl both client and server have to present their certificates to each other to verify themselves with a … Read more “How to implement 2-way SSL using Spring Boot”
How SSL Certificate safeguards the communication
What is SSL SSL certificates have become the necessity now. Browsers have stopped entertaining the web applications without SSL certificates. It is security protocol that … Read more “How SSL Certificate safeguards the communication”
What is GraphQl and how it differs from REST?
GraphQL A Query Language for APIs GraphQL is a new API standard that provides a more efficient, powerful, and flexible alternative to REST. It was … Read more “What is GraphQl and how it differs from REST?”
Custom Forgot Password in Django
Custom-Forgot-Password-in-Django Custom Forgot Password Functionality in Django Admin Site AIM: As for now, the Django Admin Site does not provide to reset the password without … Read more “Custom Forgot Password in Django”
Contactless Time and Attendance System – Post-Covid-19 Essential Tool for Factories
Today when the apparel manufacturing businesses around the world are battling the impact of COVID-19 pandemic the biggest challenge staring at them in the face … Read more “Contactless Time and Attendance System – Post-Covid-19 Essential Tool for Factories”
Laravel Framework Specifications
Laravel is one of the highly used, open-source modern web application framework that designs customized web applications quickly and easily. Developers loves Laravel because of … Read more “Laravel Framework Specifications”
CronJob – Task Scheduling in Laravel
Every application requires some tasks to be run periodically on the server. It could be sending emails, creating reports, creating backups or cleanup databases. To … Read more “CronJob – Task Scheduling in Laravel”
How to use magento 1 customer password in magento 2
Magento 1 use MD5 hash to encrypt the password and Magento 2 use SHA-256. In Magento 1, they use Mage_Core_Model_Encryption class with following functions. Magento 1 … Read more “How to use magento 1 customer password in magento 2”