Categories
Technology

Amazon Rekognition – Celebrity Edition

Tagging images and videos of popular celebrities for your Machine Learning applications can be time consuming. Let Amazon Rekognition handle that for you with its enhanced Celebrity recognition feature. Some Machine Learning solutions don’t require a great depth of knowledge of API’s or SDK’s. For applications that you’d like to leverage scalable, deep-learning technology without […]

Categories
Technology

AWS Ground Station Data Delivery To S3 Now Supported

Ground Station is one of my top 3 favorite AWS services. And now AWS is making it easier than ever to capture payload data and telemetry coming from a satellite into S3 as your data delivery source. Once you’ve scheduled a ‘contact’ with a particular satellite of your choosing, you can now have the data […]

Categories
Technology

Get Some Structure

It is important to move on from good ole’ comfort food, Console.WriteLine() for everything. When you are first learning how to create a .NET application, inside your Main method is a Console.WriteLine() that system outputs to the console. But that isn’t a best practice as you begin to develop production ready applications. Let’s dig into […]