by Chad Michel | Oct 28, 2022 | Software Engineering
I am not good at drawing; I wish I were, but I am not. I got a lot of practice when my kids were younger. We spent a lot of time drawing with chalk on our driveway and sidewalks. We often drew things my kids were into at the time: cars, families, and trains. For some...
by Chad Michel | Sep 20, 2022 | Software Engineering
I love .NET and C#, and I think it is the best platform for writing software in many ways. C# was created to make it easier to write quality business software. And it has evolved to be better and better. But there is one thing that still isn’t fixed with .NET:...
by Chad Michel | Sep 8, 2022 | Project Management, Software Engineering
Tracking project progress isn’t as simple as you would think. Common questions often include, “are we there yet?”, “are we going to end over budget?”, and “are we going to end past the schedule?” These questions keep people up at night. And the...
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....