Tag: #backend

  • Basic Configuration Server to Avoid Hardcoding in iOS Applications (17 Oct 2020)
    Hardcoding any information in a client application makes it more difficult to update or fix. The problem worsens when we regularly roll out new versions of the application. In such cases, we would need to track every build to ensure we don’t shut down any resources directly referenced in our source code from previous builds. Hardcoding is generally a bad idea....