Just-In-Time Experience

In a normal scenario whenever a new version of an asset is ready, it has to undergo a complex time-consuming process to be available for the end user. A simple example, let's say you got a new version of the logo for the New Year celebration, and your assets are hosted on some public cloud like GCP or AWS S3. You need to delegate this task to a DevOps engineer to replace the old one with this new one. DevOps engineer has to browse through complex folder structures and add this new logo. Then engineer has to change the old logo file with some suffixes and change the new logo file with the old file name to ensure that the code can access this new file. You can imagine the complexities if it has to go through multiple environments before going live. What if your DevOps engineer is on leave? What if your DevOps engineer is new to the system? What if you have delegated this entire task to 3rd party? Every scenario comes with its own cost. Sometimes it may get delayed, sometimes you have to spend extra dollars and sometimes human error costs a bad user experience.

Nestor provides the concept of deploying into any environment without file name change or code change. The moment you have a new version of your logo, you can make it available to your end users with just a few clicks. You don't need a DevOps engineer, you don't need to remember the file name of the new version or old version, and you don't need to ask your engineering team to modify anything on the server side. Same time you don't have the fear that it would impact other environments. And for any reason if you have to roll back to the older one, just a few clicks and you are done.

Last updated