By the way, I contributed to this year’s Festive Tech Calendar with a video on how to use low-code automation solutions like Power Automate and IFTTT to automate your holiday season. Check out the video here: There’s a lot of great submissions. Go check them out!
Archives
Using DALL-E and Power Automate To Create and Share Images
One big current trend, for good or ill, is AI-generated images. There are a number of services out there to generate these images and most of them have an API that you can hit against and which have various price points for that access. For our example today, we’ll use […]
A Day In The Life
Taking some inspiration from my favorite ‘cast this week, Guidance Counselor 2.0, by Taylor Desseyn. I wanted to ‘get real’ a little bit about what it’s really like to be a professional software developer and use this post to delve a bit into the day-to-day life of a dev. A […]
An Overview of SQL Data Types
I have been asked to do more posts on databases, so I’m returning to the world of relational databases this week. I posted an introduction to databases a few months back that you can take a look at for a 10,000-foot view. The next logical step seems to be to […]
Imposter Syndrome Never Ends – And That’s Fine
There’s a ton of feeling in the developer community among new, so-called “junior” developers. It’s something that has come up in many of the mentoring sessions I have held with quite a few people who are new to coding or trying to get into the field. It’s a feeling that […]
Function Friday – Chunk, Sort & Reverse
Power Automate has added a number of new expression functions and features recently. This time around I’ll take a look at three of those new functions: chunk, sort and reverse. The chunk function lets you break up strings or arrays into blocks of equal length. The format is as follows: […]
Video: AI Builder – Creating a Custom Image Recognition Model
This time I take you on a tour of using AI Builder in Power Automate to create a custom image recognition model to identify gaming dice.
Follow Friday – Tech Twitter
While Twitter is still a thing, I thought I’d share with you a few of the fantastic tech people that I follow on Twitter. Here’s the first batch. I’ll share a few each Friday.
Video: An Intro to AI Builder on Power Automate
A new video this week. Bringing a quick introduction to the AI Builder feature on Power Automate.
Function Friday – Xpath
Power Automate doesn’t give you any built-in methods for editing XML content, and that’s fine. XML is a devil-spawned file format that should die thousands of deaths and never see the light of day again. But, if you’re forced to use XML and need the ability to search and parse […]