Click here to Skip to main content
15,886,110 members

Articles by Glenn Prince (Articles: 18)

Articles: 18

RSS Feed

Average article rating: 5.00

Artificial Intelligence
29 May 2020   Updated: 29 May 2020   Rating: 5.00/5    Votes: 12   Popularity: 5.40
Licence: CPOL    Views: 10,827     Bookmarked: 5   Downloaded: 112
Please Sign up or sign in to vote.
In this sixth part of the Data Cleaning with Python and Pandas series, we look at a few of the simpler methods for combining data.
29 May 2020   Updated: 29 May 2020   Rating: 5.00/5    Votes: 12   Popularity: 5.40
Licence: CPOL    Views: 17,036     Bookmarked: 3   Downloaded: 483
Please Sign up or sign in to vote.
In this second part of the Data Cleaning with Python and Pandas series, now that we have a Jupyter Notebook set up and some basic libraries initialized, we need to load some data. To do this, we’ll load data from a CSV file, as well as from a local SQLite database.
29 May 2020   Updated: 29 May 2020   Rating: 5.00/5    Votes: 13   Popularity: 5.57
Licence: CPOL    Views: 8,392     Bookmarked: 3   Downloaded: 119
Please Sign up or sign in to vote.
In this third part of the Data Cleaning with Python and Pandas series, we delve into some of the problems the dataset may contain.
29 May 2020   Updated: 29 May 2020   Rating: 5.00/5    Votes: 9   Popularity: 4.77
Licence: CPOL    Views: 11,158     Bookmarked: 2   Downloaded: 119
Please Sign up or sign in to vote.
In this fourth part of the Data Cleaning with Python and Pandas series, we look at a few of the simpler methods for combining data
29 May 2020   Updated: 29 May 2020   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 21,258     Bookmarked: 5   Downloaded: 168
Please Sign up or sign in to vote.
In this fifth part of the Data Cleaning with Python and Pandas series, we take one last pass to clean up the dataset before reshaping.
29 May 2020   Updated: 29 May 2020   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 9,803     Bookmarked: 3   Downloaded: 136
Please Sign up or sign in to vote.
In this seventh part of the Data Cleaning with Python and Pandas series, we can explore our visualization options.
Keras
8 Jun 2020   Updated: 8 Jun 2020   Rating: 5.00/5    Votes: 10   Popularity: 5.00
Licence: CPOL    Views: 32,729     Bookmarked: 10   Downloaded: 489
Please Sign up or sign in to vote.
In this article, we'll have a look at some of the pretrained models we can use in ImageAI to start detecting people in images.
Machine Learning
29 May 2020   Updated: 29 May 2020   Rating: 5.00/5    Votes: 12   Popularity: 5.40
Licence: CPOL    Views: 19,469     Bookmarked: 12   Downloaded: 383
Please Sign up or sign in to vote.
This article is the first in the Data Cleaning with Python and Pandas series that helps working developers get up to speed on data science tools and techniques.
4 Jun 2020   Updated: 4 Jun 2020   Rating: 5.00/5    Votes: 9   Popularity: 4.77
Licence: CPOL    Views: 32,442     Bookmarked: 16   Downloaded: 280
Please Sign up or sign in to vote.
In this article, we'll set up everything we need to build a hardhat detector with OpenCV.
5 Jun 2020   Updated: 5 Jun 2020   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 17,442     Bookmarked: 4   Downloaded: 131
Please Sign up or sign in to vote.
In this article, we create an object detection model.
9 Jun 2020   Updated: 9 Jun 2020   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 20,596     Bookmarked: 7   Downloaded: 791
Please Sign up or sign in to vote.
In this article, we train our own custom model to detect if people are wearing hardhats.
10 Jun 2020   Updated: 10 Jun 2020   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 40,413     Bookmarked: 7   Downloaded: 326
Please Sign up or sign in to vote.
In this article, we begin the process of creating a custom object detection model.
11 Jun 2020   Updated: 11 Jun 2020   Rating: 5.00/5    Votes: 12   Popularity: 5.40
Licence: CPOL    Views: 24,702     Bookmarked: 18   Downloaded: 307
Please Sign up or sign in to vote.
This article gives you a good starting point for your own object detection projects.
DevOps
13 Apr 2021   Updated: 13 Apr 2021   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 5,110     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we'll demonstrate how to go a step further by building a complete Cloud Native application consisting of several Azure Functions-hosted microservices.
14 Apr 2021   Updated: 14 Apr 2021   Rating: 4.78/5    Votes: 4   Popularity: 2.88
Licence: CPOL    Views: 4,420     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we expand our existing cloud native application by building and deploying a Kubernetes cluster using Azure Kubernetes Service (AKS).
15 Apr 2021   Updated: 15 Apr 2021   Rating: 4.89/5    Votes: 5   Popularity: 3.42
Licence: CPOL    Views: 3,850     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we take that one step further by building a containerized node.js application component.
14 Jun 2022   Updated: 14 Jun 2022   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 4,290     Bookmarked: 2   Downloaded: 7
Please Sign up or sign in to vote.
In this article, we ease into infrastructure as code with Pulumi.
15 Jun 2022   Updated: 15 Jun 2022   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 3,800     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article we explore how easy it is to build infrastructure on Azure using Pulumi and TypeScript.
16 Jun 2022   Updated: 16 Jun 2022   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 3,630     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we’ll look at building out tests to ensure the infrastructure we’re building meets our requirements.
Hosted Services
Azure
15 Jul 2019   Updated: 15 Jul 2019   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 6,892     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
For those who haven’t heard of them, Azure Functions are a service that lets you build event based micro services without the need to manage any infrastructure.
26 Aug 2019   Updated: 27 Aug 2019   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 10,977     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Over the next few posts, I am going to go through designing and building a Discord bot application using a microservices architecture and implementing a variety of services within Azure.
9 Sep 2019   Updated: 9 Sep 2019   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 9,034     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Up next, we are going to start taking those events and moving them into a Storage Queue so they can be processed by an Azure Function. We are also going to get the bot to listen to a Service Bus Queue so it can pick up a message and deliver it back to the Discord Server.
4 Jan 2022   Updated: 4 Jan 2022   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 4,963     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
This article will serve as a hands-on introduction to Cloud Native development for Python developers. Unlike most other introductions, we're going to show how to do things in a realistic way using modern tools.
5 Jan 2022   Updated: 5 Jan 2022   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 5,860     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
In this article we’ll create a more traditional web application using the Flash library and Azure WebApp.
6 Jan 2022   Updated: 6 Jan 2022   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 8,512     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we’ll build on what we started by adding an Azure Cosmos DB database to our Flask web app.
2 Mar 2022   Updated: 2 Mar 2022   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 4,250     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we create an Event Hubs instance and a demonstration application that sent messages using the Kafka API.
3 Mar 2022   Updated: 3 Mar 2022   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 3,660     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we develop several Azure Functions in Python to process the payload we receive and save the data to a Cosmos DB instance.
4 Mar 2022   Updated: 4 Mar 2022   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 2,820     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
In this article we finish building our application by adding Power BI to build reports and dashboards on top of our Cosmos DB dataset.
Web Hosting
24 Jul 2019   Updated: 24 Jul 2019   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 7,232     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Quick guide on how to save some money by switching your Azure WebApp service to a Azure Storage and a Content Delivery Network (CDN) hosting setup for static websites
PowerApps
15 Jun 2021   Updated: 15 Jun 2021   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,600     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we run through enabling PowerApps in Teams and step through the process of creating a simple, single-page form application from scratch.
16 Jun 2021   Updated: 16 Jun 2021   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 2,870     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we will add a menu/portal system to our app that uses the client’s Teams environment settings. Then, we’ll publish the application and export the completed solution.
Productivity Apps and Services
9 Aug 2021   Updated: 9 Aug 2021   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,400     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
In this article we set up the environment that retrieves a product list from SAP.
11 Aug 2021   Updated: 11 Aug 2021   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,650     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we finish up by exploring how to edit some of that data and update SAP accordingly.
10 Aug 2021   Updated: 23 Aug 2021   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 4,270     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article we retrieves a product list from SAP and displays it to Teams users.
Sharepoint
28 Jun 2019   Updated: 28 Jun 2019   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 3,752     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The following is a bit of an experiment I did with Microsoft Flow and SharePoint Online to access Version information when a document changed

Average blogs rating:

No blogs have been submitted.

Average tips rating:

No tips have been posted.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Architect
United States United States
Hi! I'm a Solution Architect, planning and designing systems based in Denver, Colorado. I also occasionally develop web applications and games, as well as write. My blog has articles, tutorials and general thoughts based on more than twenty years of misadventures in IT.