What is uv and why it's so useful in Python?
Installs Python, isolates each project, and manages dependencies with two commands.
If you want to master something, you have to understand its fundamentals deeply. They are the building blocks you stand on to reach the more complex ideas. Knowledge is like a house: you lay strong foundations first, then build upward. It sounds like a cliche, but it holds true, and solid fundamentals are what make good professionals. Under this tag I work on bringing you the fundamentals of each technology, from the small details that quietly make all the difference to the bigger concepts. My focus is mostly the Power Platform, but I will happily write about other things I find interesting along the way. Expect a mix drawn from technology and productivity. What matters most to me is that you walk away having learned something new you can build on.
Installs Python, isolates each project, and manages dependencies with two commands.
Returns the full message behind a message ID: body, sender, mentions, and reactions. The body arrives as HTML.
Splits a string or array into pieces of a fixed size. The last chunk is often shorter.
Sums the values that meet one condition. A mismatched sum range is silently reshaped, not flagged.
Fires when a message is posted in any chat the connected user is in. Returns IDs only, not content.
A connection stores credentials; a connection reference is a named pointer to one, living inside a solution.
Counts the cells in a range that meet one condition. Text matching ignores case.
Convert a solution flow from a direct connection to a connection reference and unlock the new designer.
Returns the year of a date as a number between 1900 and 9999. Empty dates return 1899.
Delaying dependency updates by a few days blocks most supply chain attacks. Cooldowns in uv and pip.
Returns an array of emails from a mailbox folder. Filter fields only scan the first 250 emails.
Converts a timestamp between two time zones, daylight saving included. Output drops the zone marker.