GraphQL has captured a lot of developer interest over the last year or so with many production level systems making the switch from REST type APIs to GraphQL. When one of our existing customers asked us to decide if we should switch their existing APIs over to GraphQL, the team was pretty excited to finally […]
Category Archives: Architecture
Localization and WhiteLabelling:- Database or Resx??
We got some queries on our recent blog on with suggestions on using the database to store the localized strings files rather than the default resx approach. We pondered over it, then pondered some more and came to the following conclusion… Problem Statement The challenge we are tackling here is of white labeling and not […]
Multitenancy and extensive Whitelabelling on the UI
When we think cloud we inherently think Multi-tenant but things can get complicated when the level of white-labelling on the UI is extensive! Layout changes are typically handled by css but if the customer wants to control what every label and textbox is called then we have a problem at hand! We recently suggested […]