You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking #1 into account, we obviously would need to split the backend into micro services.
Off the top of my head I can think of three different services:
LocaleService gets the user's preferred locale
HelloService gets the given string for hello based on the locale provided
WorldService gets the given string for world based on the locale provided
And an api to tie it all together.
The text was updated successfully, but these errors were encountered:
Taking #1 into account, we obviously would need to split the backend into micro services.
Off the top of my head I can think of three different services:
And an api to tie it all together.
The text was updated successfully, but these errors were encountered: