Google Authentication in Nodejs using Passport and Google OauthGoogle authentication is one of the seamless and fastest modes of authenticating users in an application. It saves the user the time of filling out forms with his/her details and verifying email addresses. In this article, we will implement Google au...Apr 23, 2024·4 min read
Best Practices For Deploying Django Applications(Production Environment and Hosting)Nov 21, 2023·5 min read
Building a Custom Django Project/ Application(Folders and Files 2)Introduction What is a project or application that is not custom-made and per the intent of the developer or client? A dream project or application is primarily engineered from the thought or what can be called inspiration. In addition, this article ...Nov 4, 2023·3 min read
The Django Project Folder and Files Structure and Architecture 1Introduction Django is an extensive framework of the language Python. Therefore, on this note, it should not be surprising that a Django project will include many significant files and folders if needed. This article will address the default folders ...Oct 27, 2023·3 min read
How to Create a Django Project and Application.A guide to creating, testing and running a Django project and application in a local environment on both Windows and macOS.Oct 20, 2023·2 min read
Data Protection and SecurityIn our world today, data has turned out to be a very powerful tool and asset in the technological field and beyond. Data is at the core of every business. It is nearly impossible for a business to operate in today’s modern, digital world without prod...Jun 1, 2023·7 min read
Machine Learning Pipeline ArchitectureIntroduction. In this article, a lot will be shared in the context and regards to machine learning pipeline architecture. In our world, today, with how data is important and accessible, training a machine-learning model is highly possible. The presen...Apr 24, 2023·8 min read
Message Broker: Memphis.DevFirstly, what is a message broker? A message broker is an architecture pattern, software or server that facilitates, provides and enables the connection, communication and exchange of information between applications, systems and services for message...Apr 3, 2023·2 min read