Sujit Nirmalblackshadow.hashnode.dev·Dec 1, 2024Understanding Helper FunctionsHelper functions are small, reusable pieces of code designed to perform specific tasks. In machine learning, they can handle tasks such as data normalization, feature scaling, data splitting, and more. By abstracting these tasks into functions, you c...Discusshelper functions in machine learning
Leticia AkwueforThe Cloudville Blueprintscloudville.hashnode.dev·Nov 28, 2024What is Azure Functions?Azure Functions is like magic for developers! It’s a serverless solution that lets you write less code, skip server maintenance, and save costs. Imagine focusing only on what matters—your code—while Azure takes care of the infrastructure. There is ...Discussfunctions
RAKESH DUTTAdailydoseindevops.hashnode.dev·Sep 28, 2024Cost-Optimizing Strategies Using AWS Serverless Solutions: Maximizing Resources While Minimizing Expense.AWS Lambda is a compute service that allows us to run code without managing servers, executing it only when needed and scaling automatically. Its event-driven, scalable nature enhances deployment efficiency, charging us only for the compute time cons...DiscussAWS - DevOps Projectscoding
Sohail Pathaniamspathan.hashnode.dev·Feb 14, 2024Building a Bulk DNS Email Validation Service using Cloudflare Workers and ApyHub APIUse case: An application requires a mechanism to validate a list of emails provided by the user in a CSV file format. The goal is to filter out emails that do not pass the DNS validation process, separating them between valid and invalid ones. This c...DiscussApyHubserverless
Ritwik Mathritwikmath.hashnode.dev·Dec 13, 2023Python and MongoDB in AWS Lambda with LayerIn this article, I will guide you to create a Lambda Function that fetches data from MongoDB atlas and returns the result as a response. To use Pymongo in the Lambda function we will create a Lambda Layer. There are a few benefits to using Layers to ...Discuss·1 like·28 readspython aws
Avinash Dalviwww.internetkatta.com·Nov 28, 2023Serverless Computing 101: AWS Lambda and the Rise of Function-as-a-ServiceHello Devs, AWS Lambda and my connection is like a heart connection. AWS Lambda was launched on 13 November 2014 and I still remember the company which I worked for was one of the first users of AWS Lambda. When I joined I was hearing a lot of noise ...Discuss·10 likes·402 readsaws lambda
Abhishek Singhopscribe.blog·Mar 2, 2023Serverless computing: The future of DevOps?Serverless computing is a cloud computing model that allows developers to run applications without managing the underlying infrastructure. Instead of worrying about servers, operating systems, and other infrastructure components, developers can focus...Discuss·38 readsserverless computing