Generate a Sitemap XML in PHP

A sitemap.xml is a file that contains the important URLs of website to help search engines understand about the URLs on website in an efficient manner. Learn how to generate XML sitemap in PHP in this post.

Generate Sitemap XML in PHP

Flutter Form Validation (A Basic Guide)

When developing mobile applications with flutter, one of the most common requirements is handling form data submissions and validating user input. Get an insight on how to efficiently validate forms in flutter with code examples.

Flutter Form Validation

PHP Security & Best Practices (Security & Scalability)

PHP has been a widely used language for developing web application for decades now. Which is why it is important to adhere to best programming practices for PHP. Learn about recommended PHP security and PHP practices for scalability.

PHP Best Practices & Security

Get Geolocation from IP Address with GeoIP in PHP

GeoIP2 is an open-source database offered and maintained by MaxMind. This database is used for IP lookup and retrieving geolocation data from an IP address. Learn how to get geolocation from an IP address with GeoIP in PHP.

Get Geolocation from IP Address with GeoIP in PHP

Flutter Local Data Storage (SharedPreferences)

Local storage allows us to save a small amount of data on a user’s device without requiring an internet connection. Learn how to store data in local storage in Flutter with example.

Flutter Local Data Storage

Custom Search Form in WordPress (Without Plugin)

A search form on a website allows visitors to quickly find specific content without navigating through multiple pages or menus. Learn how to create a search form in WordPress without a plugin.

Custom Search Form in WordPress

HTTP Security Headers for Website

HTTP security headers provide an extra layer of security by defining policies that browsers must follow to protect websites from common attacks. Learn about important HTTP security headers and how to add them.

HTTP Security Headers for Website

Create a Custom Helper in Laravel

Laravel is a widely used powerful PHP framework that comes with rich set of built-in helpers and classes. Learn in this post how to create a helper in laravel for re-usability.

Create Custom Helper in Laravel