Avinash Dalviwww.internetkatta.com·Jul 8, 2024Serverless: An Evolving Architecture, Not Just a Runtime"The reports of my death have been greatly exaggerated." - Mark Twain This famous quote applies just as well to technology as it does to people. In the fast-paced world of software development, we often hear proclamations about the death of one tech...12 likes·199 readsserverless
Harshit Pundirharshitpundir.hashnode.dev·Mar 12, 2024Serverless Architecture for BackendWhat are Backend Server? As a developer, you probably build the frontend app or web app using basic Technology like HTML, CSS, Javascript, and React (Javascript library) you can easily deploy them using famous platforms like Vercel, Netlify, and many...1 like·76 readsserverless
CodeOps TechnologiesforCodeOps Technologies Blogblog.codeops.tech·May 10, 2023CodeOps — 6 Years and Going StrongLearn, Network & Grow — that is the mantra with CodeOps started 6 years ago The Co-Founders Hari and Ganesh met 15 years after their college in a mutual friend’s wedding. They discovered common interests in sharing knowledge, building communities, an...195 readsserverless consulting
CodeOps TechnologiesforCodeOps Technologies Blogblog.codeops.tech·May 8, 2023Introducing Full Control To Your APIs Using Serverless FrameworkWorking in an organization that runs on Serverless Architectures for development does not expect you to take up things manually. These organizations rely on IAAC which is Infrastructure as a Code. As a software developer, you are expected to possess ...148 readsAWS
CodeOps TechnologiesforCodeOps Technologies Blogblog.codeops.tech·May 4, 2023Validate Your API Request At The API Gateway Using Serverless FrameworkWe often validate the inputs to the API after the request reaches our lambda, this is a common practice. Well, we have another way! Let’s Get Straight To The Concepts The API Gateway has a functionality that allows us to validate the request to our A...185 readsAPIs
CodeOps TechnologiesforCodeOps Technologies Blogblog.codeops.tech·May 3, 2023Elevating Your Web App’s Performance and Scalability on AWSBy Pushkar Thakur Optimizing the performance and scalability of a web app hosted on Amazon Web Services (AWS) involves a variety of techniques and strategies to ensure that the app can handle a large number of users and requests, while also providing...145 readsAWS
CodeOps TechnologiesforCodeOps Technologies Blogblog.codeops.tech·May 3, 2023Providing Controlled API access to your customers using Amazon API GatewayBy Muhammad Abutahir In the Software development world, we often come across situations where we have to rely on third-party APIs to get our job done. We normally contact any organization and they provide us with the API key that we can use. However,...146 readsAWS
CodeOps TechnologiesforCodeOps Technologies Blogblog.codeops.tech·May 2, 2023Volunteering for the AWS Community Day, How does it shape you?Volunteering for the AWS Community Day, How does it shape you?by Muhammad Abutahir Recently I got a chance to be a part of the organizing team for the AWS Community Day India 2022, Virtual Edition. At first, I was like “Seriously? Should I even volunteer? and for what? Am I even getting paid for all the effort ...144 readsAWSCommunity
CodeOps TechnologiesforCodeOps Technologies Blogblog.codeops.tech·May 2, 2023Securing Your Web App on AWS: A Guide to Protecting Your DataBy Pushkar Thakur Nowadays, many companies are turning towards cloud infrastructure. In the world of data security plays a crucial role in running the business and keeping their customer’s trust, so security is becoming a more significant challenge. ...147 readsAWS
CodeOps TechnologiesforCodeOps Technologies Blogblog.codeops.tech·May 2, 2023[CORS] Origin Resources SharingBy Uday CROS Origin Resource Sharing Web Security CORS Origin Resource Sharing, It’s every developer’s frustration once in a while in developer life with one red color tag is called “Access to fetched has been blocked by CORS policy error” in your co...serverless