React and TypeScript are two awesome technologies used by a lot of developers these days. Knowing how to do things can get tricky, and sometimes it’s hard to find the right answer. Not to worry. We’ve put together the best practices along with examples to clarify any doubts you may […]
Daily Archives: January 17, 2020
This article was originally published by SlashData. Thank you for supporting the partners who make SitePoint possible. For the first time in our Q2 2019 Developer Economics survey, we tried to introduce developers in their own words by asking them about how they see themselves. We provided a set of […]
Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol. Puppeteer runs headless by default, but can be configured to run full (non-headless) Chrome or Chromium. In this tutorial, we’ll learn what testing is, the different types of testing, and then […]
I have the task to setup SMTP server send a few emails with attachments to them and collect all of the attachments back. My first idea was to setup mailhog and set a directory where all sent mail to be saved. The issue is that mailhog doesn’t save emails in […]
For some reason, when I load template hints on my magento catalog page, the files that are being included are var/www/html/var/view_preprocessed/pub/static/vendor/magento/module etc, instead of var/www/html/app/design/frontend/theme/ etc… how would i change this and how did it get changed to begin with It feels like my app is stuck in production mode, […]