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. … Read more “working with AWS Lambda – beginner guide”
What is GraphQl and how it differs from REST?
GraphQL A Query Language for APIs GraphQL is a new API standard that provides a more efficient, powerful, and flexible alternative to REST. It was … Read more “What is GraphQl and how it differs from REST?”
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 … Read more “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 … Read more “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 … Read more “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 … Read more “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 … Read more “Penetration Testing Using Zap”
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 … Read more “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 … Read more “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 … Read more “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 … Read more “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 … Read more “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 … Read more “React Native for Web”
How to install and configure Puppet with Master/Slave configuration in Ubuntu/Debian
What is Puppet? Puppet is an open-source, software configuration management tool. It helps in keeping configurations automated and consistent with what we require and what … Read more “How to install and configure Puppet with Master/Slave configuration in Ubuntu/Debian”
Contactless Time and Attendance System – Post-Covid-19 Essential Tool for Factories
Today when the apparel manufacturing businesses around the world are battling the impact of COVID-19 pandemic the biggest challenge staring at them in the face … Read more “Contactless Time and Attendance System – Post-Covid-19 Essential Tool for Factories”
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 … Read more “Role based embedded reports in data studio”
Context Based QnA Using Google’s State Of Art -PreTrained BERT
Why Transformers? The problems with long-existing sequence models are long-range dependencies, vanishing and exploding gradient is hard to resolve even batch gradient descent when network … Read more “Context Based QnA Using Google’s State Of Art -PreTrained BERT”
Recommendation System Using Matrix Factorization
Model Based Collaborative Filtering: Model based collaborative approaches only rely on user-item interactions information and assume a latent model supposed to explain these interactions. For … Read more “Recommendation System Using Matrix Factorization”
Recommendation System using kNN
A common task of recommender systems is to improve customer experience through personalized recommendations based on prior implicit feedback. These systems passively track different sorts … Read more “Recommendation System using kNN”