Single Page Application vs Multi Page Application (SPA vs MPA)

In the era of cloud , every application has been / being migrated from desktop to web server. And companies  earlier having their older softwares on systems are creating the same  as web app for easy and global approach of clients. Now the webapp could be categorized into two types – One is traditional Multi Page […]

Read More
 
 
 

Javascript Hoisting

Javascript Hoisting : Javascript a weekply typed language, and if we are not using the ‘strict’ mode in JS, there are so many code practices which can be avoided with Javascript unlike any other languages. One of these practise is that we can use a variable before declaring it.Yes, you heard it right; In JavaScript, […]

Read More
 

What is seo

SEO (Search engine optimization) is the process or a technique of getting traffic from search results on search engines. According to Wikipedia seo is the process of affecting the online visibility of a website.   Types of Seo : White Hat Seo Black Hat Seo Basic Techniques : Unique content Use seo friendly url’s Use […]

Read More
 
 

What is composer

Composer is a dependency manager tool for PHP.It will manage all kind of dependencies that you require for a project. It will get all the required libraries and manage them all in one place. Composer is not package manage but it’s manage libraries and manage(install/update) for us

Read More