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

Deployment on Google kubernetes clusters with Maven

There are two ways to do the deployment By Installing gcloud sdk and kubectl at your local system. By using Google cloud shell Here I am describing the steps for method 2 (By using Google cloud shell) because

By |2023-01-17T20:07:42+05:3019 March 2021|Comments Off on Deployment on Google kubernetes clusters with Maven

How to install and configure Ansible

What is Ansible ? Ansible is a simple open source IT engine which automates application deployment, intra-service orchestration,configuration management and many other IT needs. Ansible is easy to deploy because it does not use any agents or custom

By |2023-01-17T20:07:54+05:308 March 2021|Comments Off on How to install and configure Ansible

working with AWS Lambda – beginner guide

Hello Folks, If you are new to AWS lambda and don't have any idea about what are lambda functions, this article is especially for you.  There is no prerequisite for this article. If you want to do it

By |2023-01-17T20:07:59+05:304 March 2021|Comments Off on working with AWS Lambda – beginner guide

Dealing with timezones using moment.js

Dealing with timezones using moment.js This document covers common use cases one may have to deal with while handling timezones in applications. The local time within a time zone is defined by its offset (difference) from Coordinated Universal

By |2023-01-17T20:08:12+05:3024 February 2021|Comments Off on Dealing with timezones using moment.js

How to Install Appium in Windows OS and write first test script.

Appium:-  Appium is an open source, cross-platform mobile application testing tool. Support Json Support automation test on physical device as well as Similar or emulator both. It no dependency on mobile device. Appium installation on windows OS:- Before

By |2023-01-17T20:08:18+05:3011 February 2021|Comments Off on How to Install Appium in Windows OS and write first test script.

How to do API Load Testing With Jmeter ?

Load Testing:- Load Testing is a non-functional testing process in which performance of software is tested under a specific load. It determines how the software application behaves being accessed by multiple users simultaneously. The goal of Load Testing is

By |2023-01-17T20:08:25+05:3011 February 2021|Comments Off on How to do API Load Testing With Jmeter ?

Ubuntu: How To Use Bitbucket

Description- Learn to push and pull code on bitbucket Definition of Bitbucket- Bitbucket Cloud is a Git based code hosting and collaboration tool, built for teams. It provide one place for your team to collaborate on code from

By |2023-01-17T20:08:31+05:3022 January 2021|Comments Off on Ubuntu: How To Use Bitbucket

Penetration Testing Using Zap

What is Penetration Testing ? Penetration testing, also called pen testing , is the practice of testing a computer system, network or web application to find security vulnerabilities that an attacker could exploit. What is Owasp Zap ? OWASP ZAP (short for Zed Attack Proxy)

By |2023-01-17T20:08:40+05:3022 January 2021|Comments Off on Penetration Testing Using Zap

What is TestProject.io? Learn How To Record & Run Script

What is Testproject? TestProject is an automation tool that automates Web and Mobile applications. It is an open-source friendly, community-powered automation tool. It makes it easier for testers and developers to do their jobs quickly, and to collaborate

By |2023-01-17T20:08:46+05:3021 January 2021|Comments Off on What is TestProject.io? Learn How To Record & Run Script

API Penetration Test – With Vooki REST API Vulnerability Scanner

VOOKI - REST API Vulnerability Scanner What is VOOKI Vooki REST application scanner is an automated tool to scan and detect vulnerabilities in REST API.It is a free web application vulnerability scanner which gives a scan report about

By |2023-01-17T20:08:52+05:3021 January 2021|Comments Off on API Penetration Test – With Vooki REST API Vulnerability Scanner

Email Notification in Django

For sending email notification in django we use django's send_mail function, with using some smtp sever. we can get smtp server from free smtp service providers like SendGrid. In our settings.py file we define some parameters for sending

By |2023-04-17T17:30:16+05:3029 December 2020|Comments Off on Email Notification in Django
Go to Top