Building a design system: Setting breakpoints for responsive design
In this post, we will focus on defining the CSS breakpoints that will be used to create a responsive design.
In this post, we will focus on defining the CSS breakpoints that will be used to create a responsive design.
Why WordPress developers should follow this best practice of using a prefix in their code.
Use WordPress built-in Transients tool to quickly improve site performance.
Learn how to check URL parameters using JavaScript.
Learn how to customize the labels of menu items in the WordPress admin dashboard.
Set the gitignore file to dynamically include only the necessary files of your WordPress project.
My complete guide on how to automate repetitive tasks with WordPress cron jobs.
Learn how to get the value of the selected option in a dropdown (select element) with JavaScript.
Learn how to easily update the Hugo version of your site.
Collect and handle user input in a Bash script.
Use Bash to get the HTTP response/status code of a URL.
Make the text in Bash scripts easier to read with colors and other text styles.
Learn how to fix the issue of Yoast SEO breadcrumbs linking to an old URL.
The importance of the box-sizing CSS property and why you should probably use it.
Create numeric input within a form that activates the numeric keypad on mobile but retains the normal text input view on desktop.
Learn how to copy HTML content from an element with JavaScript.
Learn how to automatically update a file version when it changes with PHP and WordPress.
Learn how to modify the threshold for the WordPress auto-scaling feature or disable it completely.
Learn how to restrict access to the WordPress REST API to improve the security of your WordPress site.
3 methods to iterate over array items / list of elements with JavaScript.