Victor Smirnov
  • Latest
  • DevOps
  • TypeScript

TypeScript

Solving DevOps tasks using TypeScript.
TypeScript

Async function from callback in JavaScript

Wrapping function into a promise allows converting callback to await syntax.
Read more (less than a minute)
TypeScript

Flag arguments to be avoided?

A flag argument is a function argument of a boolean type that alters the function behaviour. Often but not always, a function caller decides what behaviour she wants by specifying the value for the flag. And if she does, it makes sense to review the API and determine if we need the flag argument.
Read more (less than a minute)
TypeScript

TypeScript 4.4 breaking changes

TypeScript in version 4.4 switches from any to unknown type for catch variables in the strict mode resulting in unexpected compilation errors.
Read more (less than a minute)
TypeScript

Test-driven Development programming with confidence

Making success unavoidable is the primary goal of the test-driven development process. This is a bold statement. And I back it in my article with four principles to follow to succeed with TDD (or at least improve your chances).
Read more (6 minutes)
DevOps

Environment variables to configure TypeScript application

Pragmatic approach to handle runtime settings for TypeScript NodeJS applications using environment variables.
Read more (3 minutes)
© Victor Smirnov. All Rights Reserved.
  • About author
  • This work is licensed under a CC BY-SA 4.0
Published with Ghost  • Theme blog-theme