January 20, 2018prestashop prestashop: debug performance Go to config->defines.inc.php Change from false to true define('_PS_DEBUG_PROFILING_', false);
January 5, 2018April 26, 2021uncategorized linkedin api https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=XXXXXXXXXXXXXXXXX&redirect_uri=https%3A%2F%2F[DOMAIN]&state=987654321&scope=r_basicprofile
December 29, 2017November 30, 2019podcasts joe rogan: dr. mark gordon & andrew kerr Summary 90% of illness comes from inflammation One of the worst foods for inflammation is sugar, followed by grains. Lowering sugar intake […]
December 28, 2017December 28, 2017uncategorized powerbi: sugarcrm database connection. It will only work if you add the following parameter: OldGuids=true And the query will work as follows. let Source = MySQL.Database("192.168.1.244", […]
December 26, 2017April 16, 2020life, notes, podcasts tim ferriss: rick rubin interview Rick is a music businessman, on this interview he shares his views on life and several interesting subjects. Recommended. Notes: Lost 140 […]
December 25, 2017July 23, 2021prestashop prestashop: remove rendering blocking css If you do a Page Speed test on Google, to make sure your site is loading fast enough and a slow load […]
December 24, 2017February 13, 2023prestashop prestashop: product custom field on product-list.tpl This was kind of a tricky one, I created a custom field on the database (explained on another post) and was able […]
December 24, 2017December 24, 2017idempiere, postgresql delete duplicate rows on pgsql and mysql This code shows how to delete duplicate rows on pgsql DELETE FROM m_product WHERE sku in( SELECT sku FROM ( SELECT […]
December 22, 2017April 10, 2020life life: gamechangers on their fields List of people I follow: Life Charlie Munger Warren Buffett Bill Gates Ray Dalio Elon Musk Podcasts Joe Rogan Howard Stern Eli […]
December 21, 2017February 27, 2020mautic mautic: clear bounces not working correctly Some emails are parsed, while others are not. It depends on the format of the email. Here are some highlights: Files of […]