<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/rss/styles.xsl" type="text/xsl"?><rss version="2.0"><channel><title>Danilo Parra Jr.</title><description>Hi, I&apos;m Danilo! Welcome to my personal space in the internet, where I write my learning and thoughts about all things web development.</description><link>https://daniloparrajr.com/</link><language>en-us</language><item><title>PHP Traits</title><link>https://daniloparrajr.com/php-traits/</link><guid isPermaLink="true">https://daniloparrajr.com/php-traits/</guid><description>Learn how to reduce code duplication and improve code re-use using PHP Traits.</description><pubDate>Tue, 16 Jul 2024 00:00:00 GMT</pubDate></item><item><title>PHP Late Static Binding</title><link>https://daniloparrajr.com/php-late-static-binding/</link><guid isPermaLink="true">https://daniloparrajr.com/php-late-static-binding/</guid><description>Learn what late static binding is in PHP.</description><pubDate>Sun, 14 Jul 2024 00:00:00 GMT</pubDate></item><item><title>PHP Interface and Polymorphism</title><link>https://daniloparrajr.com/php-interface-and-polymorphism/</link><guid isPermaLink="true">https://daniloparrajr.com/php-interface-and-polymorphism/</guid><description>Learn how to use Interface in PHP and how it relates to Polymorphism.</description><pubDate>Wed, 03 Jul 2024 00:00:00 GMT</pubDate></item><item><title>PHP Abstract Classes and Methods</title><link>https://daniloparrajr.com/php-abstract-classes-and-methods/</link><guid isPermaLink="true">https://daniloparrajr.com/php-abstract-classes-and-methods/</guid><description>Learn what PHP Abstract class is and when to use it.</description><pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate></item><item><title>PHP Class Constants</title><link>https://daniloparrajr.com/php-class-constants/</link><guid isPermaLink="true">https://daniloparrajr.com/php-class-constants/</guid><description>Learn how to define and use PHP Class Constants.</description><pubDate>Sun, 16 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Static Properties &amp; Methods In Object-Oriented PHP</title><link>https://daniloparrajr.com/php-static-properties-and-methods-in-object-oriented-php/</link><guid isPermaLink="true">https://daniloparrajr.com/php-static-properties-and-methods-in-object-oriented-php/</guid><description>A summary of Static properties and methods in Object-Oriented PHP.</description><pubDate>Wed, 12 Jun 2024 00:00:00 GMT</pubDate></item><item><title>How to get the author data outside the query loop</title><link>https://daniloparrajr.com/how-to-get-author-data-outside-the-query-loop/</link><guid isPermaLink="true">https://daniloparrajr.com/how-to-get-author-data-outside-the-query-loop/</guid><description>Easily get the author data outside the WordPress query loop</description><pubDate>Wed, 30 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Using the useBlockProps React hook in Block API version 2 or higher</title><link>https://daniloparrajr.com/using-useblockprops-react-hook-in-block-api-version-2-or-higher/</link><guid isPermaLink="true">https://daniloparrajr.com/using-useblockprops-react-hook-in-block-api-version-2-or-higher/</guid><description>In Block API version 2 or higher, blocks must use `useBlockProps` hook to properly insert the attributes and event handlers needed to enable block behaviour.</description><pubDate>Sun, 20 Aug 2023 00:00:00 GMT</pubDate></item><item><title>How to allow iframes and script tags in WordPress KSES</title><link>https://daniloparrajr.com/how-to-allow-iframe-and-script-tags-in-wp-kses/</link><guid isPermaLink="true">https://daniloparrajr.com/how-to-allow-iframe-and-script-tags-in-wp-kses/</guid><description>Learn what is WordPress KSES and how to allow iframe and script tags in post content.</description><pubDate>Thu, 17 Aug 2023 00:00:00 GMT</pubDate></item><item><title>JavaScript Hoisting</title><link>https://daniloparrajr.com/javascript-hoisting/</link><guid isPermaLink="true">https://daniloparrajr.com/javascript-hoisting/</guid><description>JavaScript hoisting refers to the interpreter moving the declarations of variables, functions, and classes to the top  of their scope before execution.</description><pubDate>Sat, 09 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Type coercion in JavaScript</title><link>https://daniloparrajr.com/type-coercion-in-javascript/</link><guid isPermaLink="true">https://daniloparrajr.com/type-coercion-in-javascript/</guid><description>Learn how prototypal inheritance works in JavaScript.</description><pubDate>Thu, 30 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Understanding JavaScript prototypal inheritance</title><link>https://daniloparrajr.com/understanding-javascript-prototypal-inheritance/</link><guid isPermaLink="true">https://daniloparrajr.com/understanding-javascript-prototypal-inheritance/</guid><description>Learn how prototypal inheritance works in JavaScript.</description><pubDate>Sun, 26 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Create and dispatch custom events in JavaScript</title><link>https://daniloparrajr.com/create-and-dispatch-custom-events-in-javascript/</link><guid isPermaLink="true">https://daniloparrajr.com/create-and-dispatch-custom-events-in-javascript/</guid><description>Learn how to create and dispatch custom events in JavaScript</description><pubDate>Sat, 11 Jun 2022 00:00:00 GMT</pubDate></item><item><title>How to sync feature branch in git</title><link>https://daniloparrajr.com/how-to-sync-feature-branch-in-git/</link><guid isPermaLink="true">https://daniloparrajr.com/how-to-sync-feature-branch-in-git/</guid><description>Keep your feature branch up to date with your main git branch</description><pubDate>Fri, 13 May 2022 00:00:00 GMT</pubDate></item><item><title>How to prevent flex items to overflow its flex container</title><link>https://daniloparrajr.com/how-to-prevent-flex-items-to-overflow-its-flex-container/</link><guid isPermaLink="true">https://daniloparrajr.com/how-to-prevent-flex-items-to-overflow-its-flex-container/</guid><description>Provide a solution and explanation on preventing flex items to overflow its flex container.</description><pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate></item><item><title>Hello World</title><link>https://daniloparrajr.com/hello-world/</link><guid isPermaLink="true">https://daniloparrajr.com/hello-world/</guid><description>This is my very first blog post.</description><pubDate>Tue, 12 Apr 2022 00:00:00 GMT</pubDate></item></channel></rss>