Diliru Munasingha·5 hours agoConsidering going serverless??Serverless computing architecture has been one of the major trends in software engineering in the recent past. …Serverless2 min readServerless2 min read
Aarya Deshpande·13 hours agoBuild a dynamic web page from a single Lambda functionIn my previous article, I had written about creating a static web page using a single Lambda function. Read more : Here. Today, I will be exploring a bit more further and adding dynamic content to my web page. So Let’s get started.. I will start by creating a webpage…Serverless3 min readServerless3 min read
Andrea Ianni·8 hours agoMember-onlyChat GPT: cheating or learning?A Databricks-based example — 1 — Cheating has never been so easy… In today’s world with Chat GPT, it is possible to answer any question from any test. It is therefore easy to cheat and obtain desired answers without studying. Here is an example of how easy it is to answer questions for a Databricks certification. 1A — Original exam question:Serverless4 min readServerless4 min read
Gonzalo Fernandez Plaza·10 hours agoMember-onlyMigrate your Node.js application to serverless using AWS LambdaA step-by-step tutorial where we’ll learn how to convert your Node.js project to AWS Lambda and start saving money! — AWS Lambda is the main serverless AWS computing service. With AWS Lambda, you don’t have to create EC2 instances, you don’t have to provide any server, and you don’t care about scaling; you are just focused on your code. One of the main reasons for using AWS Lambda is that…Serverless6 min readServerless6 min read
Michael Yuan·11 hours agoMember-onlyHow to Create a Serverless ChatGPT GitHub App in 5 MinutesSince OpenAI released an official API for ChatGPT in March 2023, many developers and entrepreneurs are interested in integrating it into their own business operations. But some significant barriers remain that make it difficult for them to do this: OpenAI provides a simple stateless API for ChatGPT. The developer needs…Serverless6 min readServerless6 min read
Neil Shah·3 hours agoMember-onlyKubernetes vs. Serverless: Which is Right for Your Application?Kubernetes and serverless computing, examining the strengths and weaknesses of each approach and providing guidance on when to use one or the other. — In today’s rapidly changing digital landscape, the deployment of applications is becoming more challenging than ever before. As businesses are embracing digital transformation, it’s crucial to choose the right infrastructure to host your application, and two options that have gained popularity are Kubernetes and Serverless. …Serverless4 min readServerless4 min read
Uviekugbere Theophilus·1 day agoDid You Know There Are Servers In Serverless Computing ? : A Comprehensive Overview of the Serverless Computing ModelIntroduction In September 2019, after a long day at work, I received a phone call from a web developer friend who asked if I had experience with Amazon Elastic Beanstalk on AWS. I told him I had not. He was building a small web application and wanted to test it using…Serverless10 min readServerless10 min read
The Tech Cat·7 hours agoMember-only“Why Serverless Computing is the Future of Cloud Infrastructure”In recent years, there has been a massive shift towards serverless computing, a model of cloud computing that allows developers to focus on writing code without having to worry about managing server infrastructure. This trend has been driven by the growing need for scalability, cost efficiency, and flexibility in cloud-based…Serverless3 min readServerless3 min read
Vaclav Lukas·7 hours agoLess is more with serverless, pt. 1As the technology evolves exponentially the IT environment becomes more turbulent and rapid. Now more than ever it is crucial to know when the idea is worth your time and whether you should pursue it. If the validation plays in your favor you have to act fast and make not…Serverless5 min readServerless5 min read
Ivica Kolenkaš·2 days agoA fisherman drank from his Chalice while doing taxesEvery first day of the month at 14:00 every three months That sentence would not sound too strange if you worked with cron expressions or submitted financial reports to auditors in the Netherlands. How about both? A while ago I was exploring and experimenting with AWS EventBridge schedules because the company I worked for had to submit a financial report to…Serverless5 min readServerless5 min read