Handling WAV files in Azure Blob storageDuring a recent project, I had to perform some audio processing on files that were kept in Azure Blob Storage. It's pretty common in…Aug 14, 2022Aug 14, 2022
Vertical center alignment of child elementsFor front-end engineers, positioning an element in the vertical center can be a bit tricky especially since it may be affected by the…Jun 12, 2022Jun 12, 2022
Comparing CI pipelines on different platformsNowadays, we have a lot of ways to manage our code and I believe most people are using Github, Azure DevOps, or Gitlab. From the…Jun 11, 2022Jun 11, 2022
Multiple Azure functions in GolangAzure Functions recently added the Custom Handler feature which gives you more options on which programming language you can use.Jan 19, 20221Jan 19, 20221
Comparing the efficiency of Sieve of Eratosthenes implementationIn programming, we often focus on solving a problem, but there are usually multiple ways to solve the same problem. These solutions may all…Dec 24, 2021Dec 24, 2021
We often have the situation where we want to ensure our PRs have at least one reviewer from our…We have the situation where we want to ensure our PRs have at least one reviewer from our side and at least one from the client. We do …Oct 27, 2020Oct 27, 2020