How to send emails using Django and Postfix?
May 21, 2022
In case you need to add a possibility of sending email notifications from your Django
app and use Postfix
mail transfer agent then this article will help you out.
XAP Software
May 21, 2022
In case you need to add a possibility of sending email notifications from your Django
app and use Postfix
mail transfer agent then this article will help you out.
May 12, 2022
You need to do some configuration of Apache and Django before deploying a django project using Apache.
May 11, 2022
In case you want to create a switch statement in rendering method in Next.js
similar to the one below you can use on of the methods described in this post.
May 7, 2022
As the application scales up, the need for error handling increases. If you use axios to get data from api, then overflowing .catch is wrong, axios.interceptors should be used to handle errors.
May 6, 2022
In case you have generated elements with different parameters and you want to create pop-up elements with these parameteres in Next.js
, you can use following method.
May 6, 2022
If you need to use new CAP technologies and your database contains a lot of data then you have to replicate your date to SAP HANA Cloud. In this article we will look at the complete setup using PostgreSQL without SSL as an example.