Victor Uzoagbavictoru.hashnode.dev·Sep 9, 2024Understanding SQL Indexes: Types and Best PracticesSQL (Structured Query Language) indexes are a fundamental part of database optimization, offering significant performance improvements for query processing. Without indexes, the database would have to scan entire tables to find relevant data, making ...software development
DevOpsheliandevopshelian.hashnode.dev·Sep 1, 2024Serverless Architecture and DevOps: Shaping the Future of Application DevelopmentThe rise of serverless architecture has significantly impacted the DevOps landscape, providing a powerful new approach to building and deploying applications. By abstracting the complexities of infrastructure management, serverless computing allows d...severlesscomputing
Akshay Shindeakshayshinde9.hashnode.dev·Jun 16, 2024Automated the deployment of a Node JS Application on serverless AWS ECS FARGETStep 1: Create Instance T2-micro This Instance is used for building and pushing Docker images Connect instance SSH through Step 2: Update sudo apt-get update Step 3: Clone Code from GitHub git clone https://github.com/akshayshinde3/node-todo-Aws_se...38 readsAWS
Sohail Pathaniamspathan.hashnode.dev·Feb 28, 2024Beyond Serverless: Enriching Serverless Applications with APIsIntroduction: Traditional software development usually involves activities around managing servers, provisioning resources, and in general, dealing with scalability challenges. Every developer in the world has had some experience with this. However, ...severlesscomputing