-
JavaScript Roadmap
Reading Time: < 1 minutes JavsScript Roadmap Basics Runing Javascript Variables DataTypes and Data structure Primitive Non–Primitive Data structure Type conversion Conditional Statements Loops Operators Functions Built-in methods this Prototype Asynchronous JS Few More Concepts
-
The Ultimate Guide to HTTP Status Codes
Reading Time: 5 minutes The Ultimate Guide to HTTP Status Codes HTTP Status Codes HTTP Request Methods HTTP defines request methods to indicate the desired action for a resource. Here are the 9 important request methods: HTTP Status Codes Here is the complete list of HTTP status codes. 1XX Informational 2XX Successful 3XX Redirection 4XX Client Error 5XX Server […]
-
How do I promote my web development services for free?
Reading Time: 3 minutes How do I promote my web development services for free? As there is immense growth in the digital marketing industry seen in recent years, there is a need for web designers and developers everywhere. Each one has unique skills and ways to serve the clients which set them apart from others. This, on the other […]
-
All you need to know about Composer
Reading Time: 2 minutes All you need to know about Composer All composer commands, depending on your install, may need to use php composer.phar in the install folder for composer, instead of plain composer. Updating packages This command changes only the composer.lock file. composer update Updates all packages composer update –with-dependencies Updates all packages and its dependencies composer update vendor/package Updates a certain package from vendor composer […]
-
Change Your WordPress Login Page Without Plugin
Reading Time: 2 minutes Change Your WordPress Login Page Without Plugin For modifying below all changes you have to write these function and hooks in your active theme’s function.php file. Create one directory called login into your active theme. Change the logo: Save Your Logo image as logo.png to login directory you created. Here I use login_head wordpress action […]