Using multiple git acounts
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...
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...
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...
One of the handiest features in Visual Studio Code is Dev Containers. They allow you to define a complete development environment using containers so that yo...
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...
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...