MicroPyramidBlog

Explore a blog dedicated to a wide spectrum of topics including Django, Python, Machine Learning, Salesforce, Angular, React, Flutter, Svelte, LINUX, and Amazon Web Services.

Understanding Middleware Functionality in Django2.0

Understanding new style of middleware in Django2.0, the difference between old-style & new-style. How to write custom middlewares in new-style and upgrading from old-style middleware.

How to Implement TokenBasedAuthentication in DjangoRestFramework

This blog explains you how to use Token Authentication to authenticate users within a Django Application. Token Authentication is a way to authorize users by using an Auth Token.

Customizing Django REST API Serializers

Customizing Django REST API Serializers

Implementation of Single Sign on Using Auth0 in Django Application

As the no of applications increases, users need to create username & passwords, need to remember for each application. Users can't remember these details and, sometimes users use single username/password for all applications, then there may be a chance of hacking your accounts easily. To provide more flexibility for the users, we should provide sso login, which makes seamless authentication experience.

What is Django CRM and it’s Advantages

Here in this blog you can find about CRM, Importance of CRM in sales, Types of CRM, How django crm helps for business and it’s advantages

Is Django Best Framework for your Web Application Development

Is Django best framework for your web application development

Live Chat with SalesForce Live Agent

Live chat with SalesForce Live Agent

Salesforce Read Full Post

How to Share Data Across Salesforce Organizations using Salesforce to Salesforce Integration

Customers have their own organizations in a shared platform. Sometimes, one organization may require to fetch data from the other one. To share data between two organizations, there are some methods in salesforce, one of them is establishing Salesforce to Salesforce connection in both organizations.

Salesforce Read Full Post

How to Backup and Restore Mysql, Postgresql and Mongodb Databases

Data loss can happen when we accidentally delete the files, or when server crashes or system fails, or when we applied migrations to the data that didn't work so we don't get previous data with the schema. In the production environment, it's mandatory to do database backup when we do changes in the code.

Server Management Read Full Post

How to Create Reminder or Automatic Reminder in Salesforce

In Salesforce Organization, by using salesforce Automated reminders & task reminder email you can manage all the leads who are helpful for the business that you won't miss anything on anyone.

Salesforce Read Full Post