Published inDjango UnleashedImplement these 5 essential practices to ready Django for productionYou’ve completed creating and testing your application in a development environment, and it’s now ready for production, what steps do you…Jan 16, 2024Jan 16, 2024
Published inDjango UnleashedTesting ImageField in Django Rest FrameworkUnit testing is fundamental when building software. Every developer must be familiar with this type of testing. When writing unit tests for…Nov 14, 20231Nov 14, 20231
Published inStackademicDjango + React Secure Authentication Using HTTP-only CookieWhen it comes to user authentication, it is essential to ensure our application handles the authentication process securely to prevent…Nov 5, 20232Nov 5, 20232
Published inDjango UnleashedServing static and media files using Nginx in Django.What is Nginx?Sep 8, 20232Sep 8, 20232
REST API best practices.When building APIs it is essential to observe common practices such as the ones mentioned below to improve the performance of your API…Jul 21, 2023Jul 21, 2023
API Authentication and Authorization: Basic Authentication, JWT, OAuth2.0, and OpenID ConnectAuthentication — the process of verifying a user’s identity. A user proves their identity by providing their credentials.Jul 19, 2023Jul 19, 2023
Managing sessions in DjangoA web session is a user's visit to a website during which they somewhat interact with the site.May 7, 20231May 7, 20231
What is Caching? Caching in Django with Redis.In modern web development loading time of a webpage is fundamental to obtaining and retaining users. There are multiple ways to optimize…Apr 22, 2023Apr 22, 2023