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

How to start with Flutter

How to start with Flutter     Flutter is an open-source cross-platform that is developed by Google. We can create mobile applications (Android/IOS), Web applications, Desktop applications (Windows/Linux/MacOs) with a single code base. Flutter uses the Dart language

By |2023-01-17T20:06:45+05:301 April 2021|Comments Off on How to start with Flutter

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 The speed and responsiveness of an application is also perceived by how you

By |2023-01-17T20:06:50+05:301 April 2021|Comments Off on Skeleton components in React

AWS Cognito-Authentication in Web or Mobile App.

Access control is one of the major aspect during any application designing whether it is react/native/react-native or web application. We use different frameworks for this purpose one of them is AWS cognito. AWS cognito is a service provided

By |2023-01-17T20:07:02+05:3031 March 2021|Comments Off on AWS Cognito-Authentication in Web or Mobile App.

Flutter Vs React Native

Flutter Vs React Native For cross-platform app development, we are using the React Native framework widely. But in May 2017 a new cross-platform app development framework came into the market that was Flutter. I hope everyone knows about

By |2023-01-17T20:07:08+05:3031 March 2021|Comments Off on Flutter Vs React Native

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 trusted certificate. In 2-way SSl there are 12 steps to digitally handshake. They

By |2023-01-17T20:07:13+05:3025 March 2021|Comments Off on How to implement 2-way SSL using Spring Boot

AWS Amplify – Serverless Deployment Reactjs/Nextjs Stack

Amplify AWS , GCP, Azure all coming up with new tools and services to ease out the development and deployment pain points. Amplify helps you build and deploy serverless applications on AWS cloud.  It takes care of your

By |2023-01-17T20:07:18+05:3024 March 2021|Comments Off on AWS Amplify – Serverless Deployment Reactjs/Nextjs Stack

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 enables encrypted communication. With SSL you can be confident that – • No

By |2023-01-17T20:07:24+05:3023 March 2021|Comments Off on How SSL Certificate safeguards the communication

XML Signatures –Build a Secure Channel for data exchange and communication

Why the need of Signatures When sending a message between two parties we need to address the problem that message should not be read or altered by any middle men. Solution is to encrypt the message and then

By |2023-01-17T20:07:31+05:3023 March 2021|Comments Off on XML Signatures –Build a Secure Channel for data exchange and communication
Go to Top