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

Custom Forgot Password in Django

Custom-Forgot-Password-in-Django Custom Forgot Password Functionality in Django Admin Site AIM: As for now, the Django Admin Site does not provide to reset the password without login or when we forget the Current Password. This Blog will make you

By |2023-04-17T17:38:32+05:3019 December 2020|Comments Off on Custom Forgot Password in Django

React Native for Web

It is always better to reuse the existing code. We always strive through the point that we need to have different developers for running our code in different platforms. For ex. A web developer is required to develop

By |2023-01-17T20:09:13+05:3017 December 2020|Comments Off on React Native for Web

SystemNotifications handling in Django REST

To manage notifications we define types of notifications in a constant files(in a dictionary) and create two tables in our database, first is NotificationObjects and second, Notifications like: [crayon-67811112d2908128021944/]   [crayon-67811112d290f529267962/] [crayon-67811112d2911879010314/] In NotificationObjects table we define entity_type_id

By |2023-01-17T20:09:20+05:3017 December 2020|Comments Off on SystemNotifications handling in Django REST

React Native for Web

It is always better to reuse the existing code. We always strive through the point that we need to have different developers for running our code in different platforms. For ex. A web developer is required to develop

By |2023-01-17T20:09:28+05:3015 December 2020|Comments Off on React Native for Web

Role based embedded reports in data studio

Multiple times we need to build reports to present our data. The Google Data Studio provides a powerful tool to build your own reports with less time and without any coding knowledge. Google Studio depends on Data Source.

By |2023-01-17T20:09:50+05:3023 April 2020|Comments Off on Role based embedded reports in data studio
Go to Top