Using GIT hooks to boost productivityWriting a proper git message is a good coding practice. A good commit message should convey what has been changed and why it has been…Sep 20, 2024Sep 20, 2024
Multiple language support in Django application: Internationalization in DjangoDjango has built-in support for translation. To add support for multiple languages in Django follow these steps.Sep 17, 2024Sep 17, 2024
Creating a bar chart in Django ApplicationWe will use charts.js to draw a bar chart in the Django application.Sep 13, 2024Sep 13, 2024
Removing PDF pages using PyPDF2Sometimes you receive a PDF file, say a magazine, containing pages full of ads. You want to remove those pages.Sep 10, 2024Sep 10, 2024
How to download data as CSV and Excel files in DjangoSometimes we are required to dump database data in CSV or Excel files. In this article, we will see how to download the data in CSV or…Apr 1, 2024Apr 1, 2024
How to send emails using Python and SMTP serverOne way to send emails is by using third-party APIs. Another way is to connect to the SMTP server directly. This is the second approach…Mar 18, 2024Mar 18, 2024
Custom parameter logging in Postfix MTA logsPostfix is a free and open-source mail transfer agent (MTA), which is a software application used to send, receive, and route email.Mar 5, 2024Mar 5, 2024
Increasing attachment size limit in PostfixPostfix is a free and open-source mail transfer agent (MTA), which is a software application used to send, receive, and route email.Mar 4, 2024Mar 4, 2024
Using Aerospike 6.4 CE with Spring Boot 3.2.1 and Java 21A minimal working example with detailed steps.Jan 10, 2024Jan 10, 2024
Superpower of Slow APIs in CybersecurityI was trying to access my account on a Government website. Since I use that particular website occasionally, I forgot the password. Hence…Dec 31, 20232Dec 31, 20232