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…

State Management in Flutter with Mobx

State Management in Flutter with  For every mobile application developer, it is very important to handle the state of the application in an optimized way. Handling state is nothing but to handle the application’s implicit data within the

By |2023-01-17T20:05:26+05:3031 May 2021|Comments Off on State Management in Flutter with Mobx

Database Migrations in Spring Boot With Flyway

Introduction Flyway is the Apache v2 licensed open-source tool that makes database migrations easy. You can think of Flyway as version control for your database. It lets you evolve your database schema easily and reliably across all your

By |2023-01-17T20:05:34+05:3011 May 2021|Comments Off on Database Migrations in Spring Boot With Flyway

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 a prediction is required for an unseen data instance, it searches through the

By |2023-01-17T20:05:40+05:3029 April 2021|Comments Off on 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 we automate a Fortran program using python. Pre-Requisite : * Fortran file.

By |2023-04-17T17:40:09+05:3027 April 2021|Comments Off on Fortran-with-Python_Linux

Performance Testing on Auth2 APIs using Jmeter and server cmd line

What is Performance Testing? Performance Testing is a software testing process used for testing the speed, response time, stability, reliability, scalability, and resource usage of a software application under a particular workload. What is OAuth 2.0? The OAuth 2.0 authorization framework is a protocol that

By |2023-01-17T20:06:13+05:3020 April 2021|Comments Off on Performance Testing on Auth2 APIs using Jmeter and server cmd line

Spring Boot with Docker

Docker is a tool which is used to automate the deployment of applications in lightweight containers so that applications can work efficiently in different environments. Common Docker Terms Docker Container A container is a standard unit of software

By |2023-01-17T20:06:23+05:3020 April 2021|Comments Off on Spring Boot with Docker

Unit Testing Using Junit 5

What is unit testing? Unit testing is the first step(level) of testing in SDLC. In unit testing, a single unit or component of the software is tested by developers during the development phase or coding phase, and in

By |2023-01-17T20:06:33+05:305 April 2021|Comments Off on Unit Testing Using Junit 5

A Guide for Latest Library React Navigation 5

For navigation between screens we use this navigation library for react native apps. The stable version of this library React Navigation 5.0, was released in February 2020. Points we will be covering in this guide - Key features

By |2023-01-17T20:06:39+05:301 April 2021|Comments Off on A Guide for Latest Library React Navigation 5
Go to Top