Articles tagged in: Development



Understanding Virtuals in Mongoose

Virtuals are additional fields for a given model. Their values can be set manually or automatically with defined functionality. A common virtual property is the full name of a person, composed of user’s first and last name. Keep in mind: virtual properties don’t get persisted in the database. …

Continue Reading

Retrofit — Add Custom Request Header

You’ve already learned how to integrate authentication with Retrofit, how to pass multiple query parameter values for the same identifier. Additionally, if you read the previously published articles within this series, you know how to create your own custom response converter and register it into the Retrofit instance. This …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.