-
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 […]
-
How to disable RSS feeds in WordPress?
Reading Time: 2 minutes How to disable RSS feeds in WordPress? You want to disable RSS feed in WordPress, and you don’t know how to do that? Here are 3 easy ways to do it. Simplest & Quickest way is Use a plugin If you’re a advance user and having knowledge of Programming Use WordPress hooks .htaccess rule to […]