article thumbnail

Serverless, it can help you brew beer

Xebia

I like to combine technology with something more practical. This helps me understand the technology much better. How does Serverless help? Due to this requirement, I used the API Gateway service from AWS. Conclusion Real-world examples help illustrate our options for serverless technology.

article thumbnail

5 dead-end IT skills — and how to avoid becoming obsolete

CIO

A new area of digital transformation is under way in IT, say IT executives charged with unifying their tech strategy in 2025. Adopting emerging technology to deliver business value is a top priority for CIOs, according to a recent report from Deloitte. But that will change. “As

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Accelerate AWS Well-Architected reviews with Generative AI

AWS Machine Learning - AI

As systems scale, conducting thorough AWS Well-Architected Framework Reviews (WAFRs) becomes even more crucial, offering deeper insights and strategic value to help organizations optimize their growing cloud environments. This time efficiency translates to significant cost savings and optimized resource allocation in the review process.

article thumbnail

Vercel raises $102M Series C for its front-end development platform

TechCrunch

framework and then built a serverless platform that specifically caters to this framework and allows developers to focus on building their front ends without having to worry about scaling and performance. .” With Vercel, Rauch and his team took the Next.js That makes the experience a lot more collaborative,” he said.

article thumbnail

How Norma Group standardizes its global IT

CIO

According to Reitz, the effects of technology on people must also always be top of mind. While the BPM team reduced 1,600 legacy systems to 340, the IT team created a technological standard with, for instance, the migration of 300 servers holding over 700TB of data to Microsoft Azure. Be open and courageous,” he says.

Groups 133
article thumbnail

Using Golang for your Serverless projects

Xebia

I am mentioning this before we dive into the challenges to keep the focus on the solution and not the technology. When you are creating a serverless project, this changes. Running tests I am a fan of TDD (test driven development), so obviously I wrote tests for my lambda functions. Every function is its own module?

article thumbnail

Rotating secrets with serverless

Xebia

Rotating secrets is a critical element to your security posture that, when done manually, is often overlooked due to it being a more and more tedious and complex process as the company and secrets grow. For an in depth and technical explanation of the implementation, please take a look here. With that being said, let’s begin!