Top 3 useful AI tools for your daily needs

1. Google assistant: Google assistant is a virtual assistant developed by Google that allows you to interact with your Android or iOS device using natural language voice commands and provides information and services based on the user’s request. It can be used for various tasks such as setting reminders, managing calendar events, making phone calls,… Continue reading Top 3 useful AI tools for your daily needs

Why you shouldn’t order directly from SAMSUNG.COM online shop

This is my first time to order directly from SAMSUNG Online Shop, and I was very disappointed. This is my own personal experience, I would like to warn others before anyone attempts to place an order at samsung.com/ph online shop. Their ecommerce store logistics is terrible. Probably the worst in the world. It’s just sad… Continue reading Why you shouldn’t order directly from SAMSUNG.COM online shop

I’m super bullish on LUNA, FTM and SAITO

Lately, I’ve been heavily involved in the cryptocurrency space and I invested 100% of my saving into crypto, specially LUNA and FTM. If you filter it on Coicodex and see what coins has the highest gains since last year these two bad boys are the 4th and 5th with highest ROI. I missed out on… Continue reading I’m super bullish on LUNA, FTM and SAITO

WooCommerce: Add a product to cart automatically based on another product’s variation ID

If you want to add a product to your cart based on another product’s ID or variation or a configurable product, then this code snippet might help. Was searching how to do this until I found one in Stack Overflow. The function is based on the first code example on this website post: https://www.tychesoftwares.com/how-to-automatically-add-a-product-to-your-woocommerce-cart-in-3-different-scenarios/ Basically,… Continue reading WooCommerce: Add a product to cart automatically based on another product’s variation ID

Divi Blog Grid breaks when Minify JavaScript Files is enabled

If you’ve noticed that your Divi blog grid breaks after you enable JS minifaction using any plugin, then you just need to exclude the custom.js from /themes/Divi/js/custom.js to be minified. This will fix the issue. I haven’t checked what’s in this Javascript file yet that doesn’t want to be minified, but that fixes the problem… Continue reading Divi Blog Grid breaks when Minify JavaScript Files is enabled