HTML Introduction

HTML is the standard markup language for creating Web pages. What is HTML? HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements
HTML is the standard markup language for creating Web pages. What is HTML? HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements
HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to create web pages. HTML was created by Berners-Lee in late 1991 but “HTML 2.0” was the first standard HTML specification which was published in 1995. HTML 4.01
Before install python library to connect redis server, make sure you have install redis server and running successfully. There is plenty of documents are available to install redis server. Or you can follow steps here to install redis server on
To install redis follow these steps To check redis port number and ip address, use below command. Redis-cli, the Redis command line interface redis-cli is command line interface that use to interact with redis server from command line or terminal.
Clone project with particular branch name. For more detail on git, please follow this link. why-use-git Git main website.
Prequisite: Pip3 Virtualenv Install pip first. For python 2.7 For python 3 Install virtual environment Now create a virtual environment You can also use a Python interpreter of your choice Activate your virtual enviornment Or To deactivate virtual enviorment Let’s
Introduction The micro-services architecture pattern is getting a lot of attention these days and it’s trending. If it is hard to believe, then just check what Google Trends says. As its name its a micro applications or services those run
Django come with good and enough authentication for most of cases, which is why I love using it. . But may be some time its not fulfill you need. Django default authentication that come with django use username and password to
A Web framework is a collection of packages or modules which allow developers to write Web applications (see WebApplications) or services without having to handle such low-level details as protocols, sockets or process/thread management. In this article, we share our own
What is Git Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. As i mentioned Git is a distributed version control system, meaning your local copy of