Web Dev

  • How To Redirect 404 to the Homepage in Nginx?

    How To Redirect 404 to the Homepage in Nginx?

    When a requested URL is not available or not found, it’s advisable to redirect them to another URL or to a homepage that’s user-friendly. Nginx web server allows us to redirect off such 404 error…

  • How To Cache Static Content on Nginx?

    How To Cache Static Content on Nginx?

    Here in this post I’ll show you how to cache static content or files on Nginx. If you are not caching static content yet, tune it now, you’ll gain more speed just doing it. I’m…

  • Default NGINX Configuration

    Default NGINX Configuration

    Nginx configuration file located at /etc/nginx/nginx.conf has everything that makes a server flies or sinks. Below we have explained what each directive does. Let’s take a look and fine-tune your settings: Before we hit to…

  • How To Reduce Time To First Byte (TTFB)?

    How To Reduce Time To First Byte (TTFB)?

    For anyone, a fast website makes a noticeable difference. Visitors often checkout different web pages as it gets loads fast and readily available. Even search engines like Google and Bing appreciate faster websites compared to…

  • How to build a website and market it?

    How to build a website and market it?

    You want to start your own online business or want to start your website to represent your physical store. Of course, you need to go through a lot of preparations. Do not assume, that without…

  • NetworkError: Failed to execute ‘send’ on ‘XMLHttpRequest’

    NetworkError: Failed to execute ‘send’ on ‘XMLHttpRequest’

    Recently we enhanced our security headers and started facing ‘error in processing request’ in ajax calls. Error text: NetworkError: Failed to execute ‘send’ on ‘XMLHttpRequest’: Failed to load ‘http://masked.url/ajax.php’. (rejected) It seems that the connection…

  • Things to consider when developing your own website

    Things to consider when developing your own website

    Building your own website can be thoroughly rewarding, especially when you see it go live and the views start to pile in; however, it isn’t going to be just a few clicks and your away.…

  • How to create a website?

    How to create a website?

    A website contains a collection of information in the form of web pages. These pages include texts, images, videos, and other components. Websites are often created for monetization and passive income sources. Learning how to…

  • How to Achieve the AWS Cloud Certification Easily?

    How to Achieve the AWS Cloud Certification Easily?

    Today, the market is flooding with various technical certifications in different fields. Technology is moving quite fast and hence one of the fields where you can find a maximum number of certification courses is that…

  • How to choose budget-friendly hosting service for WordPress?

    How to choose budget-friendly hosting service for WordPress?

    WordPress is a very popular service to build user-friendly websites in no time. It provides the simplicity to build a websites with easy options. But, choosing the best Web hosting for a WordPress is a…

  • Reasons to Use CDN on Your Website

    Reasons to Use CDN on Your Website

    There are tons of tools and services out there that can speed up your website. So why choose a content delivery network? It’s simple, CDN actually works. For those of you who don’t know what…

  • Query Strings Remover: WordPress Plugin

    Query Strings Remover: WordPress Plugin

    Query Strings Remover is a WordPress Plugin (made by atulhost) that removes query strings from the website’s static resources like CSS and JavaScript files. Query strings are useful, but only when you want your site…