In this post we'll connect to the ChatGPT APIs using NodeJS, and spend some time learning more about how it learns, how to instruct it, and what token pricing looks like.
Getting started with Git
What is Git? The elevator pitch: Git is a repository for code and provides versioning with a capability to easily share and collaborate with others Maybe a little too simple, but at its core, that's what git is about. It provides developers a place to store their code with version control so that they can... Continue Reading →
Custom Style Sheets for PowerApps, pseudo CSS
Yes, CSS for PowerApps, kinda. Actual CSS based style sheets are not possible, but the next best thing is. We can create a few objects to store our styles in, like colors, font sizes, dimensions, etc. and then reference them across the app. Not really cascading style sheets, but let's call them just style sheets.... Continue Reading →
Accessing the Secure Store from a Timer Job, more than once.
A neat feature within SharePoint is the Secure Store Service. It gives us the opportunity to store account credentials for external systems without having to worry about encryption, where to store it securely, etc. SharePoint handles it all for us. Another plus for SharePoint development. Another neat feature is the Timer Service. This concept of... Continue Reading →