Is there an alternative Microsoft page to download Windows Installer 4.5? I tried this page but the link Download Windows Installer 4.5 now. re-directs you to a page with this warning 404 – File or directory not found. The resource you are looking for might have been removed, had its […]
Yearly Archives: 2020
I have dual link DSL internet, something around 24mb/1mb. The problem I have is that no matter what I seem to do, any time a device on my network is downloading something at near peak bandwith, it effectively DoS’s the rest of the network until the download is finished, rather […]
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 […]
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 […]