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-67807be0e442a529355735/]   2. Then unlink the current timezone [crayon-67807be0e4434499464247/] 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

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, filename, some messages etc. Why do we need to log in to our

By |2023-01-17T20:02:55+05:3020 September 2021|Comments Off on Spring Boot Logging using Log4J2

Yaazhini – Android APK & API Vulnerability Scanner

What is Yaazhini? Yaazhini is the vulnerability scanner for android application APK and REST api. User  can easily scan any APK and API  of android application and find the vulnerabilities.  Refer the link to Download Yaazhini  for Mac

By |2023-01-17T20:03:05+05:3015 September 2021|Comments Off on Yaazhini – Android APK & API Vulnerability Scanner

Complete Roadmap For Machine Learning

When it comes to machine learning, there are tons of content available on internet. Sometimes it is really useful but sometimes it becomes hard to create the right path by taking each of them in consideration. In this

By |2023-01-17T20:04:47+05:306 September 2021|Comments Off on Complete Roadmap For Machine Learning

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. It is the fastest and most reliable way to connect with google apps

By |2023-01-17T20:04:54+05:309 July 2021|Comments Off on 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 competitor to Excel. Google sheets or spreadsheets are commonly used in every business

By |2023-01-17T20:05:01+05:307 July 2021|Comments Off on Google Sheets API Integration Using Python

MongoDB Sharding

What is Sharding in MongoDB? Sharding is a concept in MongoDB, which splits large data sets into small data sets across multiple MongoDB instances. Sometimes the data within MongoDB will be so huge, that queries against such big

By |2023-01-17T20:05:06+05:306 July 2021|Comments Off on MongoDB Sharding

API Documentation with swagger in Flask…

What is API Documentation and why is it required? Whenever we code for any API, only we know how this API works and what are the needed inputs for this API, and what it will give the response

By |2023-01-17T20:05:18+05:301 June 2021|Comments Off on API Documentation with swagger in Flask…
Go to Top