by Joshua Harms
Trying to open Material-UI's DatePicker component without using its default text field input is a surprisingly difficult, undocumented, and bug-filled endeavour. This post documents exactly how to open the undocumented DatePickerDialog with a button click or keyboard event.
by Joshua Harms
I'm working on the next version of The Shopify Development Handbook, which will cover building Shopify apps with DotNet Core and Asp.Net Core, and had some trouble getting Let's Encrypt working with Nginx. This small guide walks you through all of the steps to get free SSL certificates for your Shopify apps.
by Joshua Harms
A couple of weeks ago I switched this website over from C# + ASP.NET to Node + Hapi + TypeScript + React. Deploying this site to Azure was an absolute nightmare. Everything that could go wrong did go wrong. What follows is a monument to the complete frustration and rage that I felt over the nearly 3 hours it took to debug Azure's deployment process and get this website working
by Joshua Harms
Recently, my Shopify app started throwing errors when receiving an OrderCreated webhook, stating that the JSON request was too large to be deserialized. Read on to learn how you can fix it.
by Joshua Harms
Trying to debug a Windows 8.1 WinJS app on the Windows 10 tech preview? You're probably getting the 'Application is not currently attached to a script debug target that supports script diagnostics' error. Here's how to fix it.