Archives: Blogs

Discover PawMeetUp

Discover PawMeetUp: Your All-Inclusive Social App for Pet Enthusiasts! Our revolutionary app is designed to cater to every aspect of your pet-loving journey. From reuniting with lost furry companions and exploring adoption possibilities to conveniently locating nearby veterinary clinics, PawMeetUp is your go-to solution. And that’s not all – our app even features a cutting-edge […]

Read more

Adding PHP 8.4 on Ubuntu (VirtualMin)

Multiple PHP Versions LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php && apt-get update apt-get install php8.2-{cgi,cli,fpm,pdo,gd,mbstring,mysqlnd,opcache,xml,zip,curl} Select Y Configuring the second PHP Version in Virtualmin Once you have completed the installation of a second PHP version on your server, you can verify that Virtualmin sees it by logging into Virtualmin, and clicking System Settings → Re-Check Config. You should […]

Read more

IP Restriction using htaccess

IP restriction is a security measure that allows you to limit access to your website or certain areas of your website to specific IP addresses or ranges of addresses. This can be useful in a variety of situations, such as preventing unauthorized access to your website, limiting access to certain parts of your website to […]

Read more

Basic SEO Tips for Web Developers

As a web developer, it’s important to not only focus on the technical aspects of building a website, but also on the search engine optimization (SEO) of the site. By implementing basic SEO techniques, you can improve the visibility of your website in search engine results and drive more traffic to your site. Here are […]

Read more

Building Hybrid Mobile Applications

Last Updated (2019-09-23) I’m developing a mobile channel for an e-commerce (Shopify) project. Developing using native platform tools like Android Studio for Android and xCode for Apple usually takes time so I searched for a hybrid mobile app for faster mobile development. So what is Hybrid Mobile App? This is a platform that you can […]

Read more