Personal Blog

Hero Illustration

Posts

  • Day 58: WordPress Curie and Global Variables

    WordPress Curie (Custom URI Embeds) is a feature introduced in WordPress 4.5 that allows embedding of third-party content using custom URIs. The term “Curie” stands for “Compact URI” and is a way to compactly represent a URI. Before the Curie feature, embedding external content in WordPress posts or pages usually required using oEmbed or specific…

    Go to post

  • Day 57: Basics of React and Event Handling

    , ,

    Setting Up Your Development Environment: Understanding React Components: At the heart of React development are components, which are reusable building blocks for creating user interfaces. React components can be functional or class-based, and they encapsulate both the structure and behavior of UI elements. Creating Your First React Component: Let’s create a simple functional component called…

    Go to post

  • Day 56: JSX, Attributes and Virtual DOM

    ,

    Understanding JSX: JSX, or JavaScript XML, is an extension of JavaScript syntax that allows developers to write HTML-like code within JavaScript files. It serves as a fundamental building block in frameworks like React, enabling developers to create reusable UI components with ease. Key Concepts of JSX: Exploring Attributes: Attributes are key-value pairs that provide additional…

    Go to post

  • Day 55: Modern Web: React, Next.js, and Accessibility Standards

    ,

    Understanding React: React is a JavaScript library developed by Facebook for building user interfaces. It’s known for its declarative and component-based approach, which allows developers to create reusable UI components and efficiently manage state. Key Concepts of React: Exploring Next.js: Next.js is a React framework for building server-side rendered (SSR) and statically generated web applications.…

    Go to post