In this blog post, you’ll learn how to make a serverless Express and TypeScript application using AWS Lambda and API Gateway.
Category: Code
Microservices With NestJS, Kafka, and TypeScript
What tools and technologies can be used to build microservices? There are a range of options. Know the code and kickstart your journey.
Mocking Request Bodies for API Debugging
API debugging can be a frustrating and time-consuming task for developers. Mocking request bodies can help. Get code examples.
How to Remove an API Key From a Git Commit
Concerned about accidentally exposing sensitive data? Follow these few steps to remove an API key from a Git commit before it reaches the public repository.
Parity Testing With Feature Flags
Feature Parity Testing is a great way to identify forgotten features or find broken edge cases. Learn how to set up these tests using feature flags.