Unlocking Serverless with AWS Lambda and IAM

Credit to Author: Braden Collingwood| Date: Thu, 25 Aug 2022 00:00:00 +0000

Learn how Lambda and IAM unlock the power and versatility of the cloud by implementing a serverless User API that can be expanded on as you grow and explore the many services on AWS.

Read more

GraphQL vs gRPC: Which One Creates More Secure APIs?


Learn about the security capabilities of GraphQL and gRPC, how they perform authentication/authorization, and how they compare to REST. In addition, discover common attack vectors for both API frameworks and how to prevent them.

Read more

Tutorial: How to Build Your First Node.js gRPC API

Credit to Author: Michael Langford| Date: Sat, 04 Jun 2022 00:00:00 +0000

Compared to other API technologies like REST and GraphQL, gRPC is lightweight and exceptionally robust, thanks in large part to its use of protobufs. Interested in exploring how to build your own API? Read on to see how easy it is to do so with Node.js and gRPC.

Read more

Secure application development cloud best practices

Credit to Author: Tabitha Doyle| Date: Wed, 20 Apr 2022 00:00:00 +0000

The need for agility can often sideline security best practices; we explore how to build with security at the forefront without compromising time to delivery.

Read more

Mitigate Top 5 Common Cybersecurity Vulnerabilities

Credit to Author: Melanie Tafelski| Date: Tue, 22 Mar 2022 00:00:00 +0000

Vulnerabilities in software and infrastructure are a fact of life for developers and SREs. But when you understand vulnerabilities, you can minimize their impact. Learn more about five common threats and how to mitigate them.

Read more

How to Build a Serverless API with Lambda and Node.js

Credit to Author: Michael Langford| Date: Tue, 15 Mar 2022 00:00:00 +0000

Is your app server serving more stress than function? Explore this walkthrough for configuring and deploying a serverless API and discover the vast benefits of letting cloud services manage your infrastructure.

Read more

Microservice Security: How to Proactively Protect Apps

Credit to Author: Melanie Tafelski| Date: Wed, 19 Jan 2022 00:00:00 +0000

Microservices are growing in popularity—how can development teams embed seamless security into the entire pipeline? Fernando Cardoso, solutions architect at Trend Micro, breaks it down for you.

Read more