Blog

XAP Software

Home Categories Search About Archive

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.

Read More

How to deploy a Django project using Apache?

May 12, 2022

You need to do some configuration of Apache and Django before deploying a django project using Apache.

Read More

How to create switch statement inside rendering method in Next.js?

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.

Read More

How to implement Axios interceptors?

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.

Read More

How to create pop-up with different parameters for generated elements?

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.

Read More

How to set up replication from PostgreSQL to SAP HANA Cloud?

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.

Read More
« Prev 1 2 3 4 5 Next »