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

Data Analytics And Visualization

  Data Analytics And Visualization   What makes a data scientist different from another? The answer is simple : How good he plays with the data! Before applying machine learning algorithms it is important to interpret the data

By |2023-01-17T20:00:11+05:303 March 2022|Comments Off on Data Analytics And Visualization

Leveraging data & analytics to demystify national highway toll operations

National Highways Authority of India (NHAI) is a Central Authority to develop, maintain and manage the National Highways entrusted to it by the Government of India. Currently NHAI has 720+ toll plazas on different national highways under their

By |2023-01-17T20:00:32+05:303 March 2022|Comments Off on Leveraging data & analytics to demystify national highway toll operations

What Is Recommendation Engine and How Does It Work?

Recommendation engines are everywhere these days. In fact, some of the biggest brands we engage with every day are built around one, including Netflix, Amazon, Google, and Goodreads. Thirty-five percent of purchases on Amazon come from product recommendations.

By |2023-01-17T20:01:57+05:307 February 2022|Comments Off on What Is Recommendation Engine and How Does It Work?

What is Business Analytics – Auriga

What is Business Analytics: Business Analytics is the process by which businesses use statistical methods and technologies for analyzing historical data in order to gain new insight and improve strategic decision-making. Life Cycle of Business Analytics: Types of

By |2023-01-17T20:02:05+05:3030 December 2021|Comments Off on What is Business Analytics – Auriga

Linux : Changing Timezone on Linux

Changing Timezone on linux 1. First search for the available time zone by the below command. [crayon-663b7e0468fad723382058/]   2. Then unlink the current timezone [crayon-663b7e0468fb6966309797/] 3. Now set the new timezone. The syntax for setting the new time

By |2023-01-17T20:02:12+05:3010 November 2021|Comments Off on Linux : Changing Timezone on Linux

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 until your application grows on a large scale. Once your application is big 

By |2023-01-17T20:02:31+05:305 October 2021|Comments Off on Unit Testing in Django

SSL Pinning in React Native

Before Implementing SSL pinning in our Project, we must have basic knowledge of SSL, how SSL Works. What is SSL? SSL (Secure Sockets Layer), is an encryption-based Internet security protocol. It secures the connection & data transfer between

By |2023-01-17T20:02:38+05:305 October 2021|Comments Off on SSL Pinning in React Native
Go to Top