Recent Posts

Postman Random Data

less than 1 minute read

Do you know how when you’re testing an API, you need a bunch of fake data (email addresses, names, telephone numbers), and you really don’t wanna do it by ha...

Inmutable Types

1 minute read

Immutable types, as the name suggests, are types whose state cannot be modified after they are created. In simpler terms, once an immutable variable or objec...

Diagrams as code

less than 1 minute read

Hey Edu from the future!, do you remember that time when you had to use Enterprise Architect to create an UML diagram?, and if you want to modify something y...

Sqids for obfuscating ID’s

less than 1 minute read

Sqids is a lightweight, open-source library that generates short, unique, and human-readable IDs from arbitrary data. Its primary goal is to provide a simple...