COPY and ADD are both Dockerfile instructions that serve similar purposes. They let you copy files from a specific location into a Docker image. The COPY instruction copies new files or directories…
In earlier articles I’ve written about the the conceptual aspects of the app. Now we can get into the actual building of an improved app. From a technical perspective, the current offline android app…
As most modern software developers can attest, container orchestration systems such as Kubernetes have provided users with dramatically more flexibility for running cloud-native based applications as…
React is popular, because React applications scale well, and are fun to work with. Once your app scales, you might want to consider optimizing your app. Going from 2500ms wait time to 1500ms can have…