Monday, May 31, 2021

How to revert deleted GIT file

 Use below command to restore deleted file before commiting


git checkout HEAD <filename>

Wednesday, May 12, 2021

Python sort by key, list of dict items

 use below code:

expired_users = sorted(expired_users, key=lambda k: k['expiry_date'],reverse=True)

Tuesday, May 11, 2021

Mongo dump and restore

 MongoDump

 mongodump -d=pp -c=qq --query='{"expiredPremiumInfo":{"$exists":true}}'


mongorestore -d=pp -c=qq <path to bson file>

Monday, May 10, 2021

Email template management - Stripo.email

 Stripo.email is amazing platform for managing Email templates. It has drag and drop email editor also.

Saturday, May 8, 2021

Email automation systems

Below is video comparing all email automation systems like:
1. aweber
2. mautic
3. autoresponder
4. sendy.co

https://youtu.be/1K8nLXf-8_w