DRY When building out any logical process, it is common to imagine reusability of components that you have built. Whether that is making a copy for yourself to take in…
Posts published in “Developer Blog”
Tutorial “Effective October 1, 2022, we will begin to permanently disable Basic Auth in all tenants, regardless of usage, with the exception of SMTP Auth.” https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210 Due to the recent…
At Composable, we develop MSIs for deploying and upgrading instances of the Composable platform. Anytime we want to update an instance, we just simply double click on the latest Composable…
Composable is at its heart a platform founded on extensibility. Users can extend our core DataFlow engine with custom modules for their use case, actions in Composable can be scripted…
Software engineers have always been told to parameterize their SQL queries. Why? It avoids any possibilities of SQL injection. Rather than an arbitrary value being formatted into the SQL query,…
We recently had a client who needed to query data from a legacy system built on FoxPro. What is FoxPro you ask? Fox Software was a company Microsoft purchased back…
We recently found an interesting quark in the Composable dataflow designer. Spin module inputs seemed to randomly change values. While editing a dataflow, sometimes a number would flip from a…