How to clear autofill entries form in html

Table of contents Introduction How-to-clear-autofill-entries-in-browser-with-HTML Summary Introduction When develop a web application especially building form and fill the user input it is quite bothersome when auto-fill entries keep shows up in the form. You can do...

How to Change Flask Port Number

Introduction As we know that Flask default port number is 5000. If you want to run two Flask server simultaneously or concurrently this will produce an error for the later website to run. This is due to the port can only have unidentical or unique port number from one...

SQLite3-Python Todo app convert tuple to dictionary

Introduction In previous tutorial todo app using Python-SQLite3 using SQL-query list of tuples to query read and find task inside database. This time we will level up by using a list of Dictionary. Below is the script that will be modify for read-task and find_task...

How to install PostgreSQL

Introduction In this tutorial I will walk you step by step on how to install Postgres using the terminal for either Linux or MacOs operating system. I assume that you know some basic command using the terminal or command line with superuser permission. apt-get I use...