-
Notifications
You must be signed in to change notification settings - Fork 1
Next Era of Web
The next era of the web will be dominated by 0 trust, 0 server, and 0 cost applications. Companies and innovators that embrace and learn this model will be better positioned to delivery content securely and at significantly less cost than traditional methods. AWS has made secure communication with cloud services directly in the browser a reality with signed urls. What this means is that ui devs no longer need to rely on back-end devs in the traditional sense of building rest apis as middle men to databases or cloud services. Instead ui developers can communicate directly with all aws service rest apis directly in the browser using JavaScript. Once the self managed rest api is eliminated so are the cost of complicated hosting infrastructures like Kubernetes for containerization. Instead front-end apps can be deployed as fully dynamic static sites that communicate directly with aws instead of requiring middle men rest apis. Developers can completely focus on providing experiences to users and learning the aws cloud.
Relational databases will also be replaced by lower cost, highly available, scalable secured storage solutions in the cloud. For example, storage of entities once spread across a sewer of tables can easily be replaced by storing entities as json documents in s3 a near 0 cost solution in comparison to relational databases that can costs thousands or tens of thousands of dollars per year including employment of those dedicated to their maintianance. These costs can be completely eliminated by opting for a more modern cloud alternative like s3 for entity storage. Searching in relational databases can be replaced by open search or athena which while not 0 cost is significantly less expensive and has dual purposes like that of observability features for insight into production applications usage and behavior.