JSJairaj Sahgalinjairajremote.hashnode.dev·Aug 17, 2023 · 2 min readDemystifying the TLS Protocol: A Comprehensive Guide to Secure CommunicationIntroduction TLS (Transport Layer Security): Ensures privacy and security in online communications. Evolution from SSL: TLS evolved from SSL, modernizing and improving security. TLS and HTTPS: HTTPS employs TLS for secure data exchange, recognized...00
JSJairaj Sahgalinjairajremote.hashnode.dev·Aug 13, 2023 · 3 min readMastering Data Integrity in Django: Exploring the 'on_delete' ParameterIntroduction Django, a robust and powerful web framework, offers developers an array of tools to efficiently manage databases and maintain data integrity. One such tool that shines in the realm of relational databases is the on_delete parameter. In t...00
JSJairaj Sahgalinjairajremote.hashnode.dev·Aug 11, 2023 · 3 min readNavigating the Database Evolution: A Beginner's Guide to Migrations in DjangoWelcome to the world of Django – where your web application's journey often involves a dance with the database. In this guide, we're unraveling the mystery behind Django's migrations and uncovering why they're your best friends when it comes to manag...00
JSJairaj Sahgalinjairajremote.hashnode.dev·Feb 16, 2023 · 3 min readDjango Email Backend TypesDjango provides you with simple methods with which you can send emails to different email addresses. Today, we will be learning about them. Who is this article for? This article is for beginner programmers who have started working on Django or have j...00