Recent Posts

Using multiple git acounts

1 minute read

Working with multiple Git accounts on the same machine can quickly become confusing. One moment you’re committing to a personal project, the next you’re push...

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...