With HashSet, you can get a list of different items in a performant way. What if you need a custom way to define when two objects are equal?
Continue reading
In Postman, you can define scripts to be executed before the beginning of a request. Can we use them to work with endpoints using Cookie Authentication?
Continue reading
When describing a web service, people often use the wrong terms. Are you really creating a REST API, or is it some sort of pseudo-REST?
Continue reading
You don’t need a physical database to experiment with ORMs. You can use an in-memory DB and seed the database with realistic data generated with Bogus.
Continue reading
How is your project structured? What are the driving forces? If you don’t know how to express this info, you should try the Arc42 template to create a strong foundation for your documentation.
Continue reading