by Chad Michel | Aug 30, 2022 | Software Development Tips & Tricks, Software Engineering
In a previous blog post, I took you through how to pull contacts from iOS or Mac. In this post, I will show you how to pull calendar items. This turns out to be very similar to pulling contacts. First, we must request access to the calendar. As part of requesting...
by Andrew Tarr | Aug 17, 2022 | Software Development Tips & Tricks, Software Engineering
This post is intended to give you a swift kick from behind into a pool of CORS, without taking all day to do so, and without digging into any specific technologies. With that said, let’s learn to swim. What is CORS? From Mozilla: “Cross-Origin...
by Chad Michel | Jun 28, 2022 | Software Engineering
The Twilio Verify API allows us to verify users while not requiring them to enter (or remember) a password. This is a huge benefit for many systems. Having fewer passwords is better. Twilio Verify is extremely easy to set up. First, you must have a Twilio account....
by Chad Michel | Jun 16, 2022 | Software Development Tips & Tricks, Software Engineering
Our previous activities got us an Angular application making an HTTP call to a .NET Core backend to retrieve a shopping list. In this activity, we will extend our .NET backend to use SQL Server. First, let’s create a Shopping database. Next, we need to create a...
by Chad Michel | Mar 29, 2022 | Software Development Tips & Tricks, Software Engineering
Sometimes you can’t get into SQL Server. Maybe you forgot a password, or something got misconfigured. You are locked out. What to do when this happens? My go-to is putting SQL Server in Single-User Mode. Doing this is pretty straightforward. First, open a...
by Chad Michel | Mar 10, 2022 | Software Engineering
We all build everything for the cloud, right? Sometimes we get very focused on a small world, often believing that all software is some cloud-focused startup. But that isn’t accurate. Much of software development isn’t geared toward the cloud; it is geared...