Vinayak Nishant

Hacker News Clone – Django

Hello Guys! In this tutorial, we will build a Full Web App – similar to the Hacker News website using the Django Web Framework. So let’s get started! About Hacker News Hacker News is a social news website run and handled by the Investment fund and start-up incubator Y-Combinator. This website mainly focusses on Computer …

Hacker News Clone – Django Read More »

Deploy Flask App on VPS

In this article, we will deploy Flask Application onto a Virtual Private Server (VPS) using Apache Webserver Software and mod_wsgi WSGI. What is VPS? VPS, which stands for Virtual Private Server, is a virtual machine sold as a service by various hosting companies. You can think of it similar to laptop CPU hardware but in …

Deploy Flask App on VPS Read More »

Flask User Authentication – How to Setup User Login in Flask?

In this article, we will code Flask user authentication using the Flask-Login Library and SQLAlchemy. So let’s get started! Nowadays, almost all the websites have user authentication systems coded into them. We can set-up an account with user authentication either directly or via a third-party like Google, Facebook. Apple etc. A typical user login page …

Flask User Authentication – How to Setup User Login in Flask? Read More »