Andrei
Member since January 2, 2019

As a seasoned WordPress developer with expertise in various tech stacks and languages, I bring years of experience to every project I handle. My passion for coding and dedication to delivering exceptional work ensures that each project I take on is of the highest quality. I specialize in creating custom themes, developing plugins, and building full-scale web systems. By staying up-to-date with the latest industry trends and best practices, I incorporate cutting-edge solutions into my work.

Compare two arrays

This function checks if two arrays are identical (considering order). It converts the arrays to JSON strings for comparison. JavaScript:…

Count the occurrences of array elements

This function counts the occurrences of all elements in an array. It uses the reduce() method to iterate over the…

Count the occurrences of a value in an array

This function counts the number of times a specified value occurs in an array by filtering the array for the…

Convert an array of objects to a single object

This function converts an array of objects into a single object by using the Object.assign() method, which is used to…

Compare two arrays regardless of order

This function compares two arrays irrespective of their order. It sorts both arrays and converts them to strings for comparison.…

Webpack: Setting up SCSS, TypeScript, ReactJS TSX, and ES6+ Compilation

In today’s web development world, tooling has become an indispensable aspect. One such tool that has gained tremendous popularity is…

Display the most recent articles with WP_Query, but exclude the latest article

To display the latest articles with WP_Query in WordPress but exclude the most recent article, you can use the following…

Replace PHPStorm terminal with WSL on Windows

In my previous article, I wrote about how to replace the default terminal with Git Bash. It’s easy and at…

How to Load Production Images in WordPress Dev with .htaccess

The .htaccess file is a configuration file used by the Apache webserver to customize the server’s behavior. WordPress uses this…

A Guide to Crafting High-Conversion Landing Pages

Creating a landing page that resonates with your audience and nudges them towards conversion can often feel like art. But,…