Stopwatch

How to benchmark javascript coding options

Benchmarking is a useful process for comparing different implementations of the same functionality to determine efficiency. This post explores benchmarking JavaScript code using online tools....

January 27, 2024 · 2 min · lpains
JavaScript code

Converting sharp-recipe-parser from typescript to javascript + jsdoc

Exploring the conversion of a TypeScript project to JavaScript with JSDoc. Unveiling challenges in tooling, module adjustments, and insights on TypeScript's relevance in library development...

January 1, 2024 · 6 min · lpains
azdiff

Introducing azdiff: Simplifying Azure Environment Comparison

azdiff offers a simple way to compare Azure environments....

December 10, 2023 · 2 min · lpains
Encrypted

Renewing an Azure Key Vault certificate with same key

Renewing an Azure Key Vault certificate with the same key is an interesting process, let's review it in this post....

November 28, 2023 · 2 min · lpains
Code Review in GitHub

Expert level code reviews

Code reviews are crucial to many modern software development processes. However, they are often not done properly. This article will discuss tried and proven approaches to code reviews....

October 25, 2023 · 9 min · lpains