I am a big fan of eggs. My lunch probably includes two to three eggs almost every day – usually in omelet form, but sometimes in an egg sandwich. I have done many different egg experiments (or eggsperiments, as I like to call them) over the last year. Most of my eggsperiments have tended toward…
Read more…
In Part 2 of my Parbaked series, I showed some code capable of creating forms from data without writing any code. And since it is just written in Angular, if you do need to customize it, you can. As I have covered in my past two Parbaked posts, parbaking is a concept where bread is…
Read more…
The Angular Router is a powerful tool in our Angular toolbox. Part of the Angular Router is guards. When guards are configured, they can be used to block access to individual routes within our Angular SPA. Think of it as a way to prevent users from viewing specific screens within the client-side application. This guard…
Read more…
As I covered in my introductory post, parbaking is a concept where bread is baked to 80% of completion and then stopped. The remaining 20% is then finished where the bread will be sold. In many cases, this is a grocery store that wants to offer fresh bread but doesn’t have the staff required to…
Read more…
If you’re into baking, you may have heard of parbaked bread. This is where you bake your bread to about 80% done and then rapidly freeze it for transportation or storage. When you finally need your bread, you complete that remaining 20% of baking. Parbaking is how many grocery stores can have fresh-baked bread without…
Read more…
In the first part of this series, we created a knowledge base for our chatbot. Now it’s time to consume that knowledge base. When we’re done, the chatbot can be hosted on a variety of solutions and ways. For example, we could embed it within Microsoft Teams, GroupMe, or Facebook. But for now, we will…
Read more…
Given that you want to create a QnA-style chat, then Azure has a solution for you. Chatbots are becoming more and more common, but building one from scratch seems terribly complicated. Just the natural language processing alone would be a monumental task. And when you are creating a chatbot, you probably don’t want to become…
Read more…
Text analysis is very important for many businesses and can provide a wealth of useful information. Traditionally, having a system that did this meant developing a text analysis system from scratch. With many services providing text analysis as a service (such as Azure Cognitive Services), having a text analysis system is easier than ever. Text…
Read more…
Automating the retrieval of content from HTML pages isn’t something that often comes up, but it does happen. Sometimes people even want to screen scrape their own systems as a way of integration (which is not always the best idea). This automated retrieval of web content and processing it for another purpose is often referred…
Read more…
What am I looking forward to in 2021? The number one for everyone is the hope that COVID-19 comes to an end. I want to get back to working with my coworkers in person. While being virtual has been okay, I don’t think it is nearly as good as being in the same room. But…
Read more…