Aim- Learn to push and pull code on bitbucket, setup selenium webdriver in a way that it is workable and after that run an automation … Read more “Ubuntu: Use Bitbucket, Setup Selenium Webdriver and Run Simple Automation Program”
Pen Test Using Owasp Zap
Penitration 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 … Read more “Pen Test Using Owasp Zap”
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”
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”
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”
Recommendation System Using Alternating Least Square
Alternating Least Square (ALS) is also a matrix factorization algorithm and it runs itself in a parallel fashion. ALS is implemented in Apache Spark ML … Read more “Recommendation System Using Alternating Least Square”