We are using cronjob for job on most project. Normally we can set the cronjob on servers. But heroku is not providing the functionality by default. For that, we can install crontogo add-on ( not free ) By the crontogo, we can set cronjobs simply please check https://devcenter.heroku.com/articles/crontogo
Identity Verification by Civic
Reduce fraud. Onboard users faster. AI-powered identity verification combined with human review to ensure that your users are real, always. This documentation serves as a guide to integrate with Civic’s Secure Identity Platform (SIP). The platform provides partners with functionality such as secure 2FA user login secure private 2FA user login onboarding of verified users …
How to load Sequelize Database connection asynchronously
Sometimes, we need to load database connection configuration asynchronously (for example loading env values from 3rd party secret store). Sequalize doesn’t have such feature in the official documentation. But There is a possibility to use Sequelize.beforeConnecthook. You can initialize the Sequelize object with empty credentials and inside the beforeConnect hook, you can load the env …
Highchart js 9 new features
Highchart is powerful charting library.New version; 9 was released with new features. 1. A facelift for the Stock range selector Responsive range selector First, we added a feature that allows the range selector button row to collapse into a dropdown if the space is limited. This feature may be forced to always show a dropdown, …
A Minimalist Python Web Framework – CherryPy
CHERRYPY IS AS EASY AS… CHERRYPY IS A PYTHONIC, OBJECT-ORIENTED WEB FRAMEWORK CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than ten years old and it is has proven …