ย โขย
Wherehouseย โขย 7m
You still don't know what Vercel Fluid Compute is ? Let's start with traditional approach ? In traditional server setups, you rent or own physical or virtual machines that are always running. These servers handle all your application's tasks, such as processing requests, running applications, and storing data. After that let's see how this works in serverless architecuture ? In serverless computing, you write functions that are executed in response to specific events (like an HTTP request). The cloud provider automatically manages the infrastructure, scaling, and execution. You pay only for the compute time your code uses. Cons: - If a function hasn't been used recently, there can be a delay (cold start) when it's invoked, leading to slower response times. Functions often have a maximum execution time limit, which can be restrictive for long-running tasks. There are limits on memory and compute power for each function execution. let's see how vercel fluid in next post .
ย โขย
Wherehouseย โขย 7m
Fluid Compute is a hybrid approach that combines the benefits of traditional servers and serverless computing. It allows a single function instance to handle multiple requests simultaneously, optimizing resource usage and reducing delays. A single
See MoreCloud | DevOps | AIย โขย 2m
Just launched ๐ LabStack, a personal project I built to let developers spin up fully isolated, cloud-based dev environments right from the browser โ in under 30 seconds โก Itโs powered by Docker ๐ณ containers running on on-demand EC2 instances, orch
See MoreFounder at Prayog Cy...ย โขย 4m
How Cloud Security evolved over the years: CSPM โ CWPP โ CNAPP 1. Cloud Security Posture Management (CSPM) focuses on identifying and remediating cloud infrastructure misconfigurations. It continuously scans your cloud environments against security
See MoreEntrepreneurย โขย 1y
๐ Effective Time Management for Entrepreneurs ๐ Hey there, fellow entrepreneurs! Let's dive into a topic that's crucial for our success: time management โฐ. We all know running a business can feel like juggling a hundred tasks at once. Here are som
See MoreKeen Learner and Exp...ย โขย 29d
Day 23 of learning python as a beginner. Topic: multi-threading. Multi-threading is a technique to run multiple task (such as importing or downloading) within a single program and at the same time. Thus running multiple things parallelly, in a nuts
See MoreHey I am on Medialย โขย 8m
Can a Single Person Build a Billion-Dollar Tech Startup? โข With the help of Al, could a single person build a billion-dollar tech startup? I think yes. Let's see the statements! โข According to Sam Altman, Al now helps with coding, customer service,
See MoreKeen Learner and Exp...ย โขย 1m
Day 7 of learning python as a beginner. Topic: making a dynamic to-do list. Yesterday I created a basic to-do list and some people suggested and gave me a challenge that I should make it more dynamic so that the user can choose the day where he wan
See MoreCyber Security Stude...ย โขย 1y
Understanding the Task Completion Process in Computing Ever wondered how tasks get completed on your computer? Let's break it down into four essential steps: 1. User Initiation It all begins with you, the user! Your actions, like clicking a button
See MoreDownload the medial app to read full posts, comements and news.