January 30, 2023uncategorized lazy loading https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading
January 28, 2023uncategorized add material-icons offline to website https://developers.google.com/fonts/docs/material_icons
January 23, 2023uncategorized pimcore: add hyperlink to button add the layout button option on the Handler textbox add: (function () { window.open("YOUR URL"); })
January 22, 2023uncategorized json to css converter this site helps to separate the json file generated by the chrome coverage tool https://nachovz.github.io/devtools-coverage-css-generator/
January 15, 2023uncategorized bitnami: add lets encrypt cert https://docs.bitnami.com/aws/how-to/generate-install-lets-encrypt-ssl/
January 11, 2023uncategorized root and .ssh folder and file permissions chmod 700 /root chmod 600 /root/.ssh chmod 600 /root/.ssh/id_rsa chmod 600 /root/.ssh/authorized_keys
January 9, 2023January 9, 2023uncategorized prestashop featured-products: group by My intention is to find the query where the featured products are generated, to group by manufacturer so all manufacturers are […]
December 22, 2022uncategorized mysql: login and operate from ubuntu cli login: mysql -u root -p list databases: show databases; select databases: USE database_name;
December 21, 2022uncategorized python regex cheatsheet find string between characters (?<=This is)(.*)(?=sentence) Regexr I used lookbehind (?<=) and look ahead (?=) so that "This is" and […]
December 21, 2022January 17, 2023uncategorized adding google recaptcha to html form find all your recaptcha info and statistics https://www.google.com/recaptcha/admin go to: https://www.google.com/recaptcha/admin/create when you register your recaptcha, you will get […]