Tag: Ihewuokwu

Run Angular CLI over HTTPS

It is very straight forward to run an Angular application over a secure https connection. Sometimes this can be a requirement for your application. For example, an API can require that all request must come from an HTTPS source.  There are many tutorials out there with detailed info on how this works. But I will […]

React App Internationalization From a Database

Internationalization (i18n) has always been complex especially when requirements involve translating user generated contents. I will try to explain a simple way of creating, using and storing translations of texts from a database. The standard way internalization works is to store translations for each language and retrieve them with a key. The translated messages are […]