There’s a giant elephant in the room. It’s huge, enormous even. It’s quite possibly the biggest flaw in the development community. And it really doesn’t get enough attention.
Month: April 2022
Function Friday – More Math
I previously covered some of the base math functions available. This time I’ll cover the math functions that are related to working with arrays of numbers. This includes the max, min, rand, and range functions. max & min These two functions work the exact same way. The max function returns … Read more
Easily Create New Bulk Work Items From a Spreadsheet
It can be a lot easier to just create a huge list of work items in a spreadsheet, especially at the beginning of a project. Power Automate can make that task easier.
Function Friday – Slice and Split
This week I’m returning to some of the string manipulation functions: slice and split. slice The slice function is essentially an enhanced version of the substring function. The pattern for the function is as follows: The first parameter is the string to be examined. As always this can be a … Read more