framapiaf.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Un service Mastodon fourni par l'association d’éducation populaire Framasoft.

Administré par :

Statistiques du serveur :

1,4K
comptes actifs

#serverless

2 messages2 participants0 message aujourd’hui

🚨 Part 6 of the Slack Bot with AI series is now FREE!

Learn how to use AWS Bedrock’s .converse() API to let your bot read and analyze DOCX, XLSX, PDFs & more.

✅ Summarize contracts
✅ Analyze sales data
✅ Compare resumes to job reqs
✅ Give project feedback

No AWS or Python expertise required. Just clear steps and pictures.

Read it now:
letsdodevops.com/p/building-a-

Suite du fil

A #platform, is a platform, is a platform. The user don't care.

What is that, a #CSR on #serverless, an #SSR hooked up to a #VPS - or maybe you even manage your own #kubernetes. Daring, aren't we?

For some people, this is all static. But, they know what the #web is. They know that it's where the crawlers live.

When I look at this chart, I think #WebSocial has a ring to it that might project "Other" into the top 5 - maybe even top 3.

Why?

Replay de la conférence DevCon #IA (saison 2 - mars 2025) organisée par Programmez!

Keynote d’ouverture : nouveautés #Surface et #Copilot+PC pour les développeurs / Frédéric Wickert (#Microsoft France)

Session 1 : Génération d'images locales avec #StableDiffusion / Raphaël Semeteys (Worldline)

Session 2 : délivrez vos #LLM en #serverless / Guillaume Blaquiere

Session 3 : Comment je me suis remplacé par mes agents (#AgentIA) / Aymeric Weinbach

Session 4 : Coder avec des Agents : Démo Live et Transformation du Métier / Frédéric Malo (Checkmarx)

Session 5 : L'IA face au Diktat du Court Terme / Adel Chaibi (Ingénieur AI chez Intel)
programmez.com/actualites/repl

Programmez! · Replay de notre conférence DevCon IA saison 2Programmez! vous propose les replays des sessions de la conférence DevCon de mars 2025 à 42.

Did you know AI models don't natively know what time it is? The only reason ChatGPT and Sonnet know what the date is is because their system prompt is rotated each day.

How do you automate that in your environment? Well, if you're using a serverless model like I do with Vera, you can have Python check the current date and time and inject it into the system prompt.

And that's pretty cool

Node.js and Serverless Architecture: Building Future-Ready Cloud Applications in 2025

zekond.com/read-blog/136083_no

Explore how Node.js and serverless architecture can help you build scalable, cost-efficient, and future-ready cloud applications in 2025. Leverage the power of serverless computing for optimal performance.

#NodeJS
#Serverless
#CloudComputing
#WebDevelopment
#ScalableApps
#AWSLambda
#FutureOfTech
#BackendDevelopment
#JavaScript
#TechTrends2025
#APIDevelopment
#DevOps

A répondu dans un fil de discussion

@j9t the one aspect of running a website that I am most hesitant regarding is the 'running' part. Seems like a typical affordable vps these days is both overkill for self-hosting an only-just more-than-static site, and not up to par wrt availability and CDNs. Do I really have to choose zones or else pay for more instances and do load balancing and sync and everything? Edge computing has seemed more involved than I wish.
I guess I want a simple #serverless service built for just this use case.

In a month's time I will be visiting the #wasmio in #barcelona (as a participant) and I am pretty excited as I haven't visited either, yet.

I stumbled upon #WebAssembly in 2023 (okey, I've heard of it even earlier, but used it onyl in 2023 during the #12in23 by #exercism ), and in 2024 we've been experimenting with it in the context of #GreenIT at our company (i.e. having tiny Wasm Modules spinned up directly in clusters, instead of heavy weight #docker containers). We haven't had the chance to use it in production yet, and so I am really looking forward to see how other people use it and connect with the community.

Anyone here joining the conference as well? Any sessions or speakers or other highlights you're looking forward to? And any hidden gems to visit in Barcelona (as I'll be staying for days longer, after the conference 😇 )?

Anatomy of a AWS Lambda function in Go

Go (or Golang) is a great choice for building backends, APIs and all sorts of data processing programs for the cloud. Go is easy to learn, straightforward, and is surrounded by a vibrant and expansive community. It's also highly performant on AWS Lambda and has great support for concurrency. Go is awesome on AWS Lambda, but I always hear people complaining that it's difficult to get started. So, here is a super simple explainer post that will hopefully alleviate some of those […]

micahwalter.com/2025/02/anatom

#aws#go#lambda