<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Malay Ladu</title>
        <link>https://malayladu.com</link>
        <description>Malay Ladu — full-stack engineer with 15+ years solving real problems for real people. 25+ products used by 100,000+ users across SaaS, WordPress and WooCommerce. Portfolio, experience and a blog.</description>
        <language>en</language>
        <atom:link href="https://malayladu.com/feed.xml" rel="self" type="application/rss+xml" />
                    <lastBuildDate>Sat, 24 Jun 2023 09:55:00 +0000</lastBuildDate>
                            <item>
                <title>Top 10 WordPress Security Practices to Safeguard Your Website</title>
                <link>https://malayladu.com/top-10-wordpress-security-practices-to-safeguard-your-website</link>
                <guid isPermaLink="true">https://malayladu.com/top-10-wordpress-security-practices-to-safeguard-your-website</guid>
                <pubDate>Sat, 24 Jun 2023 09:55:00 +0000</pubDate>
                <description><![CDATA[WordPress is a popular and widely used platform for building websites, but its popularity also makes it a target for malicious actors. Protecting your WordPress website from security threats is essent]]></description>
                                    <category>Security</category>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>Exploring the Best Free WordPress Themes for Various Niches</title>
                <link>https://malayladu.com/exploring-the-best-free-wordpress-themes-for-various-niches</link>
                <guid isPermaLink="true">https://malayladu.com/exploring-the-best-free-wordpress-themes-for-various-niches</guid>
                <pubDate>Fri, 23 Jun 2023 21:44:01 +0000</pubDate>
                <description><![CDATA[WordPress offers a vast selection of themes, both free and premium, to help you create a visually appealing and functional website. In this blog post, we will explore some of the best free WordPress t]]></description>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>A Step-by-Step Guide to Setting Up Your E-Commerce Store with WordPress</title>
                <link>https://malayladu.com/a-step-by-step-guide-to-setting-up-your-e-commerce-store-with-wordpress</link>
                <guid isPermaLink="true">https://malayladu.com/a-step-by-step-guide-to-setting-up-your-e-commerce-store-with-wordpress</guid>
                <pubDate>Fri, 23 Jun 2023 21:33:32 +0000</pubDate>
                <description><![CDATA[Creating an e-commerce store with WordPress offers a flexible and robust platform to showcase and sell your products or services online. In this comprehensive guide, we will walk you through the step-]]></description>
                                    <category>E-Commerce</category>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>Unlocking the Power of WordPress: Advanced Tips and Tricks</title>
                <link>https://malayladu.com/unlocking-the-power-of-wordpress-advanced-tips-and-tricks</link>
                <guid isPermaLink="true">https://malayladu.com/unlocking-the-power-of-wordpress-advanced-tips-and-tricks</guid>
                <pubDate>Wed, 21 Jun 2023 22:27:12 +0000</pubDate>
                <description><![CDATA[WordPress is a powerful and versatile content management system (CMS) that has revolutionized the way websites are built and managed. While it offers a user-friendly interface for beginners, there are]]></description>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>10 Must-Have WordPress Plugins for Every WordPress Website</title>
                <link>https://malayladu.com/10-must-have-wordpress-plugins-for-every-wordpress-website</link>
                <guid isPermaLink="true">https://malayladu.com/10-must-have-wordpress-plugins-for-every-wordpress-website</guid>
                <pubDate>Wed, 21 Jun 2023 22:04:51 +0000</pubDate>
                <description><![CDATA[One of the advantages of using WordPress for your website is the vast ecosystem of plugins that can enhance its functionality and features. With thousands of options available, it can be overwhelming]]></description>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>How to Optimize Your WordPress Site for Better Performance</title>
                <link>https://malayladu.com/how-to-optimize-your-wordpress-site-for-better-performance</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-optimize-your-wordpress-site-for-better-performance</guid>
                <pubDate>Wed, 21 Jun 2023 20:11:07 +0000</pubDate>
                <description><![CDATA[In today’s fast-paced digital world, website performance plays a critical role in user experience and search engine rankings. If you’re running your website on WordPress, optimizing its performance be]]></description>
                                    <category>Performance</category>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>HOW to get visitor IP behind Cloudfare or Proxy</title>
                <link>https://malayladu.com/how-to-get-visitor-ip-behind-cloudfare-or-proxy</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-get-visitor-ip-behind-cloudfare-or-proxy</guid>
                <pubDate>Wed, 28 Jul 2021 18:30:01 +0000</pubDate>
                <description><![CDATA[Normally we would use $_SERVER[‘REMOTE_ADDR’] but unfortunately, this doesn’t work with Cloudflare. This small PHP function will let you get the visitor’s real IP address, even if you use Cloudflare o]]></description>
                                    <category>Code</category>
                                    <category>How To</category>
                                    <category>PHP</category>
                            </item>
                    <item>
                <title>HOW to parse command line arguments in NodeJS</title>
                <link>https://malayladu.com/how-to-parse-command-line-arguments-in-nodejs</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-parse-command-line-arguments-in-nodejs</guid>
                <pubDate>Sat, 03 Apr 2021 17:31:33 +0000</pubDate>
                <description><![CDATA[Passing in arguments via the command line is an extremely basic programming task, and a necessity for anyone trying to write a simple Command-Line Interface (CLI). In Node.js, as in C and many related]]></description>
                                    <category>Code</category>
                                    <category>How To</category>
                                    <category>NodeJS</category>
                            </item>
                    <item>
                <title>HOW to insert a value or key/value pair before a specific key in an array</title>
                <link>https://malayladu.com/how-to-insert-a-value-or-key-value-pair-before-a-specific-key-in-an-array</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-insert-a-value-or-key-value-pair-before-a-specific-key-in-an-array</guid>
                <pubDate>Mon, 15 Mar 2021 18:47:44 +0000</pubDate>
                <description><![CDATA[There is a case when you require to add a value or key/value pair before a specific key in an array. Here’s the simple PHP function which you can use to achieve this. If the key doesn’t exist, value i]]></description>
                                    <category>How To</category>
                                    <category>PHP</category>
                            </item>
                    <item>
                <title>HOW to insert a value or key/value pair after a specific key in an array</title>
                <link>https://malayladu.com/how-to-insert-a-value-or-key-value-pair-after-a-specific-key-in-an-array-2</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-insert-a-value-or-key-value-pair-after-a-specific-key-in-an-array-2</guid>
                <pubDate>Mon, 15 Mar 2021 18:42:43 +0000</pubDate>
                <description><![CDATA[There is a case when you require to add a value or key/value pair after a specific key in an array. Here’s the simple PHP function which you can use to achieve this. If the key doesn’t exist, value is]]></description>
                                    <category>How To</category>
                                    <category>PHP</category>
                            </item>
                    <item>
                <title>HOW to rename a local and remote Git branch</title>
                <link>https://malayladu.com/how-to-rename-a-local-and-remote-git-branch</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-rename-a-local-and-remote-git-branch</guid>
                <pubDate>Tue, 21 Apr 2020 13:51:39 +0000</pubDate>
                <description><![CDATA[You are collaborating on a project with a group of people, and you have defined a naming convention for git branches. You created a new branch, pushed the changes to the remote repository, and realize]]></description>
                                    <category>Command</category>
                                    <category>Git</category>
                                    <category>How To</category>
                            </item>
                    <item>
                <title>HOW to change the footer in your WordPress admin panel?</title>
                <link>https://malayladu.com/how-to-change-the-footer-in-your-wordpress-admin-panel</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-change-the-footer-in-your-wordpress-admin-panel</guid>
                <pubDate>Fri, 17 Apr 2020 17:14:51 +0000</pubDate>
                <description><![CDATA[There are times when you want others to know that you designed the specific WordPress theme or develop WordPress plugin. So you would put a credit link in the WordPress footer. But if you want to take]]></description>
                                    <category>Code</category>
                                    <category>How To</category>
                                    <category>PHP</category>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>HOW to change remote’s URL in Git?</title>
                <link>https://malayladu.com/how-to-change-remotes-url-in-git</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-change-remotes-url-in-git</guid>
                <pubDate>Wed, 15 Apr 2020 11:46:55 +0000</pubDate>
                <description><![CDATA[There are various scenario where you want to change the remote’s URL in your git repository. You can fire git remote set-url command to change/ update existing remote repository URL. The git remote se]]></description>
                                    <category>Command</category>
                                    <category>Git</category>
                                    <category>How To</category>
                            </item>
                    <item>
                <title>HOW to remove unwanted admin notices from WordPress admin screens?</title>
                <link>https://malayladu.com/how-to-remove-unwanted-admin-notices-from-wordpress-admin-screens</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-remove-unwanted-admin-notices-from-wordpress-admin-screens</guid>
                <pubDate>Sat, 04 Apr 2020 17:11:40 +0000</pubDate>
                <description><![CDATA[As a plugin developer you feel frustrated when some other plugin will hijack your plugin screens with admin notices. If you are one who is feeling the same, this code snippet will help you to remove a]]></description>
                                    <category>Code</category>
                                    <category>How To</category>
                                    <category>PHP</category>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>HOW to check values are present in an Array?</title>
                <link>https://malayladu.com/how-to-check-values-are-present-in-an-array</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-check-values-are-present-in-an-array</guid>
                <pubDate>Sat, 04 Apr 2020 01:06:14 +0000</pubDate>
                <description><![CDATA[There are various scenarios in which you want to check whether the given value is present in array or not. So, here’s the simple PHP function which we can use to check. Output of above code will be Av]]></description>
                                    <category>Code</category>
                                    <category>How To</category>
                                    <category>PHP</category>
                            </item>
                    <item>
                <title>HOW to Disable WordPress Admin Bar for All Users?</title>
                <link>https://malayladu.com/how-to-disable-wordpress-admin-bar-for-all-users</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-disable-wordpress-admin-bar-for-all-users</guid>
                <pubDate>Sat, 04 Apr 2020 00:44:17 +0000</pubDate>
                <description><![CDATA[Today, when I went to take a screenshot of one admin screen, It also comes with “Admin Bar”. So, I realize that I don’t need an admin bar and I started looking into the code to disable Admin Bar. Fina]]></description>
                                    <category>Code</category>
                                    <category>How To</category>
                                    <category>PHP</category>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>HOW to get active plugins, inactive plugins information in WordPress?</title>
                <link>https://malayladu.com/how-to-get-active-plugins-inactive-plugins-information-in-wordpress</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-get-active-plugins-inactive-plugins-information-in-wordpress</guid>
                <pubDate>Mon, 30 Mar 2020 02:20:37 +0000</pubDate>
                <description><![CDATA[There are many scenarios where you want to get Active plugins, In Active plugins information programmatically to check few dependency or show some warning message or add new features. Here are the sim]]></description>
                                    <category>Code</category>
                                    <category>How To</category>
                                    <category>PHP</category>
                                    <category>WordPress</category>
                            </item>
                    <item>
                <title>WHY should you use Git?</title>
                <link>https://malayladu.com/why-should-you-use-git</link>
                <guid isPermaLink="true">https://malayladu.com/why-should-you-use-git</guid>
                <pubDate>Mon, 30 Mar 2020 01:45:54 +0000</pubDate>
                <description><![CDATA[From web developers to app developers, Git is useful to anyone who writes code or track changes to files. So what’s it all about and why should you start using it? What is Git? Git is the most commonl]]></description>
                                    <category>Git</category>
                                    <category>WHY To</category>
                            </item>
                    <item>
                <title>HOW to create a new branch in Git?</title>
                <link>https://malayladu.com/how-to-create-a-new-branch-in-git</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-create-a-new-branch-in-git</guid>
                <pubDate>Mon, 30 Mar 2020 01:32:03 +0000</pubDate>
                <description><![CDATA[In Git, and most other VCS tools, branching is one of the main constructs that really make it useful for software development. These branches are almost like a new copy of your code at the current sta]]></description>
                                    <category>Command</category>
                                    <category>Git</category>
                                    <category>How To</category>
                            </item>
                    <item>
                <title>HOW to create different shapes with CSS?</title>
                <link>https://malayladu.com/how-to-create-different-shapes-with-css</link>
                <guid isPermaLink="true">https://malayladu.com/how-to-create-different-shapes-with-css</guid>
                <pubDate>Mon, 30 Mar 2020 01:12:58 +0000</pubDate>
                <description><![CDATA[Here’s how you can create different shapes using CSS 1. Square 2. Circle 3. Oval 4. Trapezoid 5. Rectangle 6. Parallelogram 7. Triangle Up 8. Triangle Down 9. Triangle Left 10. Triangle Right Here’s t]]></description>
                                    <category>Code</category>
                                    <category>CSS</category>
                                    <category>How To</category>
                                    <category>HTML</category>
                            </item>
            </channel>
</rss>
