Introducing Security Insights and Actions for Serverless-Centric Apps
In all the product management books, there’s a common consensus about product delivery: You never know how the product that you designed will work for customers before you actually roll it out. It was also the same for us with Thundra. We are very well known as the only serverless ... Read More
Why Your Local Workstation Can’t Mimic the Cloud
If there is one thing developers love, it’s control. This makes sense—if you build something as complex as a software system, you need to understand what’s happening at every level. But absolute control can be a liability when it becomes the main goal of the development process ... Read More
Is It Possible to Effectively Debug Your Cloud Applications?
Debugging code is a skill every developer needs to acquire. As developers work on larger and more complex projects, debugging in the cloud before going to production has become crucial. Even debugging your code by mocking all of your cloud resources in your local environment may not prepare you for ... Read More
Debugging Apps Made Easy: Remote Debugging with AWS
Software development on the cloud has changed many things. Modern applications are now composed of distributed microservices with managed services maintained by cloud vendors. There are tons of good resources available on how to build robust, reliable fast architectures using serverless, containers, Kubernetes, etc. But that one thing hasn’t even ... Read More
Platform-agnostic Tracing
Microservice applications typically consists of interconnected systems with compute, store, messaging components that work together to dispatch requests coming to the software. For example, a modern e-commerce application today includes an order service, cart service, payment service, and more. Each service is isolated and separated by a network boundary, and ... Read More