📄️ git via cmd
Some useful git commands to assist with development process.
📄️ azure table storage inserts
Recently had a requirement to provide a service that would rapidly query a large dataset; of which was provided in CSV.
📄️ python csv transformation
In order to quickly insert data via ADF I needed to ensure the csv file I was provided contained a PartitionKey and RowKey column.
📄️ data manipulation using Databricks
In order to prepare data for bulk insert into Storage Tables (Azure) using ADF it is easier to prepare the data into a format that can be easily used.
📄️ db bacpac to sql backup/restore
Often there is a need to run a local database in order to develop locally; sometimes this can be due to breaking changes / offline working / better end to end testing / development performance.