Skip to content
CodesPoetry.com
  • Tutorial
  • JavaScript
  • WordPress
  • Shopify
CodesPoetry.com
  • regex-in-javascript
    JavaScript | Tutorial

    Regex: Power Your JavaScript Skills

    -Ashik July 17, 2025July 17, 2025

    Regular expressions (regex) are a powerful tool for pattern matching and text manipulation in JavaScript. Whether you’re validating user input, extracting data, or transforming strings, regex can supercharge your JavaScript skills. Regex is available in most programming languages, and JavaScript supports regex through its built-in RegExp object and a concise syntax. What Are Regular Expressions? Regex is…

    Read More Regex: Power Your JavaScript SkillsContinue

  • FocusedMind – A Chrome Extension That Helps You Focus
    JavaScript

    FocusedMind – A Chrome Extension That Helps You Focus

    -Ashik July 16, 2025July 16, 2025

    Let’s be honest – how many times have you started working on something important, only to find yourself scrolling through social media 10 minutes later? Or opened a new tab to “quickly check” something and ended up in a 2-hour YouTube rabbit hole? I’ve been there. We’ve all been there. Most website blockers say “NO”…

    Read More FocusedMind – A Chrome Extension That Helps You FocusContinue

  • zod validation
    JavaScript | React | Tutorial

    Zod: The Ultimate Validation Library for TypeScript

    -Ashik May 30, 2025May 31, 2025

    Zod is a TypeScript-first schema validation library. Unlike static type checking, Zod helps you to validate data dynamically at runtime. Whether user input, API response, or any data you want to validate, structure custom errors, Zod is the ultimate tool. I’ll go through the discussion on schema structure, custom validation, asynchronous checks, and demonstrate how…

    Read More Zod: The Ultimate Validation Library for TypeScriptContinue

  • Power of WP-CLI: Streamline Your WordPress Workflow
    Tutorial | WordPress

    Power of WP-CLI: Streamline Your WordPress Workflow

    -Ashik May 5, 2025May 5, 2025

    WP-CLI is a powerful command-line interface for managing WordPress installations. Whether you’re a site owner, developer, or working on a client project, WP-CLI can significantly speed up your workflow. If you’re familiar with command-line tools, such as Linux terminal, Windows PowerShell, or the macos command line, you’re well-prepared to start using WP-CLI. If not yet,…

    Read More Power of WP-CLI: Streamline Your WordPress WorkflowContinue

  • How Browser Works: DNS, HTTP Request, DOM, CSSOM
    Tutorial

    How Browser Works: DNS, HTTP Request, DOM, CSSOM

    -Ashik April 20, 2025April 21, 2025

    Understanding how browsers work is a game-changer to become a better developer, problem solver, and all-around tech badass. Step-by-Step: How the Browser Works 1. When we hit a domain e.g. codespoetry.com, the browser looks for DNS resolution. So, it goes through a DNS lookup: In case of a valid domain, the domain is resolved to…

    Read More How Browser Works: DNS, HTTP Request, DOM, CSSOMContinue

  • javascript-dom-manipulation
    JavaScript | Tutorial

    JavaScript DOM Manipulation: A Beginner’s Guide

    -Ashik April 11, 2025April 12, 2025

    Initially, JavaScript was built to manipulate the DOM and capture user interaction. Nowadays, JavaScript is far from that and has established itself as a powerful cross-platform language. Although the old-school method may not be as popular in the modern era of React, Vue, and other libraries, it still has a place. Learning DOM manipulation helps…

    Read More JavaScript DOM Manipulation: A Beginner’s GuideContinue

  • Breadcrumbs Menu in Shopify
    Shopify | Tutorial

    Breadcrumbs Menu in Shopify

    -Ashik April 4, 2025August 10, 2025

    Adding Breadcumbs Menu in Shopify Adding a Breadcrumbs Menu is probably a common task when working on a Shopify theme to extend features. Today, I’ll share how to add a breadcrumbs menu with ease and avoid unnecessary complexity. I’m jumping into the code directly: The above code is very generic and shows how to retrieve…

    Read More Breadcrumbs Menu in ShopifyContinue

  • WordPress website migration using cPanel, the easy way
    Tutorial | WordPress

    WordPress website migration using cPanel, the easy way

    -Ashik March 12, 2025April 4, 2025

    Hosting expired, grabbing the Black Friday offer, or upgrading our hosting, we may need to migrate a WordPress website for many reasons. And there are more ways to migrate WordPress websites. You can use plugins and hosting tools or do it manually. Here, I’ll explain the manual way. This requires a little bit of manual…

    Read More WordPress website migration using cPanel, the easy wayContinue

  • javascript call stack and event loop
    JavaScript | Tutorial

    JavaScript Execution Context, Call Stack, Web API’s and Event Loop

    -Ashik November 21, 2024April 9, 2025

    JavaScript Execution Context Execution Context in JavaScript is a whole lot of things. I’ll describe it as my understanding and show you how this works in running script behind the scenes. There are two phases of Execution Context. Creation phase and execution phase. If you declare a variable in your code var myName = “codespoetry.com”,…

    Read More JavaScript Execution Context, Call Stack, Web API’s and Event LoopContinue

  • Privacy Policy
  • Terms & Condition
  • Contact Us

© 2025 CodesPoetry.com - WordPress Theme by Kadence WP

  • Tutorial
  • JavaScript
  • WordPress
  • Shopify
  • Contact Us
  • Login