Git cherry-picking in simple words
In Git, “cherry-picking” means taking a single commit from one branch and applying it onto another branch.
🔬 Tech and ⛵️ Nautical stuff
In Git, “cherry-picking” means taking a single commit from one branch and applying it onto another branch.
Becoming a great developer requires a combination of technical skills, problem-solving abilities, and a strong work ethic.
Since WooCommerce 5.5, PayPal Standard will no longer be loaded by default. The official recommendation is using PayPal Payments. Unfortunately, this extension is incompatible with the new Checkout block, that is available since WooCommerce 6.9. Activating PayPal Standard Luckily, activating PayPal Standard is pretty straightforward and requires the following steps: Deactivating PayPal Standard Unfortunately, deactivating […]
After switching to a different theme, I wanted to bulk-delete all featured images. On wpbeginner, I found the following snippet, which worked like a charm. Simply add it to your functions.php, refresh your site and then remove the snippet again.
The EU VAT Number extension allows store owners to offer tax-free orders from EU businesses with a valid VAT number. By default, the EU VAT field is placed at the bottom of the billing fields. But what if you want to move that field to another potision?
The following snippets allow checking which scripts and styles are loaded on your pages and posts.
For 222 consecutive days, I created at least one commit on GitHub every day. Initially, I planned to do one commit for at least 100 days. Now, that I already doubled that number, I’m aiming for 365 days while dreaming about 1000 days.
Initially, I planned to do one commit a day for at least 100 consecutive days. Well, that was 170 days ago, and I’m still creating at least one commit a day. As you can see on the chart above, recently I haven’t built many skyscrapers, thus, it’s about time to create another section of high-rising […]
A while ago, I signed up at https://www.codewars.com/ to practice both my PHP and JS skills. I decided to publish my results and to compare them with the best practice solution if found, thus, here we go. Task: My solution: Best practice: Resources:
Lb is an abbreviation of the Latin word libra. The primary meaning of libra was balance or scales (as in the astrological sign), but it also stood for the ancient Roman unit of measure libra pondo, meaning “a pound by weight.” We got the word “pound” in English from the pondo part of the libra pondo but our abbreviation comes from the libra. The libra is also […]