Use Django Multi-Factor Authentication method to verify user identity with more than one authentication methods. It can be used for user login, any tr...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
When working with a large scale applications which includes many modules, we need to focus on the performance to give more user statisfaction, sustain...
Configuring SSL is beneficial not only for security purpose but also for SEO too.Linuxsoftware foundation's initiated a program called Let’s Encr...
When you want to track your exception and log mesages in a UI rather than storing it in a file(which we usually do), we can use SENTRY. Sentry provide...
Ansible is a scripting language mostly used to automate installing applications, deploying apps etc..Why Ansible:You may think why learn new language ...
It is a bit pricy if you want to host code for collaboration using bitbucket or github on your own VPS or On-Premisis servers. Gitlab in midst of thi...
In this Article, you will get the clear information about react and flutter it’s features and drawbacks...
Event handling is the basic need to develop Rich Internet Web Applications and that will become very tough with elements added to DOM dynamically. Jqu...
Due to change in twitter API, its been hard to get tweets from twitter to your site using javascript. We got new API version 1.1 and the old version 1...
We are having many image cropping plugins developed in jquery that are being used to crop an image. Jcrop is one of the plugins developed in Jquery....