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.
Know the Future Trends of Salesforce in 2021
Salesforce has a customer base of more than 150000 users and is the leading CRM and also the most used cloud computing platform by the top class businesses.
Scale-up your E-Commerce Business with Salesforce Commerce Cloud
The Salesforce e-commerce cloud comes with powerful qualities that help businesses to connect with their prospective leads and turn them into customers.
New and Upcoming Features of Salesforce Sales Cloud
Salesforce has launched its latest cloud technology 'sales cloud 360' that combines new sales features and helps businesses generate more revenue.
Difference between Salesforce Service Cloud and Salesforce Sales Cloud
By knowing the difference between Salesforce Sales Cloud and Salesforce Service Cloud will you give the clarity what your business requires to improve.
After Years of Developing Lambda Scripts from creating Serverless Applications to Pipelining your Tasks, Here are the Best Practices that we follow.
Famous Apps Built with React Native
Famous Apps built with React Native
Postgresql Installation and Management Basics
PostgreSQL or simply postgres is the most advanced, SQL-compliant and open-source objective-RDBMS. In This Article, you will learn how to Install, Connect and Manage a postgres database.
How to Do Page Redirections with Nginx
Here we learn how to redirect a www to non-www or vice-versa also we see how to redirect pages. We will see differences between 301 and 302 redirection.
Configuring WordPress Blog as Sub-Directory Alongside Django in Nginx
Using regular expressions within Nginx we can bind urls to particular application servers, below we will configure wordpress blog and django site to be deployed on same domain name with each having their respective application servers i.e. ‘fastcgi’ for wordpress and ‘uwsgi’ for django.
Web Hooks for Gitlab using PHP and Shell Scripts
Web-hooks play vital role if you are in Continuous Integration(CI). Higher Level organizations follow GitLab for CI purposes if they operate on open source solutions and at times every developer needs to check his code integrity. At times like that, web-hooks can help us.