Personal Blog

Hero Illustration

Posts

  • Day 27: Exploring WP REST API

    ,

    Understanding the WP REST API: Before we dive into the specifics, let’s have a quick chat about what the WP REST API is. Imagine your website is a treasure chest full of information, and the API is the key that lets other applications unlock and access that treasure. It’s like a friendly messenger that delivers

    Go to post

  • Day 26: BreakPoints and WP REST API

    ,

    Debugging When your code misbehaves and throws errors, debugging helps you find and fix those issues. Debugging is the process of finding and fixing errors or bugs in the source code of any software. When software does not work as expected, computer programmers study the code to determine why any errors occurred. Basic Debugging Techniques: Breakpoints

    Go to post

  • Day 25: i18n, l10n and Security

    ,

    WordPress is like a magical language that lets your website communicate with people worldwide. We’ll discuss internationalization and localization, and we’ll dive into the technical aspects of escaping, sanitization, and validation in the context of dates on both the client and server sides. Additionally, we’ll explore the complicated of WordPress functions like wp_query, get_posts, and

    Go to post

  • Day 24: A Layman’s Guide to the WP Lifecycle and WP Query

    ,

    The WordPress Lifecycle: Before we jump into the technicalities, let’s understand the WordPress lifecycle. Think of it as your website’s journey every time someone visits a page. When a user clicks on a link, WordPress takes them on a ride through several phases: Understanding WP Query: Now, let’s focus on the heart of content retrieval

    Go to post