All published posts

Easily show an Angular material calendar to let the user pick a date value

Get the size of a file or a directory using Javascript, Typescript, or Php

Encode and decode base 64 strings with Javascript, Typescript, and Php

Automated browser tests made easy: how to send keyboard input to document elements

Automated browser tests made easy: how to click any document element with few lines of code

Automated browser snapshot testing made easy: Run your tests in 10 minutes

Automated browser tests: Setup and run in less than 10 minutes

Count words in a string on Javascript, Typescript, and Php

Format a string containing a filesystem path or URL with Javascript, Typescript, or Php

Merge multiple files into a single one using Javascript, Typescript, or Php

Delete a directory and all its contents using Javascript, Typescript, or Php

Create a temporary directory using Javascript, Typescript, or Php

Count the number of files and/or folders inside a directory using Javascript, Typescript, or Php

Check if two files are identical using Javascript, Typescript, or Php

Check if two directories are identical using Javascript, Typescript, or Php

Calculate the total size of a directory using Javascript, Typescript, or Php

Synchronise one directory to another (one way mirroring) by performing the minimum amount of changes using Javascript, Typescript, or Php

Remove all consecutive characters or words from a string on Javascript, Typescript and Php

Pad a string to a certain length with another string on Javascript, Typescript and Php

Check if string is a valid url with Javascript, Typescript and Php

Count capital letters in string on Javascript, Typescript and Php

Compare the similarity of two strings in Javascript, Typescript and Php

Convert string to CamelCase, UpperCamelCase or lowerCamelCase in Javascript, Typescript and Php