© 2023 Hashnode
#hosting
Learn How to host a Django website in less than 5 min here. In this blog, I will be using python anywhere as our cloud hosting platform. Now, what you need is just to follow this blog till the end.You…
So When we start our tech carrier what's there in our mind?? Getting a Good Job? Become the best in coding? Getting A good package? But Life is not a joke we can not get anything easily. What ar…
ReactJS is a very popular front-end library to build user interfaces. And you might have developed an excellent app using react but struggling to get it to the users. In this article, I will walk you …
JavaScript has a concept known as "hoisting" which refers to the behaviour of variable and function declarations being moved to the top of their scope by the JavaScript engine during the compilation p…
In this blog, I would share my understanding of Hoisting in JavaScript (to be precise we will talk about Hosting in var defined variables and functions)and how I understand this very important concept…
STATIC VS DYNAMIC WEBSITE Before creating a website it’s important to know the difference between static and dynamic web pages. STATIC WEBSITE is a collection of HTML files with the extension .html, w…
Hi everyone, if you looking for creating a new website, or just a blog. You might be looking for hosting and getting confused about which hosting to go with. Read this article more to know about types…
There are many low cost static website hosting options available but most of them require complicated process of uploading the website, configuring the domain names and managing the SSL certificates e…
Each modern application needs an appropriate database that has basic datastore capabilities or strong analytical capabilities. There is a variety of options to choose from, and choosing a database can…
In this blog, we'll know the complete detail of how hoisting mechanism occurs in JavaScript. First, go through the definition🌊. "Hoisting is Javascript default behaviour where variables and function …